/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.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.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .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.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .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%;
  }
}
/**
@import "component-animations.less";
@import "dropdowns.less";
@import "button-groups.less";
@import "input-groups.less";
@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";
@import "wells.less";
@import "close.less";

// Components w/ JavaScript
@import "modals.less";
@import "tooltip.less";
@import "popovers.less";
@import "carousel.less";
**/
.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;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.colorbar {
  height: 6px;
}
.colorbar div {
  float: left;
  height: 6px;
  width: 25%;
}
.colorbar div.yellow {
  background-color: #F4B81F;
}
.colorbar div.green {
  background-color: #31C798;
}
.colorbar div.blue {
  background-color: #37AFDF;
}
.colorbar div.pink {
  background-color: #E22891;
}
.btnStyle {
  border-radius: 3px;
  height: 40px;
  border: 0;
  margin: 0 0 0 5px;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  line-height: 41px;
  font-size: 16px;
}
.btnStyle:hover {
  text-decoration: none;
}
.btnStyle.black {
  background-color: #000000;
  color: #FFFFFF;
}
.homepage {
  background-color: #F8F8F8;
}
.favschools {
  margin-top: 38px;
  text-align: center;
  font-family: 'adelle-sans';
}
.favschools div {
  display: inline-block;
  margin-right: 6px;
}
.favschools .num-favs .s {
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .favschools {
    display: none;
  }
}
.num-favs {
  position: relative;
  padding-right: 5px;
  color: #F4B81F;
}
.num-favs .s {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.home-image {
  margin-top: 42px;
  text-align: center;
}
.bloglist {
  padding-top: 40px;
  font-family: 'adelle-sans';
  min-height: 230px;
}
@media (max-width: 991px) {
  .bloglist {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .bloglist.school-page {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .bloglist {
    padding-top: 20px;
  }
}
.bloglist .blog-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 167px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .bloglist .blog-image {
    height: 132px;
  }
}
.bloglist .blog-date {
  margin-bottom: 2px;
  font-size: 12px;
  color: #999;
}
.bloglist .blog-title {
  font-size: 14px;
}
.bloglist .button {
  margin: 30px 0 50px 0;
}
@media (max-width: 991px) {
  .bloglist .button {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.bloglist .label {
  position: absolute;
  right: -8px;
  top: 10px;
  background-color: #E22891;
  color: #FFF;
  line-height: 30px;
  padding: 0 8px;
  font-family: 'adelle';
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}
.bloglist .tile-wrapper {
  position: relative;
  -webkit-transition: 100ms opacity;
  transition: 100ms opacity;
  padding: 0 5px;
}
.bloglist .tile-wrapper:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .bloglist.home-page .feed-item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 992px) {
  .bloglist.home-page .feed-item:nth-child(n+3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .bloglist.home-page .blog-image {
    width: 90px;
    height: 60px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .bloglist.home-page .blog-date {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .bloglist.home-page .blog-title {
    padding-left: 100px;
    min-height: 40px;
  }
}
@media (max-width: 479px) {
  .bloglist.home-page .button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .bloglist.home-page .label {
    display: none;
  }
}
@media (max-width: 991px) {
  .blog-tile {
    margin-bottom: 25px;
  }
}
#footer {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  background: #2A2A2A;
  color: #FFF;
  font-family: 'adelle-sans';
}
@media (max-width: 767px) {
  #footer {
    font-size: 12px;
  }
}
#footer .container {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#footer a {
  color: #F27719;
  text-decoration: underline;
}
#footer h2 {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #footer h2 {
    margin-bottom: 10px;
  }
}
#footer p {
  margin: 10px 0 10px 0;
}
@media (max-width: 767px) {
  #footer p {
    margin: 5px 0;
  }
}
#footer ul {
  padding: 0;
  margin-bottom: 30px;
}
#footer ul li {
  display: inline-block;
  margin-right: 5px;
}
#footer ul li a {
  color: #FFF;
  opacity: 0.8;
}
#footer ul li a:hover {
  opacity: 1;
}
#footer .highSchoolHeader,
#footer .elementarySchoolHeader {
  line-height: 30px;
  margin-bottom: 30px;
  background-size: 30px 30px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  #footer .highSchoolHeader,
  #footer .elementarySchoolHeader {
    margin-bottom: 10px;
  }
}
#footer .highSchoolHeader {
  background-image: url(../img/middelbare.svg);
}
#footer .elementarySchoolHeader {
  background-image: url(../img/basisschool.svg);
}
.no-svg #footer .elementarySchoolHeader {
  background-image: url(../img/basisschool-small.png);
}
.no-svg #footer .highSchoolHeader {
  background-image: url(../img/middelbare-small.png);
}
#footer .copy {
  text-align: center;
  margin-top: 30px;
}
#footer .phone-number {
  font-size: 32px;
}
@media (max-width: 767px) {
  #footer div[class*="col-"] {
    margin-bottom: 40px;
  }
}
.nav {
  padding-bottom: 16px;
}
.nav-fav-button {
  float: right;
  margin-top: 29px;
}
.nav-fav-button .num-favs::before {
  top: -1px;
}
@media (max-width: 991px) {
  .nav-fav-button {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .nav .nav-fav-button {
    display: none;
  }
}
.logo {
  font-family: adelle-sans, sans-serif;
  color: #2A2A2A;
}
.logo.nav-logo h1 {
  font-size: 28px;
  line-height: 40px;
}
.logo h1 {
  margin: 0;
  font-weight: 700;
}
.school-header {
  background-color: #2A2A2A;
  font-family: 'adelle-sans';
}
.school-breadcrumbs {
  float: left;
  font-size: 12px;
  color: #B8B8B8;
}
.school-breadcrumbs a {
  display: inline-block;
  margin: 15px 5px 0 0;
  color: #B8B8B8;
  font-family: adelle-sans, sans-serif;
  text-transform: capitalize;
}
.school-breadcrumbs a:hover {
  color: #B8B8B8;
}
@media (max-width: 767px) {
  .school-breadcrumbs {
    display: none;
  }
}
.school-breadcrumbs .colorbar {
  height: 6px;
}
.school-breadcrumbs .divider:after {
  content: '\f054';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: normal;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
  vertical-align: middle;
  margin: 0px 6px 0px 4px;
  text-decoration: none;
}
.button.fav-button {
  position: relative;
  float: right;
  margin-top: 10px;
  padding-right: 35px;
}
.button.fav-button span {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
}
.button.fav-button:hover span:before {
  color: white;
  content: "\EA1D";
}
@media (max-width: 767px) {
  .button.fav-button {
    display: none;
  }
}
.share-buttons {
  float: right;
  margin-top: 10px;
  color: white;
  font-size: 12px;
  line-height: 32px;
}
.share-buttons ul {
  margin: 0;
  padding: 0;
}
.share-buttons li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  font-family: adelle-sans, sans-serif;
}
.share-buttons li:hover .s:before {
  color: #DDD;
}
.share-buttons .s:before {
  font-size: 24px;
  color: white;
  position: relative;
  top: 3px;
}
.school-title {
  position: relative;
  margin: 25px 0 33px 0;
  padding-left: 80px;
  color: white;
}
@media (max-width: 1199px) {
  .school-title {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .school-title {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .school-title {
    padding-left: 60px;
    max-width: 320px;
  }
}
.school-title h2.school-name {
  margin: 0;
  font-weight: 300;
  font-size: 32px;
}
.school-title .school-subtitle {
  font-size: 18px;
}
.school-title .school-subtitle:first-letter {
  text-transform: uppercase;
}
.school-title:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -4px;
  width: 65px;
  height: 62px;
}
@media (max-width: 1199px) {
  .school-title:before {
    top: 5px;
  }
}
.school-title.basisschool:before {
  background: url('/img/basisschool.svg') no-repeat;
}
.school-title.middelbare:before {
  background: url('/img/middelbare.svg') no-repeat;
}
.school-title.speciale:before {
  background: url('/img/specialeschool.svg') no-repeat;
}
.no-svg .school-title.basisschool:before {
  background: url('/img/basisschool.png') no-repeat;
}
.no-svg .school-title.middelbare:before {
  background: url('/img/middelbare.png') no-repeat;
}
.no-svg .school-title.middelbare:before {
  background: url('../img/specialeschool.png') no-repeat;
}
@media (max-width: 767px) {
  .school-title h2.school-name {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .school-title .school-subtitle {
    font-size: 16px;
  }
  .school-title:before {
    width: 45px;
    height: 45px;
    background-size: cover !important;
  }
}
.nav-tabs ul {
  padding: 0;
  margin: 0;
}
.nav-tabs .nav-tab {
  list-style: none;
  display: inline-block;
  width: 190px;
  padding: 10px 0;
  margin-right: 10px;
  border-radius: 2px 2px 0 0;
  text-align: center;
  background-color: #646464;
  color: white;
  font-family: 'adelle-sans';
}
.nav-tabs .nav-tab:hover {
  background-color: #4a4a4a;
}
.nav-tabs .nav-tab.active {
  background-color: #F8F8F8;
  color: #454545;
}
@media (max-width: 767px) {
  .nav-tabs .nav-tab {
    width: 140px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .nav-tabs .nav-tab {
    width: auto;
    margin-right: 5px;
    font-size: 13px;
    padding: 7px 5px;
  }
  .nav-tabs .last-tab {
    margin-right: 0;
  }
}
.breadcrumbs {
  padding: 10px 0;
  background-color: #EFEFEF;
  border-top: 1px solid #E1DFDF;
  border-bottom: 1px solid #E1DFDF;
  font-family: 'adelle-sans';
  color: #555A5F;
  font-size: 12px;
}
.breadcrumbs a {
  color: #555A5F;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 3px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.modal.active .backdrop {
  opacity: 1;
}
.modal.active .modal-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.modal .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 200ms;
}
.modal .modal-close {
  font-family: helvetica neue, sans-serif;
  font-weight: 200;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 25px;
  top: 10px;
  color: #999;
}
.modal .modal-close:hover {
  color: #333;
}
.modal .modal-subheader {
  font-family: adelle, serif;
  border-top: 1px solid #CCC;
  padding-top: 15px;
  margin: 20px 0 12px 0;
  font-weight: bold;
}
.modal #add-day-btn {
  font-family: adelle, serif;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
.modal #add-day-btn:hover {
  color: #777;
}
.modal .buttons {
  border-top: 1px solid #CCC;
  padding-top: 20px;
  margin-top: 25px;
}
.modal .buttons a {
  float: left;
  margin-top: 5px;
  padding: 10px 25px;
  margin-right: 15px;
}
.modal a.submit {
  background: #E22891;
}
.modal .open-day {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.modal .modal-container {
  max-width: 100%;
  -webkit-transition: height 200ms, transform 200ms, opacity 200ms;
  width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 25px 30px 30px 30px;
  border-radius: 4px;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
}
.modal .modal-container .modal-header {
  font-size: 20px;
  font-weight: bold;
  font-family: adelle, serif;
  margin-bottom: 20px;
  color: #000;
}
.modal .modal-container .select-wrap {
  background-color: #FFF;
  position: relative;
  width: 40%;
  float: left;
}
.modal .modal-container .select-wrap::after {
  content: "\EA1A";
  position: absolute;
  font-family: "symbols";
  right: 8px;
  top: 9px;
  font-size: 12px;
  color: #999;
  z-index: 1;
}
.modal .modal-container .select-wrap.day {
  width: 25%;
  margin-right: 5%;
}
.modal .modal-container .select-wrap.year {
  width: 25%;
  margin-left: 5%;
}
.modal .modal-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 5px 10px;
  color: #aaa;
  width: 100%;
  position: relative;
  z-index: 2;
  background: transparent !important;
}
.modal .modal-container select.input_error {
  border-color: red;
}
.modal .modal-container select.input_error:focus {
  border-color: #666;
}
.modal .modal-container input[type="email"] {
  border: 0;
  width: 100%;
  padding: 7px 11px;
  border: 1px solid #aaa;
}
.modal .modal-container input[type="email"]:focus {
  border-color: #666;
}
.modal .modal-container input[type="email"].input_error {
  border-color: red;
}
.modal .modal-container input[type="email"].input_error:focus {
  border-color: #666;
}
.modal .modal-container .on_done {
  display: none;
}
.modal .modal-container .error_msg {
  color: red;
  font-size: 12px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid #ccc; */
  /* border: 1px solid rgba(0,0,0,.2); */
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-color: transparent;
  /* border-top-color: #fff; */
  border-bottom-width: 0;
}
.school-wrap {
  background-color: #F8F8F8;
}
.newsletter-banner {
  background-color: #E22891;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
}
.newsletter-banner .container > div {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) {
  .newsletter-banner {
    margin-top: 90px;
    display: block;
    padding: 20px 0px;
  }
}
.newsletter-banner .title {
  font-family: Adelle;
  font-size: 28px;
}
@media (max-width: 991px) {
  .newsletter-banner .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.newsletter-banner .description {
  font-size: 18px;
}
@media (max-width: 991px) {
  .newsletter-banner .description {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .newsletter-banner .description {
    font-size: 16px;
    line-height: 1.4;
  }
}
.newsletter-banner input[type="email"] {
  border: 0;
  background: #FFFFFF;
  color: #000;
  height: 40px;
  border-radius: 3px;
  padding: 0 12px;
  width: calc(100% - 66px);
}
@media (max-width: 991px) {
  .newsletter-banner input[type="email"] {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .newsletter-banner input[type="email"] {
    max-width: calc(90% - 46px);
  }
}
.newsletter-banner input[type="submit"] {
  background: #000;
  color: #FFFFFF;
  border-radius: 3px;
  height: 40px;
  border: 0;
  margin: 0 0 0 5px;
  padding: 0 10px;
  width: 46px;
  text-align: center;
}
.newsletter-banner input[type="submit"]:hover {
  background: #222;
}
.newsletter-banner input[type="submit"].loading {
  text-indent: -99999px;
  background-image: url('/img/spinner.svg');
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.school-infos {
  padding-top: 40px;
  margin-bottom: 24px;
  font-family: adelle, serif;
  text-align: center;
}
.school-infos .openday {
  display: block;
  margin-top: 15px;
  color: #9595A2;
  font-size: 14px;
  text-decoration: underline;
  font-family: adelle-sans, sans-serif;
}
.school-infos .openday:hover {
  color: #7a7a8a;
}
@media (max-width: 991px) {
  .school-infos .openday {
    margin-top: -10px;
  }
  .school-infos .school-info-title {
    margin-top: 5px;
  }
}
@media (max-width: 540px) {
  .school-infos .vision {
    border-bottom: 1px solid #E1DFDF;
  }
  .school-infos .one .details {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .school-infos .num-of-students .school-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #E1DFDF;
  }
  .school-infos .type .school-info {
    padding-bottom: 26px;
    border-bottom: 1px solid #E1DFDF;
  }
  .school-infos .philosophy .school-info {
    padding-bottom: 26px;
    border-bottom: 1px solid #E1DFDF;
  }
}
@media (max-width: 767px) {
  .school-infos .xs-philosophy {
    padding-bottom: 25px;
    border-bottom: 1px solid #E1DFDF;
  }
  .school-infos .xs-vision .school-info {
    padding-bottom: 25px;
    border-bottom: 1px solid #E1DFDF;
  }
}
@media screen and (max-width: 531px) {
  .school-infos .school-details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .school-infos .school-details-row .five {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .school-infos .school-details-row .five a {
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #E1DFDF;
    width: 100%;
    margin-bottom: 15px;
  }
  .school-infos .school-details-row .four {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .school-infos .school-details-row .three {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .school-infos .school-details-row .two {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .school-infos .school-details-row .one {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 768px) {
  .school-infos .school-details-row .four .vision {
    padding-bottom: 25px;
    border-bottom: 1px solid #E1DFDF;
    width: 100%;
    margin-bottom: 25px;
  }
}
.education-type-tabs {
  margin: 0 -2px;
  margin-bottom: 25px;
}
.education-type-tabs ul {
  width: 100%;
  display: table;
}
.education-type-tabs li {
  display: table-cell;
  padding: 2px;
}
.education-type-tabs li a {
  background-color: #37AFDF;
  border-radius: 2px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  line-height: 16px;
  padding: 10px;
  -webkit-transition: background 200ms;
  transition: background 200ms;
  text-decoration: none;
}
.education-type-tabs li.active a,
.education-type-tabs li a:hover {
  background-color: #116282;
}
.education-type-tabs.pink li a {
  background-color: #E22891;
}
.education-type-tabs.pink li.active a,
.education-type-tabs.pink li a:hover {
  background-color: #842B5E;
}
.school-info-title {
  font-size: 16px;
  font-family: adelle-sans, sans-serif;
}
.school-info {
  margin-top: 13px;
  font-size: 28px;
  font-family: adelle, serif;
}
.school-info.number {
  margin-top: 7px;
  font-size: 52px;
  line-height: 52px;
}
.basisschool .school-info {
  color: #E22891;
}
.middelbare .school-info {
  color: #37AFDF;
}
.speciale .school-info {
  color: #31C798;
}
.school-info.details {
  font-size: 18px;
  color: #999;
  margin-top: 15px;
  font-family: adelle, serif;
  position: relative;
  z-index: 100;
  padding-bottom: 25px;
  border-bottom: 1px solid #E1DFDF;
}
.school-info.details .detail {
  font-size: 18px;
  color: #E22891;
  margin: 0;
}
@media (min-width: 992px) {
  .double-info .school-info {
    margin: 0 0 18px 0;
  }
  .school-info.last-double-info {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .school-info {
    margin: 0px 0 15px 0;
    font-size: 24px;
  }
  .school-info.number {
    font-size: 40px;
    line-height: 40px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .double-info {
    margin-top: -20px;
  }
}
.schoolMap .schoolmap-label {
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}
@media (max-width: 600px) {
  .schoolMap .schoolmap-label {
    display: none;
  }
}
#zoomControl {
  position: absolute;
  z-index: 2;
}
#map-inner {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.schoolMap {
  position: relative;
  height: 300px;
  background-color: #dcdcdc;
}
#mapid {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.map-address {
  pointer-events: auto;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: 15px;
  min-width: 250px;
  padding: 11px 20px;
  background-color: white;
  font-family: 'adelle-sans';
  font-size: 14px;
  line-height: 24px;
}
.map-address .map-name {
  font-weight: 700;
  color: #454545;
}
.map-address .map-detail {
  color: #A3A3A3;
}
.map-address a .map-detail:hover {
  text-decoration: underline;
}
.schooldata {
  padding: 48px 0;
  font-family: 'adelle-sans';
  border-bottom: 4px solid #FFFFFF;
}
.related-schools {
  padding: 48px 0;
  background-color: white;
  font-family: 'adelle-sans';
}
.related-schools .graphLabel {
  padding-bottom: 12px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E1DFDF;
}
.related-schools a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .related-schools .col-md-4:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .related-schools .col-md-4 {
    margin-bottom: 30px;
  }
}
.class-distribution .graphLabel {
  padding-bottom: 12px;
}
.infoBlock {
  padding: 25px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .infoBlock {
    margin-bottom: 50px;
  }
}
.highlight {
  font-size: 22px;
  font-family: adelle, serif;
}
.blue .highlight {
  color: #37AFDF;
}
.pink .highlight {
  color: #E22891;
}
.pink .highlight.man {
  color: #842B5E;
}
.yellow .highlight {
  color: #F4B81F;
}
.yellow .highlight.man {
  color: #CB6A01;
}
.green .highlight {
  color: #31C798;
}
.green .highlight.man {
  color: #1D7559;
}
@media (max-width: 767px) {
  .highlight {
    font-size: 20px;
  }
}
.graphLabel {
  font-size: 18px;
}
@media (max-width: 767px) {
  .graphLabel {
    font-size: 16px;
  }
}
.teacher-ratios .button {
  float: right;
}
.col-xs-12.visible-xs.border-top {
  border-top: 1px solid #E1DFDF;
  padding-top: 0px;
}
.border-top {
  border-top: 1px solid #E1DFDF;
  padding-top: 19px;
}
@media (max-width: 767px) {
  .border-top {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.schooldata-line {
  margin: 38px 0 10px 0;
  border-top-color: #E1DFDF;
}
.moreinfo-school .moreinfo {
  display: block;
  margin-top: 10px;
  color: #9595A2;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}
.moreinfo-school .moreinfo:hover {
  color: #7a7a8a;
}
.moreinfo-school .has-no-website {
  display: block;
  margin-top: 10px;
  color: #9595A2;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .moreinfo-school .moreinfo {
    margin-bottom: 20px;
  }
}
.inspectionExplanation {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.followUpSchoolList {
  font-size: 16px;
}
@media (max-width: 768px) {
  .followUpSchoolList {
    font-size: 15px;
  }
}
.followUpSchoolList a {
  display: block;
  text-decoration: none;
}
.followUpSchoolList li {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.followUpSchoolList .num {
  width: 90px;
  font-family: adelle, serif;
  float: left;
  font-size: 26px;
}
.followUpSchoolList .num .s {
  font-size: 32px;
  position: relative;
  top: 5px;
  margin-right: -5px;
  color: #116282;
}
.followUpSchoolList .num .s:first-child {
  margin-right: -15px;
  color: #37AFDF;
}
.followUpSchoolList .school {
  padding-left: 90px;
}
.followUpSchoolList .school .name {
  font-size: 22px;
}
@media (max-width: 768px) {
  .followUpSchoolList .school .name {
    font-size: 19px;
  }
}
a.showMoreSchools {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 10px;
  margin-top: 20px;
  position: relative;
  color: #37AFDF;
}
a.showMoreSchools:before,
a.showMoreSchools:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
a.showMoreSchools:before {
  border-top: 10px solid #9f9f9f;
  bottom: -10px;
}
a.showMoreSchools:after {
  border-top: 10px solid #F8F8F8;
  bottom: -9px;
}
a.showMoreSchools:hover {
  color: #1c84ae;
}
.expandable-info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #A3A3A3;
}
.expandable-info .expand-title {
  cursor: pointer;
}
.expandable-info .expand-content {
  display: none;
}
.expandable-info .s-pulldown {
  tansition: transform 0.3s;
}
.expandable-info.is-expanded .s-pulldown {
  display: inline-block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.blogItems {
  height: 78px;
  position: relative;
  background: #FFFFFF;
}
.blogItems ul {
  position: absolute;
  left: 80px;
  right: 0;
  top: 10px;
  bottom: 10px;
  overflow: hidden;
  clear: both;
  font-size: 14px;
}
.blogItems ul li {
  float: left;
  height: 100%;
  border-left: 1px solid #efefef;
  padding: 0 22px;
  line-height: 1.5;
}
.blogItems ul li:first-child {
  border-left: 0;
}
.blogItems ul li .date {
  color: #9595A2;
  font-size: 12px;
}
.blogItems ul li a {
  text-decoration: none;
  color: #454545;
}
.blogItems ul li a:hover {
  color: #777;
}
.blogItems .label {
  width: 80px;
  height: 78px;
  color: #FFFFFF;
  font-family: adelle, serif;
  background: #37AFDF;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding-top: 21px;
}
.blogItems .label span {
  font-size: 23px;
  text-transform: uppercase;
}
.eduTypeGraph {
  text-align: center;
  font-size: 14px;
  color: white;
}
.eduTypeGraph table {
  width: 100%;
  border: 0;
}
.eduTypeGraph table td {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eduTypeGraph .row1 td {
  border: 4px solid #F8F8F8;
  border-bottom: 0;
  height: 80px;
  padding: 5px;
  background-color: #8DDEC5;
}
.eduTypeGraph .row1 td.expandable {
  cursor: hand;
  cursor: pointer;
}
.eduTypeGraph .row1 td.expandable:after {
  content: "\EA1A";
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eduTypeGraph .row1 td.is-selected {
  background-color: #31C798;
}
.eduTypeGraph .row1 td.is-selected.expandable:hover {
  background-color: #31C798;
}
.eduTypeGraph .row1 td.is-selected.expandable:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eduTypeGraph .row2 {
  display: none;
}
.eduTypeGraph .row2 td {
  border: 4px solid #F8F8F8;
  border-bottom: 0;
  height: 80px;
  background-color: #31C798;
  padding: 5px;
}
.eduTypeGraph .row2 td.is-selected {
  background-color: #1D7559;
}
.eduTypeGraph .row2 td.is-selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eduTypeGraph .row2 td.expandable {
  cursor: hand;
  cursor: pointer;
}
.eduTypeGraph .row2 td.expandable:after {
  content: "\EA1A";
  display: inline-block;
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eduTypeGraph .row2.is-expanded {
  display: table;
}
.eduTypeGraph .row3 {
  display: none;
}
.eduTypeGraph .row3 td {
  border: 4px solid #F8F8F8;
  border-bottom: 0;
  height: 80px;
  background-color: #1D7559;
  color: white;
  padding: 5px;
}
.eduTypeGraph .row3.is-expanded {
  display: table;
}
.gradePerSubjectGraph {
  margin-top: 70px;
  margin-bottom: 20px;
}
.gradePerSubjectGraph .subjectSelector {
  padding-top: 35px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gradePerSubjectGraph .subjectSelector {
    line-height: 30px;
  }
}
.gradePerSubjectGraph .subjectSelector .select-boxes,
.gradePerSubjectGraph .subjectSelector .select-wrap {
  display: inline-block;
}
.gradePerSubjectGraph .subjectSelector .select-boxes {
  position: relative;
  top: 8px;
  margin: 0 10px;
  line-height: normal;
}
@media (max-width: 767px) {
  .gradePerSubjectGraph .subjectSelector .select-boxes {
    top: 20px;
  }
}
.gradePerSubjectGraph .subjectSelector .select-wrap::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 3;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+65,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(65%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 65%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.gradePerSubjectGraph .subjectSelector .select-wrap::after {
  z-index: 4 !important;
  pointer-events: none;
}
.gradePerSubjectGraph .subjectSelector select {
  width: 200px;
}
.gradePerSubjectGraph .SE-label {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gradePerSubjectGraph .exam-grades {
  width: 100%;
  display: table;
  margin-top: 30px;
}
.gradePerSubjectGraph .exam-grades li {
  display: table-cell;
  text-align: center;
}
.gradePerSubjectGraph .exam-grades li .grade {
  margin: auto;
  background-image: url('/img/grade-bg.png');
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .gradePerSubjectGraph .exam-grades li .grade {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    line-height: 40px;
  }
}
.gradePerSubjectGraph .exam-grades li .year {
  font-size: 15px;
}
@media (max-width: 767px) {
  .gradePerSubjectGraph .exam-grades li .year {
    display: none;
  }
}
.gradePerSubjectGraph .exam-grades li .mb-year {
  display: none;
}
@media (max-width: 767px) {
  .gradePerSubjectGraph .exam-grades li .mb-year {
    display: block;
    font-size: 13px;
  }
}
#blogPostContainerWrapper.school-page {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  #blogPostContainerWrapper.school-page {
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #blogPostContainerWrapper.school-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  #blogPostContainerWrapper.school-page .container .bloglist {
    padding-left: 15px;
    padding-right: 15px;
  }
  #blogPostContainerWrapper.school-page .container .bloglist .blog-image,
  #blogPostContainerWrapper.school-page .container .bloglist .blog-date,
  #blogPostContainerWrapper.school-page .container .bloglist .blog-title {
    width: 40%;
    float: left;
  }
}
#blogPostContainerWrapper.school-page:before {
  background-color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
}
#blogPostContainerWrapper.school-page .bloglist {
  padding: 20px 0 0;
  font-family: 'adelle-sans';
  min-height: 230px;
}
#blogPostContainerWrapper.school-page .bloglist h4 {
  font-family: 'adelle';
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 991px) {
  #blogPostContainerWrapper.school-page .bloglist {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #blogPostContainerWrapper.school-page .bloglist.school-page {
    max-width: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist.school-page {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist {
    padding-top: 20px;
  }
}
#blogPostContainerWrapper.school-page .bloglist .blog-image {
  width: 100%;
  max-width: 150px;
  background-size: cover;
  background-position: left center;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist .blog-image {
    float: none;
  }
}
@media (max-width: 1199px) {
  #blogPostContainerWrapper.school-page .bloglist .blog-image {
    width: 150px;
    height: 100px;
  }
}
#blogPostContainerWrapper.school-page .bloglist .blog-date {
  padding-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  height: auto;
  width: auto;
  opacity: 0.5;
  color: #2A2A2A;
  font-family: adelle-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist .blog-date {
    font-size: 14px;
  }
}
#blogPostContainerWrapper.school-page .bloglist .blog-title {
  max-width: 320px;
  height: 60px;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
  font-family: adelle-sans, sans-serif;
  padding-top: 4px;
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist .blog-title {
    max-width: 100%;
    width: 100%;
    color: #2A2A2A;
    font-size: 14px;
    line-height: 20px;
    font-family: adelle-sans, sans-serif;
  }
}
#blogPostContainerWrapper.school-page .bloglist .button {
  margin: 30px 0 50px 0;
}
@media (max-width: 991px) {
  #blogPostContainerWrapper.school-page .bloglist .button {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
#blogPostContainerWrapper.school-page .bloglist .label {
  position: absolute;
  right: -8px;
  top: 10px;
  background-color: #E22891;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 8px;
  font-family: adelle-sans, sans-serif;
  font-size: 14px;
}
#blogPostContainerWrapper.school-page .bloglist .tile-wrapper {
  position: relative;
  -webkit-transition: 100ms opacity;
  transition: 100ms opacity;
  padding: 0 5px;
}
#blogPostContainerWrapper.school-page .bloglist .tile-wrapper:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist.home-page .blog-image {
    width: 90px;
    height: 60px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist.home-page .blog-date {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist.home-page .blog-title {
    padding-left: 100px;
    min-height: 40px;
    min-width: 100%;
  }
}
@media (max-width: 479px) {
  #blogPostContainerWrapper.school-page .bloglist.home-page .button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #blogPostContainerWrapper.school-page .bloglist.home-page .label {
    display: none;
  }
}
@media (max-width: 991px) {
  #blogPostContainerWrapper.school-page .blog-tile {
    margin-bottom: 25px;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  #blogPostContainerWrapper.school-page div > .col-xs-12:nth-child(n+4) {
    display: none;
  }
}
.extra-info {
  font-size: 14px;
}
.extra-info span {
  font-weight: 700;
}
#exam-results-graph,
#studentNumberGraph,
#employeeNumberGraph {
  margin-left: 40px;
  margin-top: 25px;
  margin-bottom: 60px;
  height: 300px;
  position: relative;
}
#exam-results-graph .highcharts-container,
#studentNumberGraph .highcharts-container,
#employeeNumberGraph .highcharts-container {
  z-index: 1 !important;
  overflow: visible !important;
}
#exam-results-graph .highcharts-container svg,
#studentNumberGraph .highcharts-container svg,
#employeeNumberGraph .highcharts-container svg {
  overflow: visible !important;
}
#exam-results-graph .grid,
#studentNumberGraph .grid,
#employeeNumberGraph .grid {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  padding: 0;
  margin: 0;
}
#exam-results-graph .grid li,
#studentNumberGraph .grid li,
#employeeNumberGraph .grid li {
  list-style: none;
  margin: 0;
  width: 20%;
  height: 100%;
  float: left;
  background-color: #F8F8F8;
}
#exam-results-graph .grid li:nth-child(odd),
#studentNumberGraph .grid li:nth-child(odd),
#employeeNumberGraph .grid li:nth-child(odd) {
  background-color: #FFF;
}
@media (max-width: 767px) {
  #exam-results-graph {
    height: 200px;
    margin-bottom: 90px;
  }
}
.circleProportion {
  display: inline-block;
  margin-top: 15px;
}
.circleProportion li {
  margin-top: 15px;
  float: left;
  color: #FFFFFF;
  text-align: center;
  line-height: 80px;
  background: #2A2A2A;
  border-radius: 50%;
  font-size: 20px;
  min-height: 80px;
  min-width: 80px;
  font-family: Adelle;
}
.circleProportion li .s {
  font-size: 40px;
  margin-right: -2px;
  margin-left: -7px;
  top: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sexCut li.man {
  margin-right: 20px;
  margin-left: 10px;
  background-color: #37AFDF;
}
.sexCut li.woman {
  background-color: #116282;
}
.sexCut.po li.man {
  background-color: #E22891;
}
.sexCut.po li.woman {
  background-color: #842B5E;
}
@media (max-width: 767px) {
  .maleFemaleGraph {
    text-align: center;
  }
  .sexCut li.man {
    margin-left: 0px;
  }
}
.numberPredictionGraph {
  position: relative;
  margin-bottom: 50px;
  border-bottom: 3px solid #E1DFDF;
  width: 220px;
  height: 200px;
}
.numberPredictionGraph .graphBar {
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin: 0 30px;
  width: 50px;
  text-align: center;
  font-family: 'adelle-sans';
  font-size: 18px;
}
.numberPredictionGraph .graphBar.now {
  background-color: #37AFDF;
}
.numberPredictionGraph .graphBar.now:after {
  content: "Nu";
  position: absolute;
  bottom: -30px;
  left: 14px;
  font-size: 14px;
}
.numberPredictionGraph .graphBar.future {
  left: 110px;
  height: 120px;
  background-color: #116282;
}
.numberPredictionGraph .graphBar.future:after {
  content: "2030";
  position: absolute;
  bottom: -30px;
  left: 10px;
  font-size: 14px;
}
.numberPredictionGraph .graphBar span {
  position: relative;
  top: -30px;
}
.teacherList {
  margin: 16px 0;
}
.teacherList li {
  float: left;
  margin: 0 -5px;
}
.teacherList .s {
  font-size: 32px;
  line-height: 42px;
}
.pink .teacherList .s-woman {
  color: #E22891;
}
.pink .teacherList .s-man {
  color: #842B5E;
}
.yellow .teacherList .s-woman {
  color: #F4B81F;
}
.yellow .teacherList .s-man {
  color: #CB6A01;
}
.green .teacherList .s-woman {
  color: #31C798;
}
.green .teacherList .s-man {
  color: #1D7559;
}
.classes-cut {
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 50px;
}
.classes-cut.inspection-list {
  width: 80%;
}
@media (max-width: 767px) {
  .classes-cut.inspection-list {
    width: 100%;
  }
}
.classes-cut li {
  float: left;
  width: 33%;
  line-height: 48px;
  margin-bottom: -20px;
}
.classes-cut li span.number {
  height: 48px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-family: adelle-sans, sans-serif;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .classes-cut li span.number {
    height: 32px;
    width: 32px;
    line-height: 32px;
  }
}
.classes-cut li.upper .number {
  background: #E22891;
}
.classes-cut li.middle .number {
  background: #F298CB;
}
.classes-cut li.lower .number {
  background: #842B5E;
}
.classes-cut li.inspection {
  width: 20%;
  text-align: center;
}
.classes-cut li.inspection .number {
  background: #E22891;
  margin: 0 auto;
}
.classes-cut li.inspection.active .number {
  position: relative;
  background: #842B5E;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -6px;
}
@media (max-width: 767px) {
  .classes-cut li.inspection.active .number {
    height: 40px;
    width: 40px;
    line-height: 39px;
  }
}
.classes-cut li.inspection.active .number:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #F8F8F8 transparent transparent transparent;
}
.classes-cut .inspection-caption {
  position: absolute;
  top: 14px;
  font-size: 14px;
}
.classes-cut .inspection-caption.right {
  right: -50px;
}
@media (max-width: 767px) {
  .classes-cut .inspection-caption.right {
    right: 15px;
    top: 50px;
  }
}
.classes-cut .inspection-caption.left {
  left: -50px;
}
@media (max-width: 767px) {
  .classes-cut .inspection-caption.left {
    left: 15px;
    top: 50px;
  }
}
@media (max-width: 767px) {
  .classes-cut {
    text-align: center;
  }
  .classes-cut li {
    font-size: 14px;
  }
  .classes-cut li span.number {
    margin-right: 0px;
  }
}
#specialNeedsLevelGraph {
  width: 180px;
  height: 360px;
  margin-top: -55px;
}
@media (max-width: 767px) {
  #specialNeedsLevelGraph {
    margin-right: auto;
    margin-left: auto;
  }
}
#specialNeedsLevelComparedToNationWideGraph {
  margin-top: 45px;
}
@media (max-width: 767px) {
  #specialNeedsLevelComparedToNationWideGraph {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.favorites {
  padding: 25px 0 50px 0;
}
.favorites a:hover {
  text-decoration: none;
}
.favorites-header {
  font-family: 'adelle-sans';
}
.favorites-header h2 {
  position: relative;
  margin: 0;
  padding-left: 60px;
  font-size: 32px;
  font-weight: 300;
}
.favorites-header .select {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
}
.favorites-header .s {
  position: absolute;
  left: 0px;
  top: -10px;
  font-size: 50px;
  color: #F4B81F;
}
@media (max-width: 991px) {
  .favorites-header h2 {
    font-size: 28px;
  }
  .favorites-header .select {
    margin-top: 16px;
  }
  .favorites-header .s {
    font-size: 45px;
  }
}
.empty-list {
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 129px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.empty-list .empty-background {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bewaarde-scholen.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 162px;
  margin: 0 auto;
  z-index: -1;
}
.empty-list .empty-schools-content {
  text-align: center;
}
.empty-list .empty-schools-content .button.dark {
  padding: 14px 25px 10px 25px;
  margin-top: 118px;
  min-width: 260px;
  font-size: 18px;
  line-height: 33px;
}
.empty-list .empty-schools-content .button.dark:hover {
  background-color: #646464;
}
.empty-list .empty-schools-content .button.dark span {
  float: left;
  font-size: 30px;
}
.empty-list .empty-schools-content h2 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 45px;
  margin-bottom: 0px;
}
.empty-list .empty-schools-content h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.favorite-list {
  margin-top: 45px;
  font-family: 'adelle-sans';
}
.favorite-controls {
  padding-top: 5px;
  text-align: right;
}
.favorite-controls .button {
  margin-left: 5px;
}
.favorite-controls .s {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  left: -4px;
  top: 2px;
  font-size: 16px;
}
.favorite-controls .button.selected {
  color: white;
  background-color: #F4B81F;
}
.favorite-controls .button.selected:hover {
  background-color: #d69c0a;
}
.downloadables {
  margin-top: 40px;
  font-family: 'adelle-sans';
}
.downloadables .download {
  padding: 10px 19px 40px 19px;
  background-color: #F4B81F;
}
.downloadables .download .dl-title {
  color: white;
}
.downloadables .download a {
  color: #454545;
}
.downloadables .download a:hover {
  text-decoration: underline;
}
.downloadables .request {
  padding: 10px 19px 20px 19px;
  background-color: #EFEFEF;
}
.downloadables .request .dl-title {
  color: #F4B81F;
}
.downloadables .dl-title {
  font-size: 22px;
}
.downloadables .dl-info {
  font-size: 14px;
  color: #454545;
  margin-top: 12px;
}
.downloadables .input-container {
  margin-top: 20px;
  max-width: 470px;
}
.downloadables input {
  margin-bottom: 7px;
  padding: 6px 10px;
  border: none;
  width: 100%;
  font-size: 14px;
}
.downloadables input.first-name {
  float: left;
  width: 49%;
}
.downloadables input.last-name {
  float: right;
  width: 49%;
}
.downloadables .select {
  position: relative;
  margin-top: 28px;
  background-color: white;
  width: 49%;
}
.downloadables .select .s {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 2;
}
.downloadables select {
  width: 100%;
  height: 32px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  padding: 6px 10px;
  z-index: 5;
}
.downloadables label {
  font-size: 14px;
  display: inline-block;
}
.downloadables #newsletter {
  display: inline-block;
  width: auto;
  margin: 23px 5px 30px 0;
  font-size: 20px;
}
.downloadables .submit input {
  width: auto;
  background-color: #555A5F;
  color: white;
}
.downloadables .submit input:hover {
  background-color: #3d4144;
}
@media (max-width: 991px) {
  .downloadables .download {
    margin-bottom: 30px;
  }
}
/**
Notification bar
*/
#footer .reviewNotificator {
  position: relative;
  background: #E22891;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  height: 40px;
  width: 100%;
}
#footer .reviewNotificator span {
  width: 100%;
  max-height: 40px;
  color: #ffffff;
}
#footer .reviewNotificator .container {
  margin: 0 auto;
  padding-top: 10px;
}
button#ctaReview {
  margin-top: inherit;
  position: relative;
  top: -4px;
}
#reviewCTA,
#noReviews {
  margin-bottom: 40.61px;
  width: 670px;
  text-align: left;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reviewCTA,
  #noReviews {
    min-width: auto;
  }
}
#reviewCTA span.normalCTA,
#noReviews span.normalCTA,
#reviewCTA span:first-child,
#noReviews span:first-child {
  font-family: Adelle-sans, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
