/*
Breakpoints

Below are all the breakpoints used by the platform,
in theory these define all the breakpoints that live on the platform.

small               - 320px
mobile              - 340px
tablet              - 768px
desktop             - 992px
wide                - 1400px

Styleguide 1-settings.breakpoints.
*/
/**
 * Pre-configuration for Sass MQ.
 */
/*
Colors

Below are all the colors used by the platform,
in theory these define all the colors that live on the platform. It should
not be possible to add colors at any layer below.

Color names are based from <a href="http://chir.ag/projects/name-that-color/" target="_blank">http://chir.ag/projects/name-that-color/</a>

*/
/* ========================================================================== *\
    COLOR NAMES
/* ========================================================================== */
@font-face {
  font-family: empty;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"); }

/*
 |--------------------------------------------------------------------------
 | Font family settings
 |--------------------------------------------------------------------------
 */
/*
Font size

The font sizes used in all layers of the platform.

.u-font-size-alpha - 40px
.u-font-size-beta - 36px
.u-font-size-gamma - 30px
.u-font-size-delta - 28px
.u-font-size-epsilon - 24px
.u-font-size-zeta - 20px
.u-font-size-eta - 18px
.u-font-size-theta - 16px
.u-font-size-iota - 14px
.u-font-size-milli - 12px

Markup: <div class="{{modifier_class}}">{{modifier_class}}</div>

Styleguide 1-settings.font-sizes.
*/
/*
 |--------------------------------------------------------------------------
 | Global settings
 |--------------------------------------------------------------------------
 |
 | Below are the platform global variables, be very careful changing these
 | since there is a good chance it will affect a large portion of the CSS.
 |
 */
/*
 |--------------------------------------------------------------------------
 | z-index-order settings
 |--------------------------------------------------------------------------
 |
 | A sass map of elements to make sure each elements has a unique z-index.
 | Which gives a better overview and order control.
 |
 */
/**
 * Functions
 */
/*
 |--------------------------------------------------------------------------
 | get-z-index function
 |--------------------------------------------------------------------------
 |
 | We use a SASS map to provide a way to give each element a unique z-index.
 | This mixin will look for the given parameter inside the map and return the index.
 | If no param is provided it will try to look for the `&`-element,
 | being the referenced element the function is used in.
 |
 | The actual map can be found inside the settings layer
 |
 */
/**
 * Vendor
 */
/**
 * Mixins
 */
/*
 |--------------------------------------------------------------------------
 | A mechanism to retrieve a valid font-size/line-height combination
 |--------------------------------------------------------------------------
 */
/**
 * Mixin to get the right combination of
 * font-size and line-height
 */
/*
 |--------------------------------------------------------------------------
 | Truncate mixin
 |--------------------------------------------------------------------------
 |
 | Allows a box to be truncated, breaking off at a specific point
 | and leaving the final words ellipsised
 |
 */
/*! 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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; }

/*------------------------------------*\
  #RESET
\*------------------------------------*/
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*\
  #BOX-SIZING
\*------------------------------------*/
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  color: #231F20;
  font-family: "bliss", Arial, sans-serif;
  margin: 0;
  padding-top: 0;
  overflow: hidden; }

@media (max-width: 47.99em) {
  head {
    font-family: "mobile"; } }

@media (min-width: 48em) and (max-width: 61.99em) {
  head {
    font-family: "tablet"; } }

@media (min-width: 62em) {
  head {
    font-family: "desktop"; } }

.o-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px; }