@media (min-width: 767px) {
  #reviewCTA span.normalCTA,
  #noReviews span.normalCTA,
  #reviewCTA span:first-child,
  #noReviews span:first-child {
    font-size: 24px;
  }
}
#reviewCTA span.boldCTA,
#noReviews span.boldCTA {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Adelle, sans-serif;
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 1199px) {
  #reviewCTA span.boldCTA,
  #noReviews span.boldCTA {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #reviewCTA span.boldCTA,
  #noReviews span.boldCTA {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #reviewCTA span.boldCTA,
  #noReviews span.boldCTA {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #reviewCTA,
  #noReviews {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #reviewCTA,
  #noReviews {
    margin-top: 70px;
  }
}
#reviewCTA button.pink-btn,
#noReviews button.pink-btn {
  font-family: Adelle-sans, sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  height: 40px;
  width: 241px;
  border-radius: 2px;
  background-color: #E22891;
}
@media (min-width: 768px) {
  #reviewCTA button.pink-btn,
  #noReviews button.pink-btn {
    margin: 0px 0 0 20px;
  }
}
@media (min-width: 769px) {
  #noReviews button.pink-btn {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 540px) {
  #reviewCTA {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  #reviewCTA button.pink-btn {
    margin-left: 0;
  }
}
#reviewCTA .byLine {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}
#noReviews {
  position: relative;
  height: 290px;
  width: 100%;
  margin: 0px auto 102px;
  color: #333333;
  display: block;
  font-family: Adelle;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #noReviews {
    height: 100px;
    margin-bottom: 460px;
  }
}
#noReviews:before {
  width: 100%;
  height: 320px;
  background-size: cover;
  content: "";
  display: inline-block;
  background: transparent url("../img/noReviewsMobileBG.jpg") no-repeat center center scroll;
}
@media (min-width: 540px) {
  #noReviews:before {
    background: transparent url("../img/noReviewsBG.png") no-repeat center center scroll;
    background-size: 150%;
    background-position: left center;
  }
}
@media (min-width: 769px) {
  #noReviews:before {
    background-size: 100%;
    background-position: center center;
  }
}
#noReviews .normalCTA {
  font-size: 28px;
  font-family: 'Adelle-sans', sans;
  font-weight: lighter;
}
@media (min-width: 767px) {
  #noReviews .review-content-container {
    position: absolute;
    top: 80%;
    left: 50%;
    padding: 24px 0px;
    height: 122px;
    width: 810.75px;
    margin-bottom: 102px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  #noReviews button.pink-btn {
    margin-top: 20px;
  }
}
.review .checkbox {
  padding-left: 35px;
  padding-top: 3px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .review .checkbox {
    font-size: 16px;
    line-height: 26px;
  }
}
.review .checkbox.last {
  margin-bottom: 60px;
}
.review .checkboxField label {
  width: 20px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.review .checkboxField label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 6px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.desktop .review .checkboxField label:hover::after {
  opacity: 0.5;
}
.review .checkboxField input[type=checkbox] {
  visibility: hidden;
}
.review .checkboxField input[type=checkbox]:checked + label:after {
  opacity: 1;
}
@media (max-width: 540px) {
  #review-results-container .row > div {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1025px) {
  #review-results-container {
    margin-top: 40px;
  }
}
.nav-tabs {
  border-bottom: 0;
}
/**
Review styling
*/
.review-title-bar {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.review {
  background-color: #f8f8f8;
  font-family: Adelle, Adelle-sans, sans;
  /* alt colors */
}
.review .school-title:before {
  position: static;
}
.review .schooldata {
  border: none;
}
.review nav.breadcrumbs {
  display: none;
}
.review .review-title-bar .school-subtitle {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
@media (max-width: 540px) {
  .review .review-title-bar .school-subtitle {
    font-size: 14px;
  }
}
.review .review-title-bar h1 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .review .review-title-bar h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .review .review-title-bar h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
.review .description-page {
  min-height: 104px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .review .description-page {
    font-size: 16px;
    line-height: 26px;
  }
}
.review div.nav-tabs {
  border: none;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .review div.nav-tabs ul.tabs {
    margin: 0 auto;
    width: 150px;
  }
}
.review div.nav-tabs .step_list_text {
  font-family: Adelle;
  white-space: nowrap;
  text-align: center;
  padding: 0 .5em 10px;
  color: #B8B8B8;
}
.review div.nav-tabs .active .inverted_circle span {
  background-color: #E22891;
}
.review div.nav-tabs .active .step_list_text {
  color: #FFFFFF;
}
.review div.nav-tabs .inverted_circle span {
  font-family: Adelle;
  display: block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000000;
  width: 40px;
  font-weight: 100;
  height: 40px;
  line-height: 36px;
  font-size: 20px;
  margin: 0 auto 5px;
  text-align: center;
  padding-left: 2px;
  padding-top: 1px;
}
.review .nav-tab-dark {
  position: relative;
  background-color: #2A2A2A;
  margin: 0 auto;
  display: inline-block;
  float: left;
  width: 50px;
}
@media (min-width: 768px) {
  .review .nav-tab-dark {
    width: calc(100% / 3);
  }
}
@media (min-width: 768px) {
  .review .nav-tab-dark.active:after {
    content: '';
    position: absolute;
    top: 88%;
    left: 0;
    right: 0;
    margin: 9px auto 0;
    width: 0;
    height: 0;
    border-top: solid 24px #2A2A2A;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
  }
}
@media (max-width: 767px) {
  .review li.active:after {
    content: attr(data-title);
    position: absolute;
    top: 28px;
    left: 70%;
    right: 0;
    margin: 0 auto 0;
    width: 100%;
    height: 0;
    color: #FFFFFF;
    z-index: 999;
  }
}
.review section.building {
  margin-bottom: 50px;
}
.review .review-submit-btn {
  height: 40px;
  width: 100%;
  border-radius: 2px;
  background-color: #555A5E;
  content: "";
  color: #FFFFFF;
}
.review .review-submit-btn:hover {
  opacity: 0.6;
}
.review .review-container {
  text-align: center;
}
.review .reviewForm {
  text-align: initial;
  display: none;
  position: relative;
  margin: 25px auto 33px;
  max-width: 850px;
  overflow: hidden;
  /**
    Checkbox settings 10K
    */
}
.review .reviewForm.form-complete {
  width: 100%;
}
.review .reviewForm.form-active {
  display: inline-block;
}
.review .reviewForm section {
  padding-left: 0;
  padding-right: 0;
}
.review .reviewForm .schooldata {
  padding: 0;
}
.review .reviewForm section .school-info-title .text-left {
  font-size: 18px;
  line-height: 24px;
  font-family: Adelle;
}
@media (min-width: 768px) {
  .review .reviewForm section .school-info-title .text-left {
    margin-top: 37px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
  }
}
.review .reviewForm #ervaring .detail.school-subtitle {
  color: rgba(51, 51, 51, 0.5);
}
.review .reviewForm #ervaring .teachers > div,
.review .reviewForm #ervaring .education > div,
.review .reviewForm #ervaring .building > div {
  padding-left: 0;
}
.review .reviewForm #ervaring .teachers .question-group-title {
  margin-top: 0;
}
.review .reviewForm #ervaring div.text-left {
  font-family: Adelle;
}
.review .reviewForm #ervaring div.text-left .h3 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .review .reviewForm #ervaring div.text-left .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.review .reviewForm #ervaring .max5 {
  margin-bottom: 20px;
}
.review .reviewForm #gegevens .detail.school-subtitle {
  color: rgba(51, 51, 51, 0.5);
}
.review .reviewForm #betrokkenheid .school-subtitle {
  display: none;
}
.review .reviewForm #betrokkenheid .school-info-title {
  margin-bottom: 17px;
}
@media (min-width: 1025px) {
  .review .reviewForm #betrokkenheid .school-info-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.review .reviewForm #betrokkenheid .school-info-title .text-left {
  font-family: Adelle;
}
@media (max-width: 1024px) {
  .review .reviewForm #betrokkenheid .options > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.review .reviewForm #betrokkenheid .options .mb-40 {
  margin-bottom: 40px;
}
.review .reviewForm #complete {
  padding: 0;
}
.review .reviewForm #complete h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 18px;
}
.review .reviewForm #complete .detail.school-subtitle {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .review .reviewForm #complete .detail.school-subtitle {
    margin-top: 18px;
  }
}
.review .reviewForm #complete .detail.school-subtitle.error {
  color: #E22891;
  text-align: left;
  margin-top: 18px;
}
.review .reviewForm .detail.school-subtitle {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 480px) {
  .review .reviewForm .detail.school-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.review .reviewForm .question-group-title {
  height: 32px;
  width: 573px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin: auto;
  margin-bottom: 13px;
  margin-top: 22px;
}
.review .reviewForm label.tienk-checkbox input[type="checkbox"] {
  display: none;
}
.review .reviewForm label.tienk-checkbox {
  display: block;
  color: #454545;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
@media (min-width: 768px) {
  .review .reviewForm label.tienk-checkbox {
    line-height: 24px;
    font-size: 16px;
  }
}
.review .reviewForm label.tienk-checkbox .icon-container {
  position: relative;
  width: 23px;
  height: 23px;
  display: inline-block;
  left: -10px;
  top: 5px;
}
.review .reviewForm label.tienk-checkbox div.bg {
  background-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.review .reviewForm label.tienk-checkbox span.icon {
  position: absolute;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 100%;
  z-index: 1;
  left: 3px;
  top: 0px;
  font-family: Adelle;
  font-weight: 300;
  font-size: 30px;
}
.review .reviewForm label.tienk-checkbox input[type="checkbox"]:checked ~ span {
  font-weight: 900;
}
.review .reviewForm label.tienk-checkbox input[type="checkbox"]:checked ~ span .icon {
  left: 0px;
  top: 0px;
  color: #FFFFFF;
}
.review .reviewForm label.tienk-checkbox input[type="checkbox"]:checked ~ span .icon:after {
  font-family: "Font Awesome\ 5 Free";
  content: '\f058';
  color: #E22891;
  font-size: 23px;
  position: absolute;
  left: 0px;
}
.review .reviewForm label.tienk-checkbox input[type="checkbox"]:checked ~ span div.bg {
  background-color: #FFFFFF;
}
.review .reviewForm label.tienk-checkbox:hover .icon {
  color: #FFFFFF;
}
.review .reviewForm label.tienk-checkbox:hover div.bg {
  background-color: #F298CB;
}
.review .selectable-div {
  height: 80px;
  width: 100%;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
  padding: 30px 0 30px 0;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .review .selectable-div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .review .selectable-div {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .review .selectable-div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.review .selectable-div:not(:last-child) {
  padding-right: 20px;
}
.review .selectable-div.active {
  background-color: #E22891;
  color: #FFFFFF;
  max-height: 80px;
  padding-top: 45px;
}
.review .selectable-div.active:before {
  font-family: "Font Awesome\ 5 Free";
  position: absolute;
  content: "\f00c";
  font-size: 32px;
  left: 120px;
  top: 0px;
  right: 120px;
  bottom: 42px;
}
.review #newsletterSubscriber {
  margin-top: 32px;
}
.review #parentParticipator {
  margin-bottom: 40px;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.review .checkboxField {
  font-weight: normal;
  padding-left: 0;
  width: 100%;
  position: relative;
}
.review .checkboxField.active span {
  background-color: #E22891;
}
.review .checkboxField label {
  margin-top: 0px;
  padding-top: 0px;
  top: 3px;
}
.review .checkboxField input[type=checkbox] {
  margin-left: 20px;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.review .checkboxField span {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.review .cbf-input {
  height: 20px;
  width: 20px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
  vertical-align: middle;
}
.review .col-xs-12.col-sm-12.mailingList {
  margin-left: 0px;
  padding-left: 0px;
}
.review .emailField {
  height: 40px;
  width: 562px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.review .emailField:focus,
.review .emailField:active {
  height: 40px;
  width: 562px;
  border: 1px solid #E1DFDF;
  border-radius: 2px;
  background-color: #FFFFFF;
  outline: none;
  border: 1px solid #E22891;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .review .col-xs-12.col-sm-12.mailingList {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
  .review .detail.school-subtitle {
    /* height: 32px; */
    height: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .review .emailField {
    height: 40px;
    width: 100%;
    border: 1px solid #E1DFDF;
    border-radius: 2px;
    background-color: #FFFFFF;
  }
  .review .emailField:focus,
  .review .emailField:active {
    height: 40px;
    width: 100%;
    border: 1px solid #E1DFDF;
    border-radius: 2px;
    background-color: #FFFFFF;
    outline: none;
    border: 1px solid #E22891;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .review #gegevens div.checkbox label.inputLabel,
  .review #gegevens div.checkbox label.inputLabel {
    font-size: 14px;
  }
  .review #gegevens span.help-block {
    font-size: 14px;
  }
}
.review .blue div.nav-tabs .active .inverted_circle span,
.review .blue .selectable-div.active {
  background-color: #37AFDF;
}
.review .blue .reviewForm label.tienk-checkbox input[type="checkbox"]:checked .icon:after {
  color: #37AFDF;
}
.review .blue label.tienk-checkbox:hover div.bg {
  color: #7CCCEC;
}
.review .blue .selectable-div:hover {
  background-color: #7CCCEC;
}
.review .blue .emailField:focus,
.review .blue .review .emailField:active {
  border: 1px solid #37AFDF;
}
.review .green div.nav-tabs .active .inverted_circle span,
.review .green .selectable-div.active {
  background-color: #31C798;
}
.review .green .reviewForm label.tienk-checkbox input[type="checkbox"]:checked .icon:after {
  color: #31C798;
}
.review .green label.tienk-checkbox:hover div.bg {
  color: #8DDEC5;
}
.review .green .selectable-div:hover {
  background-color: #8DDEC5;
}
.review .green .emailField:focus,
.review .green .review .emailField:active {
  border: 1px solid #31C798;
}
.review div.nav-tabs .active .inverted_circle span {
  color: #FFFFFF;
}
/**
Force fix
*/
@media (max-width: 767px) {
  .review .reviewForm {
    position: relative;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .review .reviewForm {
    position: relative;
    padding-left: 0px;
  }
}
.desktop .selectable-div:hover {
  background-color: #F298CB;
}
/**
Mobile fixes
*/
@media (max-width: 767px) {
  div.nav-tabs.review-tabs {
    position: relative;
    margin-bottom: 10px;
  }
  div.nav-tabs.review-tabs:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0;
    margin: 10px auto 0;
    width: 0;
    height: 0;
    border-top: solid 20px #2A2A2A;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
  }
  div.nav-tabs.review-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.nav-tabs.review-tabs li.nav-tab-dark {
    width: auto;
    display: table;
    padding-right: 10px;
  }
  div.nav-tabs.review-tabs li.nav-tab-dark:last-child {
    padding-right: 0;
  }
  div.nav-tabs.review-tabs .step_list_text {
    display: none;
  }
  div.nav-tabs.review-tabs .active > div {
    display: table-cell;
  }
  div.nav-tabs.review-tabs .active .step_list_text {
    display: inline-block;
  }
  .review .selectable-div.active {
    background-color: #E22891;
    color: #FFFFFF;
    max-height: 80px;
    padding-top: 45px;
  }
  .review .selectable-div.active:before {
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    content: "\f00c";
    font-size: 32px;
    left: 45%;
    top: 0px;
    right: 50%;
    bottom: 42px;
  }
}
.card-content-container {
  width: 316.04px;
  color: #454545;
  font-family: Adelle;
  line-height: 28px;
  text-align: center;
}
div.review-quote {
  height: 56px;
  width: 270px;
  color: #454545;
  font-family: Adelle;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 540px) {
  div.review-quote {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  div.review-quote {
    font-size: 20px;
    line-height: 22px;
  }
}
#review-results-container .grid-block {
  display: grid;
  grid-gap: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #review-results-container .grid-block {
    background-size: 100%;
    grid-template-columns: 50% 50%;
    background-image: url('../img/reviewCardsTabletBg.jpg');
  }
  #review-results-container .grid-block.cards-bg1 {
    background-image: url('../img/reviewCardsTabletBg1.jpg');
  }
  #review-results-container .grid-block.cards-bg2 {
    background-image: url('../img/reviewCardsTabletBg2.jpg');
  }
  #review-results-container .grid-block.cards-bg3 {
    background-image: url('../img/reviewCardsTabletBg3.jpg');
  }
  #review-results-container .grid-block.cards-bg4 {
    background-image: url('../img/reviewCardsTabletBg4.jpg');
  }
  #review-results-container .grid-block.cards-bg5 {
    background-image: url('../img/reviewCardsTabletBg5.jpg');
  }
}
@media (min-width: 1025px) {
  #review-results-container .grid-block {
    background-image: url('../img/reviewCardsBg.jpg');
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
  }
  #review-results-container .grid-block.cards-bg1 {
    background-image: url('../img/reviewCardsBg1.jpg');
  }
  #review-results-container .grid-block.cards-bg2 {
    background-image: url('../img/reviewCardsBg2.jpg');
  }
  #review-results-container .grid-block.cards-bg3 {
    background-image: url('../img/reviewCardsBg3.jpg');
  }
  #review-results-container .grid-block.cards-bg4 {
    background-image: url('../img/reviewCardsBg4.jpg');
  }
  #review-results-container .grid-block.cards-bg5 {
    background-image: url('../img/reviewCardsBg5.jpg');
  }
}
#review-results-container .grid-block #crookedCardBg_0 .card-content-container,
#review-results-container .grid-block #crookedCardBg_3 .card-content-container {
  margin: 0 auto;
}
#review-results-container .grid-block .card-content-container {
  width: 90%;
}
.review-card {
  min-width: 33.33333%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 20px 0;
  margin: 5px 0;
  padding: 30px 0;
}
.review-card#crookedCardBg_3,
.review-card#crookedCardBg_4,
.review-card#crookedCardBg_5 {
  padding-top: 5px;
}
@media (min-width: 400px) {
  .review-card {
    padding: 45px 0;
  }
}
@media (min-width: 540px) {
  .review-card {
    padding: 30px 0;
  }
}
@media (max-width: 540px) {
  .review-card {
    background-size: 100%;
  }
  .review-card#crookedCardBg_0 {
    background-image: url('../img/review_svg/tablet-1.svg');
  }
  .review-card#crookedCardBg_1 {
    background-image: url('../img/review_svg/tablet-2.svg');
  }
  .review-card#crookedCardBg_2 {
    background-image: url('../img/review_svg/tablet-3.svg');
  }
  .review-card#crookedCardBg_3 {
    padding-top: 20px;
    background-image: url('../img/review_svg/tablet-4.svg');
  }
  .review-card#crookedCardBg_4 {
    padding-top: 20px;
    background-image: url('../img/review_svg/tablet-5.svg');
  }
  .review-card#crookedCardBg_5 {
    padding-top: 20px;
    background-image: url('../img/review_svg/tablet-6.svg');
  }
}
@media (min-width: 768px) {
  .review-card {
    padding-top: 30px;
  }
  .review-card#crookedCardBg_2 {
    padding-top: 40px;
  }
  .review-card#crookedCardBg_3 {
    padding-top: 40px;
  }
  .review-card#crookedCardBg_4,
  .review-card#crookedCardBg_5 {
    padding-top: 50px;
  }
}
@media (min-width: 900px) {
  .review-card {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .review-card {
    padding: 40px 0;
  }
  .review-card#crookedCardBg_3 {
    padding-top: 20px;
  }
  .review-card#crookedCardBg_4,
  .review-card#crookedCardBg_5 {
    padding-top: 20px;
  }
}
.review-count {
  margin: 0 auto;
  text-align: center;
  color: #333333;
  height: 20px;
  width: 92px;
  display: block;
  font-family: Adelle-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.review-count span.counter-circle {
  display: block;
  margin: 0 0% !important;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 16px;
  background-color: #E22891;
  color: white;
  font-size: 14px;
  padding: 5px 10px 10px;
}
.review-count span.counter-text {
  display: block;
  margin: 0 0%!important;
  text-align: center;
  height: 30px;
  color: #9595A2;
  font-size: 14px;
  padding: 5px 10px 10px;
}
.foot-note {
  position: relative;
  display: block;
  height: 40px;
  width: 604px;
  color: #9595A1;
  font-family: Adelle-sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .foot-note {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 540px) {
  .foot-note {
    margin-bottom: 0;
  }
}
.foot-note a {
  text-decoration: underline;
  color: #9595A1;
}
.foot-note a:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .foot-note {
    width: 100%;
  }
}
.fourofours {
  font-family: 'adelle-sans';
  padding: 50px 0;
}
.fourofours a:hover {
  text-decoration: none;
}
.fourofour-item {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  margin-top: 125px;
  margin-bottom: 125px;
  max-width: 600px;
  position: relative;
}
@media (max-width: 992px) {
  .fourofour-item {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .fourofour-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.fourofour-item .fourofour-schools-content {
  text-align: center;
}
.fourofour-item .fourofour-schools-content .link-underline {
  text-decoration: underline;
}
.fourofour-item .fourofour-schools-content .link-underline:hover {
  color: #555A5F;
}
.fourofour-item .fourofour-schools-content a.button.dark {
  padding: 14px 25px;
  margin-top: 118px;
  min-width: 260px;
  font-size: 18px;
  line-height: 33px;
}
.fourofour-item .fourofour-schools-content a.button.dark span {
  float: left;
  font-size: 30px;
}
.fourofour-item .fourofour-schools-content h2 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 0px;
}
.fourofour-item .fourofour-schools-content h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.search .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}
@media (max-width: 991px) {
  .search .header {
    position: static;
  }
}
.search #footer {
  display: none;
}
@media (min-width: 768px) {
  .search .container {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .search .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.search-page {
  position: relative;
  min-height: 100%;
  top: 122px;
}
@media (max-width: 991px) {
  .search-page {
    top: inherit;
  }
}
#map {
  position: fixed;
  top: 122px;
  width: 50%;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  #map {
    width: 100%;
    height: 270px;
    position: static;
  }
}
@media (max-width: 767px) {
  #map {
    display: none;
  }
}
#map-inner {
  width: 100%;
  height: 100%;
}
#map-inner img {
  max-width: inherit;
}
.zoomControl {
  width: 30px;
  background-color: #C8C8C8;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
}
.zoomControl li {
  background-color: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  font-family: arial, serif;
}
.zoomControl li:hover {
  background-color: #EEE;
}
.zoomControl .in {
  margin-bottom: 1px;
}
.zoomControl .out {
  font-size: 22px;
}
.search-results {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  font-family: 'adelle-sans';
}
@media (max-width: 991px) {
  .search-results {
    width: 100%;
    float: none;
  }
}
.filter-box {
  padding: 20px 30px;
  background: #F8F8F8;
  border-bottom: 1px solid #B8B8B8;
}
.filter-name {
  float: left;
  padding-top: 6px;
  font-size: 14px;
}
.moreFiltersToggle {
  float: right;
}
.moreFiltersToggle .s {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
}
.select-boxes {
  margin-top: 14px;
  overflow: hidden;
  clear: both;
  position: relative;
  font-size: 14px;
}
.select-boxes .select-wrap {
  position: relative;
  background-color: #FFF;
}
.select-boxes .select-wrap::after {
  content: "\EA1A";
  position: absolute;
  font-family: "symbols";
  right: 8px;
  top: 9px;
  font-size: 12px;
  color: #333;
  z-index: 1;
}
.select-boxes select {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
  border-radius: 0;
  height: 32px;
  color: #454545;
  position: relative;
  z-index: 2;
  background: transparent !important;
}
@media (min-width: 480px) {
  .select-boxes li {
    width: 50%;
    float: left;
  }
  .select-boxes li select {
    width: 100%;
  }
  .select-boxes li:first-child {
    padding-right: 15px;
  }
  .select-boxes li:first-child::after {
    right: 23px;
  }
  .select-boxes li:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .select-boxes select {
    width: 100%;
  }
  .select-boxes .select-wrap:first-child {
    margin-bottom: 10px;
  }
}
.advanced-filters {
  display: none;
  font-size: 14px;
}
.advanced-filters .filter-row {
  margin-top: 20px;
  border-top: 1px solid #E1DFDF;
  padding-top: 12px;
}
.advanced-filters .filter-row .label {
  margin-bottom: 5px;
}
.vision-checks .vision-block1 {
  width: 50%;
  float: left;
}
.vision-checks .vision-block2 {
  width: 50%;
  float: right;
}
.vision-checks .vision-check {
  position: relative;
}
.vision-checks input {
  position: absolute;
  top: 4px;
}
.vision-checks label {
  display: inline-block;
  padding: 0 15px 0 20px;
}
@media (max-width: 479px) {
  .vision-checks .vision-block1,
  .vision-checks .vision-block2 {
    float: none;
    width: 100%;
  }
}
.filter-submit {
  border: 0;
  padding: 6px 15px;
  background-color: #646464;
  color: white;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .filter-header {
    display: none;
  }
  .advanced-filters {
    display: block;
  }
  .all-filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 10px 10px 60px 10px;
    background: #F8F8F8;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .all-filters select {
    background: white;
  }
  .filter-box {
    padding: 8px 10px;
  }
  .mobile-close {
    color: black;
    float: right;
    padding-bottom: 10px;
  }
  .advanced-filters .submit-row {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F8F8F8;
    padding-top: 8px;
  }
  .advanced-filters .submit-row input {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .moreFiltersToggle.mobile {
    display: none;
  }
  .mobile-close {
    display: none;
  }
}
.results-bar {
  padding: 10px 30px 3px 30px;
  font-size: 14px;
}
.results-bar ul {
  float: left;
}
.results-bar li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}
.results-bar .filter-name {
  padding: 5px 3px 0 0;
}
.results-bar .filter-option {
  background-color: #EFEFEF;
  padding: 5px 9px;
  border-radius: 2px;
}
.results-bar .filter-option .s {
  position: relative;
  top: 3px;
  color: black;
}
.results-bar .number-of-results {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.results-bar .number-of-results span.bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  .results-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.search-list {
  padding: 0 30px 20px 30px;
}
.search-list .search-result {
  margin-top: 20px;
  border-top: 1px solid #E1DFDF;
  padding-top: 20px;
}
.search-list .search-result .ss-name {
  padding-right: 113px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .search-list .search-result .ss-name {
    padding-right: 0;
  }
}
.search-list .search-result:first-child {
  margin-top: 0px;
}
.search-list .button {
  position: relative;
  float: right;
  margin-top: 3px;
  z-index: 20;
  padding-right: 35px;
}
.search-list .button span {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 18px;
}
.search-list .button:hover span:before {
  color: #f4b81f;
  content: "\EA1D";
}
.search-list .button.selected {
  background-color: #F4B81F;
  color: white;
}
.search-list .button.selected:hover {
  background-color: #d69c0a;
}
.search-list .button.selected:hover span:before {
  color: white;
}
@media (max-width: 767px) {
  .search-list .button {
    display: none;
  }
}
.search-list .ss-name {
  padding-right: 113px;
  padding-top: 6px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .search-list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.pagination {
  margin-top: 20px;
  border-top: 1px solid #E1DFDF;
  padding: 30px 0 40px 0;
  font-size: 16px;
  font-family: 'adelle-sans';
}
.pagination ul li {
  float: left;
}
.pagination ul li a {
  padding: 5px 13px;
  margin-right: 4px;
  display: block;
  color: #000;
  background-color: #EFEFEF;
  text-decoration: none;
}
.pagination ul li a:hover {
  background-color: #CCCCCC;
}
.pagination ul li.active a {
  color: #000;
  background-color: #CCCCCC;
}
.pagination ul li.page-dot {
  padding: 5px 10px;
  display: inline-block;
}
ul.pagination li.page-item:first-child,
ul.pagination li.page-item:last-child {
  display: none;
}
.smap-switcher {
  position: absolute;
  z-index: 100;
  top: -33px;
  right: -3px;
}
.smap-switcher .prev,
.smap-switcher .next {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #FFF;
  display: block;
  float: left;
  border: 1px solid #aaa;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
  text-decoration: none;
}
.smap-switcher .prev:before,
.smap-switcher .next:before {
  font-family: 'symbols';
  content: '\E01A';
  color: #333;
  font-size: 14px;
  position: relative;
  left: 4px;
  top: 1px;
}
.smap-switcher .prev:hover,
.smap-switcher .next:hover {
  background-color: #eee;
}
.smap-switcher .next {
  -webkit-transform: rotate(-90deg);
}
.smap-switcher .next:before {
  color: #000;
}
body .leaflet-popup-content-wrapper,
body .leaflet-popup-tip {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
body .leaflet-container a.leaflet-popup-close-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  display: block;
  border: 0px none;
  margin: 0px;
  padding: 7px 0 0 3px;
  position: absolute;
  cursor: pointer;
  -moz-user-select: none;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 33px;
  outline: currentcolor none medium;
  color: #000;
  font-weight: 300;
}
.leaflet-pane {
  font-family: 'adelle-sans';
  color: #2A2A2A;
}
.leaflet-pane .smap-title {
  font-size: 22px;
  line-height: 30px;
  padding: 3px 0;
}
.leaflet-pane .smap-subtitle {
  font-size: 14px;
  line-height: 24px;
}
.leaflet-pane .smap-address {
  font-size: 14px;
  line-height: 24px;
  color: #A3A3A3;
}
.leaflet-pane .ss-labels {
  margin-top: 5px;
}
.leaflet-pane .ss-label {
  display: inline-block;
  padding: 0 17px;
  background-color: #EFEFEF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 2px 5px 0;
}
.leaflet-pane .id0 .ss-label.first {
  color: #842B5E;
}
.leaflet-pane .id0 .ss-label.second {
  color: #E22891;
}
.leaflet-pane .id2 .ss-label.first {
  color: #116282;
}
.leaflet-pane .id2 .ss-label.second {
  color: #37AFDF;
}
.leaflet-pane .id3 .ss-label.first {
  color: #1D7559;
}
.leaflet-pane .id3 .ss-label.second {
  color: #31C798;
}
.leaflet-pane a:hover {
  text-decoration: none;
}
.leaflet-pane a:hover .smap-title,
.leaflet-pane a:hover .smap-subtitle {
  color: #444444;
}
/**
Unique select options
 */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
body.home .cookieBar {
  position: absolute;
}
.cookieBar {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  z-index: 999;
  padding: 20px;
  width: 100%;
  background-color: #333333!important;
  color: #FFFFFF;
}
.cookieBar.fix-bar {
  position: fixed;
}
.cookieBar p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.cookieBar p a {
  text-decoration: underline;
}
.cookieBar p a:hover {
  color: #FFFFFF;
}
.cookieBar .yellow-btn {
  text-align: center;
  height: 40px;
  width: 113px;
  border-radius: 2px;
  background-color: #F4B820;
  color: #2A2A2A;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cookieBar .yellow-btn {
    min-width: 100%;
    width: 100%;
    margin-top: 16px;
  }
}
div.alert {
  margin-bottom: 0px;
  border: 0;
  border: none;
}
div.alert.alert-success.school-alert {
  position: relative;
  width: 100%;
  border-radius: 0!important;
  background-color: #EC298E!important;
  color: #fff;
}
div.alert.alert-warning.school-alert {
  position: relative;
  width: 100%;
  background-color: #F4B81F!important;
  color: #FFFFFF;
  border-radius: 0!important;
}
.error {
  margin: 0 auto;
  text-align: center;
}
.error-code {
  bottom: 60%;
  color: #2d353c;
  font-size: 96px;
  line-height: 100px;
}
.error-desc {
  font-size: 14px;
  color: #647788;
}
.error.errorPage main.pagewrap {
  padding-bottom: 0px;
}
.m-b-10 {
  margin-bottom: 10px!important;
}
.m-b-20 {
  margin-bottom: 20px!important;
}
.m-t-20 {
  margin-top: 20px!important;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in, -webkit-transform 0.3s ease-out;
}
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -webkit-transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(242, 190, 59, 0.6);
}
.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(242, 190, 59, 0.6);
}
.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
  background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
  background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
  background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
  background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
  background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
  background-color: #f18017;
}
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
  line-height: 30px;
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nav-tabs {
  /* border-bottom: 1px solid #ddd; */
  border-bottom: 0px solid transparent !important;
}
.pagination {
  margin-top: 20px;
  border-top: 1px solid #E1DFDF;
  padding: 30px 0 40px 0;
  font-size: 16px;
  font-family: adelle-sans, sans-serif;
  min-width: 90%;
  position: absolute;
}
.pagination li {
  float: left;
}
.pagination li a {
  padding: 5px 13px;
  margin-right: 4px;
  display: block;
  color: #2A2A2A;
  background-color: #EFEFEF;
  text-decoration: none;
}
.pagination li li.active a {
  color: #2A2A2A;
  background-color: #CCCCCC;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px 12px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.pagination li.active a {
  color: #2A2A2A;
  background-color: #CCCCCC;
}
.pagination li a {
  border: 1px solid transparent;
  padding: 5px 13px;
  margin-right: 4px;
  display: block;
  color: #2A2A2A;
  background-color: #EFEFEF;
  text-decoration: none;
}
.pagination li a:hover {
  color: #2A2A2A;
}
.pagination li {
  margin-right: 5px;
}
.pagination li.active span.page-link {
  color: #2A2A2A !important;
}
.breadcrumbDelimiter {
  display: inline-block;
  margin-right: 4px;
  margin-left: 3px;
}
.breadcrumb-list .breadcrumbDelimiter {
  margin-left: 6px;
}
.json {
  padding-left: 20px;
}
.json ul {
  padding-left: 30px;
  line-height: 1.6em;
}
html {
  height: 100%;
  overflow-y: scroll;
}
html * {
  -webkit-font-smoothing: antialiased;
}
body {
  min-height: 100%;
  position: relative;
  font-family: adelle-sans, sans-serif;
}
body .label {
  color: #2A2A2A;
  font-weight: inherit;
  font-size: inherit;
  padding: inherit;
}
a {
  color: inherit;
}
a:hover {
  color: #2A2A2A;
}
a:hover,
a:active,
a:focus,
a:link,
a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
  border: 0;
}
button,
object,
embed {
  outline: 0;
  border: 0;
}
/* All Input elements */
input::-moz-focus-inner {
  border: 0;
}
/* Or more specifically*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  text-decoration: none;
}
input:focus,
select:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
li {
  margin: 0;
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .sm-clearfix:before,
  .sm-clearfix:after {
    content: " ";
    display: table;
  }
  .sm-clearfix:after {
    clear: both;
  }
  .sm-clearfix:before,
  .sm-clearfix:after {
    content: " ";
    display: table;
  }
  .sm-clearfix:after {
    clear: both;
  }
}
.button {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
.button.light {
  color: #454545;
  background-color: #EFEFEF;
}
.button.light:hover {
  background-color: #eaeaea;
}
.button.blue {
  color: white;
  background-color: #37AFDF;
}
.button.blue:hover {
  background-color: #1f95c4;
}
.button.dark {
  color: white;
  background-color: #646464;
}
.button.dark:hover {
  background-color: #4a4a4a;
}
.button:hover {
  text-decoration: none;
}
.button.show-more {
  float: right;
  padding-right: 30px;
  position: relative;
}
.button.show-more:after {
  content: " ";
  position: absolute;
  height: 14px;
  width: 7px;
  right: 12px;
  top: 9px;
  background: url('../img/arrow-right.svg') no-repeat;
  background-size: cover;
}
.lowerCase {
  text-transform: lowercase;
}
.camelCase {
  text-transform: capitalize;
}
.logo {
  font-family: 'adelle-sans';
  color: #2A2A2A;
}
.logo h1 {
  margin: 0;
  font-weight: 700;
}
.logo h1 span {
  color: #9595A2;
}
.logo.home-logo {
  padding-top: 65px;
  text-align: center;
}
.logo.home-logo h1 {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 5px;
}
.logo.home-logo .logo-subtitle {
  font-size: 36px;
  line-height: 1;
  margin-top: 50px;
  color: #2A2A2A;
}
@media (max-width: 1199px) {
  .logo.home-logo .logo-subtitle {
    margin-top: 30px;
  }
}
.logo.home-logo .oeo-branding img {
  display: block;
  margin: auto;
}
.logo.home-logo .oeo-branding .mobile {
  display: none;
}
@media (max-width: 767px) {
  .logo.home-logo .oeo-branding .mobile {
    display: block;
  }
}
.logo.home-logo .oeo-branding .regular {
  display: block;
}
@media (max-width: 767px) {
  .logo.home-logo .oeo-branding .regular {
    display: none;
  }
}
@media (max-width: 767px) {
  .logo.home-logo {
    padding-top: 30px;
  }
  .logo.home-logo h1 {
    font-size: 32px;
    line-height: 28px;
  }
  .logo.home-logo .logo-subtitle {
    display: block;
    font-size: 14px;
    line-height: 24px;
  }
}
.logo.nav-logo {
  float: left;
  padding-top: 24px;
}
.logo.nav-logo h1 {
  font-size: 28px;
  line-height: 40px;
}
.logo.nav-logo a:hover {
  text-decoration: none;
}
.logo.nav-logo .logo-subtitle {
  margin-top: -2px;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .logo.nav-logo .logo-subtitle img {
    width: 212px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .logo.nav-logo {
    float: none;
  }
  .logo.nav-logo h1 {
    margin-right: 5px;
    font-size: 22px;
    line-height: 32px;
  }
  .logo.nav-logo .logo-subtitle {
    display: inline-block;
  }
}
.search .school-input {
  padding: 0 15px;
  border: 0;
  border-radius: 2px;
  background-color: #EFEFEF;
  -webkit-appearance: none;
  font-family: 'adelle-sans';
  color: #2A2A2A;
}
.search .search-submit {
  margin-top: -4px;
  border: 0;
  border-radius: 2px;
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #555A5F;
  color: white;
}
.search .search-submit:hover {
  background-color: #3d4144;
}
.search.home-search {
  position: relative;
  margin-top: 29px;
  text-align: center;
}
@media (max-width: 767px) {
  .search.home-search {
    margin-top: 10px;
  }
}
.search.home-search .school-input {
  height: 50px;
  width: 380px;
  margin-right: 10px;
}
.search.home-search .search-submit {
  height: 50px;
  width: 65px;
  padding-top: 8px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .search.home-search .school-input {
    height: 40px;
    width: 300px;
    font-size: 14px;
  }
  .search.home-search .search-submit {
    margin-top: -1px;
    height: 40px;
    width: 50px;
    padding-top: 3px;
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .search.home-search {
    width: 100%;
    padding-right: 60px;
  }
  .search.home-search .school-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .search.home-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.search.nav-search {
  position: relative;
  float: left;
  margin: 26px 0 0 35px;
}
.search.nav-search .school-input {
  height: 40px;
  width: 250px;
  margin-right: 10px;
  font-size: 14px;
}
.search.nav-search .search-submit {
  height: 40px;
  width: 55px;
  padding-top: 3px;
  font-size: 26px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .search.nav-search {
    margin: 8px 0 0 0;
  }
}
@media (max-width: 479px) {
  .search.nav-search {
    width: 100%;
    padding-right: 65px;
    float: none;
  }
  .search.nav-search .school-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .search.nav-search .search-submit {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
.small-school {
  position: relative;
  padding-left: 60px;
  color: #2A2A2A;
}
.small-school .ss-name {
  font-size: 22px;
  line-height: 30px;
  padding: 3px 0;
}
.small-school .ss-type {
  font-size: 14px;
  line-height: 24px;
}
.small-school .ss-type:first-letter {
  text-transform: uppercase;
}
.small-school .ss-address {
  font-size: 14px;
  line-height: 24px;
  color: #A3A3A3;
}
.small-school .ss-labels {
  margin-top: 5px;
}
.small-school .ss-label {
  display: inline-block;
  padding: 0 17px;
  background-color: #EFEFEF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 26px;
  margin: 0 2px 5px 0;
}
.small-school.basisschool .ss-label.first {
  color: #842B5E;
}
.small-school.basisschool .ss-label.second {
  color: #E22891;
}
.small-school.middelbare .ss-label.first {
  color: #116282;
}
.small-school.middelbare .ss-label.second {
  color: #37AFDF;
}
.small-school.speciale .ss-label.first {
  color: #1D7559;
}
.small-school.speciale .ss-label.second {
  color: #31C798;
}
.small-school .icon-link {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}
.small-school.basisschool .icon-link {
  background: url('../img/basisschool.svg') no-repeat;
  background-size: cover;
}
.small-school.middelbare .icon-link {
  background: url('../img/middelbare.svg') no-repeat;
  background-size: cover;
}
.small-school.speciale .icon-link {
  background: url('../img/specialeschool.svg') no-repeat;
  background-size: cover;
}
.no-svg .small-school.basisschool:before {
  background: url('../img/basisschool.png') no-repeat;
}
.no-svg .small-school.middelbare:before {
  background: url('../img/middelbare.png') no-repeat;
}
@media (max-width: 479px) {
  .small-school {
    padding-left: 48px;
  }
  .small-school .icon-link {
    height: 40px;
    width: 40px;
    top: 8px;
  }
}
.small-school a:hover {
  text-decoration: none;
}
.small-school:hover:before,
.small-school:hover .ss-name,
.small-school:hover .ss-type {
  opacity: 0.8;
}
/* Temporary PNG files styling
------------------------------------ */
/* search icon */
.search-submit {
  position: relative;
}
.icon-search {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: auto;
}
/* share icons (facebook,twitter,mail) */
.share-icon {
  height: 24px;
  width: auto;
}
.share-icon:hover {
  opacity: 0.85;
}
/**
Rebuild tab system details page.
 */
section.tab-content {
  display: none;
}
section.tab-content.active {
  display: block;
}
/* hack fix needed for range slider */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(../img/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
}
.irs-line-left {
  height: 8px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 8px;
  background-position: 0 0;
}
.irs-line-right {
  height: 8px;
  background-position: 100% -30px;
}
.irs-bar {
  height: 8px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}
.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}
.irs-slider {
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/**
Tooltips
 */
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: left;
  min-width: 3em;
  max-width: 12em;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  -webkit-box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
          box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}
#latest-news-logo {
  height: auto;
  max-width: 124px;
}
.ctrle {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 40px;
  position: relative !important;
  border: none;
  color: #000000;
  text-overflow: clip;
}
.ctrle::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 25px;
  height: 40px;
  position: absolute;
  content: "";
  top: -5px;
  right: -37px;
  border: none;
  border-radius: 50px 50px 0 0;
  color: #000000;
  text-overflow: clip;
  background: red;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 100% 0deg;
  transform-origin: 100% 100% 0deg;
}
.ctrle::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 25px;
  height: 40px;
  position: absolute;
  content: "";
  top: -4px;
  left: 50px;
  border: none;
  border-radius: 50px 50px 0 0;
  color: #000000;
  text-overflow: clip;
  background: red;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: 0 100% 0deg;
  transform-origin: 0 100% 0deg;
}
@media (max-width: 767px) {
  body.mobile {
    overflow: hidden;
  }
}
#preloadNews {
  position: relative;
  display: block;
}
.ball-loader {
  width: 100px;
  height: 23.3333333333px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ball-loader-ball {
  will-change: transform;
  height: 23.3333333333px;
  width: 23.3333333333px;
  border-radius: 50%;
  background-color: #555;
  position: absolute;
  -webkit-animation: grow 1s ease-in-out infinite alternate;
  animation: grow 1s ease-in-out infinite alternate;
}
.ball-loader-ball.ball1 {
  left: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.ball-loader-ball.ball2 {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.ball-loader-ball.ball3 {
  right: 0;
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
@-webkit-keyframes grow {
  to {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
}
@keyframes grow {
  to {
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
}

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