.o-main {
  position: absolute;
  background-color: #f5f5f5;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden; }

.download-button-mobile {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  line-height: 15px;
  background-color: #EE2134;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center; }
  @media (min-width: 48em) {
    .download-button-mobile {
      display: none; } }

.c-autoplay {
  display: flex;
  align-items: center;
  height: 30px;
  width: 90px;
  padding-left: 10px;
  padding-right: 10px; }
  .c-autoplay.\--hide {
    display: none; }
  .c-autoplay__icon {
    display: inline-block;
    height: 14px;
    width: 15px;
    line-height: 0;
    margin-right: 5px; }
    .c-autoplay__icon svg {
      height: 100%; }

.c-content {
  position: absolute;
  top: 0;
  left: 90px;
  bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  pointer-events: none;
  z-index: 160; }
  @media (max-width: 61.99em) {
    .c-content {
      z-index: 4; } }
  @media (min-width: 48em) {
    .c-content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 20px;
      height: 90px;
      width: 16px;
      background-color: #EE2134; }
    .c-content:after {
      content: '';
      position: absolute;
      top: 357px;
      bottom: 0;
      left: 20px;
      width: 16px;
      background-color: #EE2134; } }
  .c-content__box {
    position: absolute;
    pointer-events: none;
    max-width: 350px; }
    @media (min-width: 48em) {
      .c-content__box {
        top: 90px;
        left: 90px;
        padding-top: 50px;
        padding-bottom: 50px; }
        .c-content__box:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 20px;
          border: solid 8px transparent;
          border-top-color: #EE2134;
          border-left-color: #EE2134; }
        .c-content__box:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 20px;
          border: solid 8px transparent;
          border-bottom-color: #EE2134;
          border-right-color: #EE2134; } }
    @media (max-width: 47.99em) {
      .c-content__box {
        top: 28px;
        left: 28px; } }
    .c-content__box h1 {
      font-size: 20px;
      line-height: 34px;
      display: inline-block;
      background-color: #EE2134;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 0 10px;
      font-weight: normal;
      margin-bottom: 10px;
      white-space: nowrap;
      border-radius: 6px; }
      @media (max-width: 47.99em) {
        .c-content__box h1 {
          font-size: 16px;
          line-height: 22px; } }
    .c-content__box h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: normal;
      color: #5A524F; }
      @media (max-width: 47.99em) {
        .c-content__box h2 {
          display: none; } }
    .c-content__box p {
      font-size: 14px;
      line-height: 14px;
      line-height: 18px; }
      .c-content__box p a {
        color: #EE2134; }

@media (min-width: 48em) {
  .c-content-disc {
    position: absolute;
    bottom: 160px;
    right: 80px;
    z-index: 200;
    border-radius: 6px;
    padding: 10px;
    width: 280px;
    background-color: #FFFFFF; }
    .c-content-disc--top {
      bottom: 268px; }
    .c-content-disc__block {
      font-size: 12px;
      line-height: 16px;
      padding-bottom: 10px;
      margin-right: -5px; }
    .c-content-disc__button {
      font-size: 12px;
      line-height: 16px;
      display: block;
      background-color: #EE2134;
      color: #FFFFFF;
      border-radius: 6px;
      padding: 5px;
      text-decoration: none;
      text-align: center; } }

.c-content-mobile {
  position: absolute;
  line-height: 0;
  top: 120px;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  text-align: center;
  background-color: #FFFFFF; }
  .sidebar-is-open .c-content-mobile {
    display: none; }
  @media (min-width: 48em) {
    .c-content-mobile {
      display: none; } }

.c-content-download-button {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  bottom: 0px;
  height: 25px;
  line-height: 17px;
  overflow: hidden;
  justify-self: center;
  padding: 5px 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #505050;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transform: rotate(180deg); }

.c-content-wiki {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px #CECECE;
  position: absolute;
  bottom: 175px;
  right: 49px;
  background-color: #FFFFFF;
  width: 400px; }
  .c-content-wiki img {
    flex-shrink: 0;
    margin: 0 0px 0 12px;
    width: 120px; }
  .c-content-wiki__body {
    padding-top: 15px;
    padding-right: 12px; }
  .c-content-wiki__content {
    font-size: 12px;
    padding-bottom: 12px; }
    .c-content-wiki__content a {
      margin-top: 2px; }
  @media (max-width: 47.99em) {
    .c-content-wiki {
      display: none; } }

.c-controls {
  width: 100%;
  z-index: 120; }
  @media (min-width: 48em) {
    .c-controls {
      background-color: #EEECEC;
      position: relative; } }
  @media (max-width: 47.99em) {
    .c-controls {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      background-color: #f5f5f5; } }
  .c-controls__container_desktop {
    height: 53px;
    align-items: center; }
    @media (min-width: 48em) {
      .c-controls__container_desktop {
        display: flex; } }
  .c-controls__item {
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
    margin-left: 20px; }
    .c-controls__item:first-child {
      margin-left: 0; }
    .c-controls__item--zoom {
      display: flex;
      flex-shrink: 0;
      flex-grow: 0; }
    .c-controls__item--autoplay {
      flex-shrink: 0;
      flex-grow: 0;
      text-decoration: none;
      color: #000000; }
    .c-controls__item--filter {
      width: 100%; }

.c-detail-popup {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 40%);
  width: 420px;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(165, 164, 164, 0.5);
  background-color: #FFFFFF;
  cursor: default; }
  @media (max-width: 47.99em) {
    .c-detail-popup {
      display: none; } }
  .c-detail-popup.\--hide {
    display: none;
    pointer-events: none; }
  .c-detail-popup__content {
    padding: 15px 15px; }
  .c-detail-popup__title {
    padding: 5px;
    border-radius: 6px;
    background-color: #EE2134;
    color: #FFFFFF;
    margin-bottom: 20px; }
    .c-detail-popup__title-inner {
      padding: 5px 8px;
      border-radius: 4px;
      background-color: #EE2134;
      border: solid 2px #FFFFFF;
      position: relative;
      text-align: center; }
  .c-detail-popup__name {
    font-size: 19px;
    line-height: 23px;
    font-weight: bold; }
  .c-detail-popup__city {
    font-size: 14px;
    line-height: 17px; }
  .c-detail-popup__year {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    right: 8px; }
  .c-detail-popup__close {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 15px;
    background: #CECECE;
    border: 0;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 6px; }
  .c-detail-popup__controls {
    padding: 0 15px 15px 15px;
    display: flex; }
  .c-detail-popup__button {
    font-size: 16px;
    background: #CECECE;
    border: 0;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    outline: none;
    width: 120px; }
    .c-detail-popup__button.\--active {
      background-color: #EE2134;
      color: #FFFFFF; }
    .c-detail-popup__button:last-child {
      margin-left: 15px; }

.c-detail-popup-dialog {
  display: block;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(206, 206, 206, 0.5);
  border-radius: 6px;
  cursor: default;
  z-index: 480;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw; }
  @media (min-width: 48em) {
    .c-detail-popup-dialog {
      display: none; } }
  .c-detail-popup-dialog__container {
    display: block; }
    .c-detail-popup-dialog__container.\--hide {
      display: none;
      pointer-events: none; }

.c-filter {
  display: flex;
  align-items: center; }
  @media (max-width: 47.99em) {
    .c-filter {
      display: block;
      background-color: #EEECEC;
      box-shadow: inset 0 10px 19px rgba(206, 206, 206, 0.5);
      padding: 10px 12px;
      border-radius: 6px; } }
  .c-filter__select {
    margin-left: 15px;
    text-align-last: center; }
  .c-filter__clear {
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 49px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    white-space: nowrap;
    background-color: #5A524F;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 0 10px 0 7px;
    font-weight: normal; }
    .c-filter__clear img {
      margin-right: 6px; }
    .c-filter__clear:hover {
      background-color: rgba(90, 82, 79, 0.9); }
    @media (max-width: 47.99em) {
      .c-filter__clear {
        position: static;
        transform: translateY(0);
        justify-content: center;
        margin-top: 15px;
        background-color: #807977; }
        .c-filter__clear img {
          display: none; } }
  .c-filter__item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    @media (max-width: 47.99em) {
      .c-filter__item {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px; } }
    .c-filter__item--rapport {
      margin-left: -80px; }
      .c-filter__item--rapport sup {
        top: -0.2em; }
      @media (max-width: 47.99em) {
        .c-filter__item--rapport {
          margin-left: 0; } }
    .c-filter__item + .c-filter__item {
      margin-left: 68px; }
      @media (max-width: 47.99em) {
        .c-filter__item + .c-filter__item {
          margin-left: 0;
          margin-top: 18px; } }
    .c-filter__item .label {
      width: 105px;
      text-align: right; }
    .c-filter__item .title {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 18px;
      padding-bottom: 6px;
      font-weight: bold; }
  .c-filter__checkbox {
    position: absolute;
    top: -999px; }
  .c-filter__rapport {
    cursor: pointer;
    display: block;
    padding: 4px;
    margin-left: 18px;
    border-radius: 6px;
    color: #FFFFFF;
    background-color: #5A524F;
    white-space: nowrap; }
    .c-filter__checkbox:checked + .c-filter__rapport {
      background-color: #EE2134; }
    @media (max-width: 47.99em) {
      .c-filter__rapport {
        margin-left: 5px; }
        .c-filter__rapport:first-of-type {
          margin-left: 0; } }
  .c-filter__type {
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #5A524F;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; }
    .c-filter__type--small {
      width: 16px;
      height: 16px; }
      .c-filter__type--small img {
        width: 10px;
        height: 10px; }
    .c-filter__type--medium {
      width: 24px;
      height: 24px; }
      .c-filter__type--medium img {
        width: 14px;
        height: 14px; }
    .c-filter__type--large {
      width: 35px;
      height: 35px; }
      .c-filter__type--large img {
        width: 19px;
        height: 19px; }
    .c-filter__checkbox:checked + .c-filter__type {
      background-color: #EE2134; }
  .c-filter__position {
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #5A524F;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px; }
    .c-filter__checkbox:checked + .c-filter__position {
      background-color: #EE2134; }

.c-filter-container {
  padding-top: 10px;
  padding-bottom: 10px;
  align-self: flex-start; }
  .c-filter-container__image {
    width: 14px;
    height: 14px;
    padding-top: 3px; }

.c-filter-button {
  padding-bottom: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000; }

.c-filter-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 560;
  padding: 20px;
  transform: translate(-50%, -50%);
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(206, 206, 206, 0.5);
  border-radius: 6px; }
  @media (min-width: 48em) {
    .c-filter-dialog {
      display: none; } }
  .c-filter-dialog.\--hide {
    display: none; }
  .c-filter-dialog-shim {
    background-color: rgba(107, 106, 106, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 520; }
    @media (min-width: 48em) {
      .c-filter-dialog-shim {
        display: none; } }
    .c-filter-dialog-shim.\--hide {
      display: none; }
  .c-filter-dialog__close {
    border: 0;
    background-color: #EE2134;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    padding: 6px 0;
    margin-top: 13px; }

.c-graph {
  background-color: #EEECEC;
  border-radius: 6px;
  padding: 12px 8px 25px 25px;
  position: relative;
  color: #5A524F;
  box-shadow: inset 0 10px 19px rgba(193, 193, 193, 0.5); }
  .c-graph::before {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 3px; }
  .c-graph::after {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 3px; }
  .c-graph--rapport::before {
    content: '10'; }
  .c-graph--rapport::after {
    content: '0'; }
  .c-graph__middle {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #FFFFFF; }
  .c-graph__inner {
    position: relative;
    height: 104px; }
  .c-graph.\--hide {
    display: none; }
  .c-graph__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .c-graph__item {
    width: 20px; }
  .c-graph__score {
    font-size: 12px;
    line-height: 24px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #5A524F;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    transform: scale(1) translateY(-50%);
    z-index: 3;
    border-radius: 50%;
    transform-origin: center center;
    opacity: 1;
    transition: all ease-out; }
    .c-graph__score--top {
      background-color: #231F20; }
    .c-graph__score--bottom {
      background-color: #EE2134; }
  .c-graph__heading {
    position: absolute;
    top: 1px;
    right: 2px;
    width: 6px;
    height: 6px;
    display: none; }
    .c-graph__heading:before, .c-graph__heading:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 6px;
      height: 2px;
      background-color: #FFFFFF; }
    .c-graph__heading:after {
      transform: rotate(-90deg);
      transform-origin: center center; }
  .c-graph__cijfer {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center; }
  .c-graph__year {
    font-size: 10px;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    transform: translateY(5px);
    z-index: 3;
    text-align: center;
    width: 24px; }
    .c-graph__year::before {
      content: '20'; }
      @media (max-width: 47.99em) {
        .c-graph__year::before {
          content: '\''; } }
  .c-graph svg {
    position: absolute;
    top: 0;
    left: 0; }
    .c-graph svg line {
      stroke-width: 1;
      stroke: #FFFFFF;
      stroke-dasharray: 150;
      stroke-dashoffset: 0; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes scale {
  0% {
    transform: scale(0.7) translateY(-50%);
    transform-origin: center center;
    opacity: 0; }
  100% {
    transform: scale(1) translateY(-50%);
    transform-origin: center center;
    opacity: 1; } }

.c-help {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 320;
  display: flex;
  padding: 10px;
  align-items: center;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(165, 164, 164, 0.5);
  margin-top: -120px;
  white-space: nowrap; }
  .c-help.\--show {
    opacity: 1;
    transition: opacity 1.2s; }
  .c-help.\--hide {
    opacity: 0;
    transition: opacity 1.2s; }
  .c-help svg {
    margin-right: 10px;
    width: 20px;
    height: 20px; }

.c-info-box {
  position: absolute;
  bottom: 200px;
  left: 30%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(165, 164, 164, 0.5);
  padding: 10px 20px;
  z-index: 280; }
  @media (min-width: 87.5em) {
    .c-info-box {
      left: 38%; } }
  @media (max-width: 47.99em) {
    .c-info-box {
      left: 24px;
      right: 24px; } }
  .c-info-box.\--hide {
    display: none; }
  .c-info-box__status {
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex-shrink: 0;
    margin-right: 10px; }
    .c-info-box__status span {
      display: none;
      width: 0;
      height: 0;
      border: solid 10px transparent; }
    .c-info-box__status.\--default {
      display: flex; }
      .c-info-box__status.\--default span {
        display: block;
        border-left-color: #000000;
        border-left-width: 20px;
        border-right: 0; }
    .c-info-box__status.\--top {
      display: flex; }
      .c-info-box__status.\--top span {
        display: block;
        border-bottom-color: #A9D321;
        border-bottom-width: 20px;
        border-top: 0; }
    .c-info-box__status.\--bottom {
      display: flex; }
      .c-info-box__status.\--bottom span {
        display: block;
        border-top-color: #EE2134;
        border-top-width: 20px;
        border-bottom: 0; }
  .c-info-box__position {
    font-size: 48px;
    line-height: 50px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px; }
  @media (min-width: 48em) {
    .c-info-box__content {
      width: 100%; } }
  @media (max-width: 47.99em) {
    .c-info-box__content {
      width: 70%; } }
  .c-info-box__hospital {
    font-size: 26px;
    line-height: 40px;
    line-height: 26px;
    white-space: nowrap;
    color: #EE2134;
    font-weight: bold; }
    @media (max-width: 47.99em) {
      .c-info-box__hospital {
        height: 54px;
        white-space: unset;
        overflow-wrap: break-word;
        overflow: hidden; } }
  .c-info-box__city {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold; }

.c-legend {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 160px;
  right: 80px;
  z-index: 240;
  border-radius: 6px;
  padding: 10px;
  width: 280px;
  height: 36px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .c-legend__item {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-legend__item svg {
      width: 12px;
      height: 16px;
      margin-right: 5px; }
    .c-legend__item--oke svg {
      fill: #A9D321; }
    .c-legend__item--bad svg {
      fill: #EE2134; }

.c-list {
  width: 100%;
  /* ====================================================================== *\
        HEADINGS
    /* ====================================================================== */ }
  .c-list__row {
    font-size: 10px;
    line-height: 16px;
    display: flex;
    cursor: pointer;
    align-items: center; }
    .c-list__row:hover {
      background-color: #f5f5f5; }
  .c-list__position {
    flex-shrink: 0;
    width: 45px;
    height: 16px; }
  .c-list__name {
    flex-shrink: 0;
    width: 194px;
    margin-right: 10px; }
    @media (max-width: 47.99em) {
      .c-list__name {
        width: 130px;
        overflow-wrap: break-word; } }
  .c-list__city {
    flex-shrink: 0;
    width: 100px;
    margin-right: 10px; }
    @media (max-width: 47.99em) {
      .c-list__city {
        display: none; } }
  .c-list__status {
    flex-shrink: 0;
    width: 49px;
    text-align: center;
    margin-right: 10px; }
  .c-list__score {
    width: 100%;
    text-align: center; }
  .c-list__heading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px; }
    .c-list__heading:hover {
      background-color: transparent; }
    .c-list__heading .c-list__position {
      text-align: center; }
    .c-list__heading .c-list__name {
      padding-left: 30px; }

/* ========================================================================== *\
    CONTENT
/* ========================================================================== */
.c-list-content .c-list__position {
  height: auto;
  align-self: stretch; }

.c-list-content .c-list__position-inner {
  background-color: #000000;
  color: #FFFFFF;
  line-height: 16px;
  justify-content: center;
  width: 25px;
  margin-left: 7px;
  display: flex;
  align-items: center;
  height: 100%; }
  .c-list-content .c-list__position-inner--top {
    background-color: #A9D321; }
  .c-list-content .c-list__position-inner--bottom {
    background-color: #EE2134; }

.c-list-content .c-list__name {
  font-weight: bold; }

.c-list-content .c-list__status span {
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 4px transparent; }

.c-list-content .c-list__status--higher span {
  border-top: 0;
  border-bottom: solid 8px #A9D321; }

.c-list-content .c-list__status--lower span {
  border-bottom: 0;
  border-top: solid 8px #EE2134; }

.c-list-content .c-list__status--same span {
  border-right: 0;
  border-left: solid 8px #000000; }

.c-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 70px);
  background-color: #f5f5f5; }
  .c-map [rel="noopener"] {
    display: none !important; }
  .c-map .gm-style-cc {
    display: none !important; }

.c-map-shadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(164, 164, 164, 0.5));
  filter: drop-shadow(3px 3px 2px rgba(164, 164, 164, 0.5)); }

@media (max-width: 47.99em) {
  .gmnoprint a, .gmnoprint span {
    display: none; }
  .gm-style-cc {
    display: none; }
  .gmnoprint div {
    background: none !important; }
  #GMapsID div div a div img {
    display: none !important; } }

.c-marker {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 48em) {
    .c-marker {
      width: 20px;
      height: 20px; } }
  @media (max-width: 47.99em) {
    .c-marker {
      height: 17px;
      width: 17px; } }
  @media (min-width: 48em) {
    .c-marker.\--small {
      height: 17px;
      width: 17px; } }
  @media (max-width: 47.99em) {
    .c-marker.\--small {
      height: 14px;
      width: 14px; } }
  @media (min-width: 48em) {
    .c-marker.\--big {
      width: 25px;
      height: 25px; } }
  @media (max-width: 47.99em) {
    .c-marker.\--big {
      width: 20px;
      height: 20px; } }
  .c-marker.\--hide {
    display: none; }
  .c-marker.\--active {
    z-index: 9998; }
  .c-marker:hover, .c-marker.\--hover {
    z-index: 9999; }
    .c-marker:hover .c-popup, .c-marker.\--hover .c-popup {
      display: flex; }
    .c-marker:hover.\--active .c-popup, .c-marker.\--hover.\--active .c-popup {
      display: none; }
  .c-marker.\--hover {
    z-index: 9997; }
  .c-marker svg {
    height: 100%; }

.c-mobile-msg {
  font-size: 20px;
  line-height: 34px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  color: #EE2134;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center; }
  @media (max-width: 47.99em) {
    .c-mobile-msg {
      display: flex; } }

.c-mobile-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.c-bottom-container {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 400;
  transform: translateY(53px);
  transition: transform .75s; }
  .c-bottom-container.is-open {
    transform: translateY(0); }
  @media (max-width: 47.99em) {
    .c-bottom-container {
      transform: translateY(0); } }

.c-nav {
  position: relative;
  background-color: #FFFFFF;
  width: 100%; }
  .c-nav__container {
    align-items: stretch;
    display: flex;
    height: 70px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 47.99em) {
      .c-nav__container {
        align-items: center;
        height: 78px; } }
  .c-nav__paging {
    width: 100%; }
    @media (max-width: 47.99em) {
      .c-nav__paging {
        display: none; } }
  .c-nav__range {
    height: 100%;
    position: relative;
    width: calc(100% - 110px); }
    @media (min-width: 48em) {
      .c-nav__range {
        display: none; } }
  .c-nav__year {
    font-size: 49px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    flex-shrink: 0;
    flex-grow: 0;
    color: #5A524F;
    font-weight: bold;
    height: 48px;
    width: 175px;
    text-align: center;
    background-color: #FFFFFF;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px; }
    .c-nav__year:before, .c-nav__year:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 20px;
      bottom: 0; }
    .c-nav__year:after {
      right: -20px;
      border-radius: 0 0 0 9px;
      box-shadow: -9px 0 0 0 #FFFFFF; }
    .c-nav__year:before {
      left: -20px;
      border-radius: 0 0 9px 0;
      box-shadow: 9px 0 0 0 #FFFFFF; }
  .c-nav__search {
    white-space: nowrap;
    border: 0;
    background-color: #5A524F;
    color: #FFFFFF;
    border-radius: 6px;
    margin-left: 30px;
    padding: 0 10px 0 7px;
    font-weight: normal; }
    .c-nav__search:hover {
      background-color: rgba(90, 82, 79, 0.9); }
    @media (max-width: 47.99em) {
      .c-nav__search {
        padding: 0;
        width: 38px;
        height: 38px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
        order: -1;
        margin-left: 0;
        margin-right: 20px;
        flex-shrink: 0; }
        .c-nav__search img {
          width: 29px;
          height: 29px;
          position: absolute;
          bottom: 2px;
          right: 2px; }
        .c-nav__search span {
          display: none; } }
  .c-nav__filter {
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 50%;
    right: 50px;
    padding: 0;
    line-height: 0;
    transform: translateY(-50%); }
    @media (max-width: 47.99em) {
      .c-nav__filter {
        right: 20px; } }

.c-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end; }
  .c-numbers.\--hide {
    display: none; }
  .c-numbers__item {
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 47.99em) {
      .c-numbers__item:last-child {
        width: 50%; } }
  .c-numbers__title {
    color: #5A524F;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 4px; }
    .c-numbers__title span {
      white-space: nowrap; }
    @media (max-width: 47.99em) {
      .c-numbers__title {
        font-size: 9px;
        line-height: 10px; } }
  .c-numbers__value {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #231F20; }
    @media (max-width: 47.99em) {
      .c-numbers__value {
        font-size: 19px;
        line-height: 24px; } }

.c-paging {
  width: 100%; }
  .c-paging__container {
    align-items: stretch;
    background-color: #EEECEC;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 1px 8px rgba(193, 193, 193, 0.5); }
  .c-paging__item {
    border-radius: 6px;
    align-items: center;
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    padding: 3px 6px;
    color: #5A524F;
    width: 100%; }
    .c-paging__item.is-active {
      color: #FFFFFF;
      font-size: 20px;
      font-weight: bold;
      background-color: #EE2134; }

.c-popup {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -16px);
  width: 180px;
  display: none;
  box-shadow: 0 2px 6px 0 rgba(165, 164, 164, 0.5);
  background-color: #FFFFFF;
  border-radius: 6px; }
  .c-popup:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 16px #FFFFFF; }
  .c-popup__score {
    font-size: 20px;
    line-height: 34px;
    display: flex;
    width: 33px;
    flex-shrink: 0;
    align-items: center;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    justify-content: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    .c-popup__score--top {
      background-color: #A9D321; }
    .c-popup__score--bottom {
      background-color: #EE2134; }
  .c-popup__content {
    padding: 5px 10px 5px 5px; }
  .c-popup__name {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold; }

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */ }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-thumb {
  margin-top: -19px;
  -webkit-appearance: none;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EE2134; }

input[type=range]::-ms-thumb,
input[type=range]::-moz-range-thumb {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #EE2134; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #CECECE;
  transform: translateY(6px); }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #CECECE; }

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #CECECE; }

input[type=range]::-ms-fill-upper {
  background: #CECECE; }

.bubble {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  pointer-events: none;
  border-radius: 50%;
  background-color: #EE2134; }
  .bubble-preview {
    background-color: #CECECE;
    color: #5A524F; }
  .bubble-first {
    left: 0; }
  .bubble-last {
    right: 0; }

.c-search {
  height: 187px;
  background-color: rgba(107, 106, 106, 0.67);
  padding-top: 44px; }
  @media (max-width: 47.99em) {
    .c-search {
      background-color: transparent; } }
  .c-search.hidden {
    display: none; }
  .c-search__container {
    position: relative;
    padding-left: 54px;
    padding-right: 20px;
    background-color: #FFFFFF;
    border-radius: 6px;
    display: flex;
    overflow: hidden; }
  .c-search__img {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%); }
  .c-search__input {
    width: 100%;
    border: 0;
    height: 60px;
    line-height: 60px;
    color: #231F20;
    padding: 0; }
    .c-search__input:focus {
      outline: none; }
  .c-search__value {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    opacity: 0; }
  .c-search__suggester {
    position: absolute;
    top: 50%;
    line-height: 60px;
    transform: translateY(-50%) translateX(54px);
    color: #CECECE; }
  .c-search-shim {
    background-color: rgba(107, 106, 106, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 360; }
    @media (min-width: 48em) {
      .c-search-shim {
        display: none; } }
    .c-search-shim.hidden {
      display: none; }

.c-sidebar {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 550px;
  transition: transform .75s;
  z-index: 440; }
  @media (min-width: 48em) {
    .c-sidebar {
      right: 0;
      bottom: 0;
      padding-left: 40px;
      transform: translateX(100%) translateX(-40px); } }
  @media (max-width: 47.99em) {
    .c-sidebar {
      left: 0;
      bottom: 0px;
      padding-right: 25px;
      transform: translateX(-100%) translateX(25px); } }
  .c-sidebar.is-open {
    transform: translateX(0); }
    .c-sidebar.is-open .c-sidebar__trigger {
      animation: none; }
  .c-sidebar__trigger {
    position: absolute;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #505050;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer; }
    @media (min-width: 48em) {
      .c-sidebar__trigger {
        left: 0;
        top: 339px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        transform: rotate(-90deg);
        transform-origin: left top;
        animation: bounce 2s infinite; } }
    @media (max-width: 47.99em) {
      .c-sidebar__trigger {
        font-size: 14px;
        line-height: 14px;
        left: calc(100% - 25px);
        top: 120px;
        height: 25px;
        line-height: 17px;
        padding: 5px 10px;
        transform: rotate(90deg);
        transform-origin: left bottom;
        white-space: nowrap; } }
  .c-sidebar__content {
    padding: 40px 20px 20px 20px;
    background-color: white;
    height: 100%;
    overflow: hidden;
    box-shadow: -2px -1px 8px 0 rgba(171, 171, 171, 0.5); }
  .c-sidebar__list {
    height: calc(100% - 47px - 60px);
    overflow: hidden;
    overflow-y: auto; }
  .c-sidebar__title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px; }
    @media (max-width: 47.99em) {
      .c-sidebar__title {
        font-size: 19px; } }

.note {
  display: none; }

.list-has-astrix .note {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  padding-left: 10px;
  position: relative; }
  .list-has-astrix .note::before {
    content: '*';
    left: 0px;
    position: absolute;
    top: 0px; }

@keyframes bounce {
  0% {
    margin-left: 0; }
  25% {
    margin-left: 3px; }
  50% {
    margin-left: 0; }
  100% {
    margin-left: 0; } }

.c-site {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 10; }

.c-zoom-container {
  position: absolute;
  bottom: 95px;
  left: 137px;
  transition: transform .2s; }
  .filter-is-open .c-zoom-container {
    transform: translateY(-53px); }
  @media (max-width: 47.99em) {
    .c-zoom-container {
      display: none; } }

.c-zoom {
  display: flex;
  align-items: center;
  height: 30px;
  text-decoration: none;
  color: #000000; }
  .c-zoom--out {
    margin-top: 13px; }
  .c-zoom__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #EE2134;
    background-color: #FFFFFF;
    border-radius: 50%;
    font-size: 35px; }
    .c-zoom__icon img {
      width: 14px; }


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