/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@font-face {
  font-family: "Calluna Sans";
  src: url("../fonts/calluna-sans/CallunaSans-Regular.woff2") format("woff2"), url("../fonts/calluna-sans/CallunaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Calluna Sans";
  src: url("../fonts/calluna-sans/CallunaSans-Bold.woff2") format("woff2"), url("../fonts/calluna-sans/CallunaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Calluna";
  src: url("../fonts/calluna/Calluna-Regular.woff2") format("woff2"), url("../fonts/calluna/Calluna-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.map-logo {
  display: block; }
  .map-logo img {
    display: block;
    height: auto;
    max-width: 100%; }
    @media screen and (max-width: 991px) {
      .map-logo img {
        margin: 0 auto;
        width: 75px; } }

.map-header-description {
  color: #fff;
  font-family: "Calluna", Arial, Helvetica, sans-serif;
  font-size: 21px;
  margin: 0; }
  @media screen and (max-width: 991px) {
    .map-header-description {
      font-size: 16px; } }

.map-partner-logo img {
  display: block;
  max-width: 100%;
  width: 140px; }
  @media screen and (max-width: 991px) {
    .map-partner-logo img {
      width: 105px; } }

.map-header {
  background-color: #000;
  padding: 25px;
  position: relative; }
  @media screen and (max-width: 991px) {
    .map-header {
      padding: 0; } }
  .map-header__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1450px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .map-header__wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .map-header__logo {
    padding-right: 55px; }
    @media screen and (max-width: 991px) {
      .map-header__logo {
        padding: 20px 40px; } }
    @media screen and (max-width: 460px) {
      .map-header__logo {
        padding: 20px 30px;
        width: 50%; } }
  .map-header__description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 1070px;
    margin-left: auto;
    width: 1%; }
    @media screen and (max-width: 991px) {
      .map-header__description {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .map-header__description {
        display: none; } }
  .map-header__partner-logo {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    margin-top: 40px;
    z-index: 5; }
    @media screen and (max-width: 991px) {
      .map-header__partner-logo {
        border-bottom: 1px solid #000;
        position: static;
        padding: 28px 40px;
        margin: 0 0 0 auto;
        min-width: 190px; } }
    @media screen and (max-width: 460px) {
      .map-header__partner-logo {
        padding: 29px;
        min-width: 160px;
        width: 50%; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.map-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden; }
  .map-page__header {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .map-page__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1%; }
  .map-page__main {
    background-color: #ccc;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%; }
  .map-page__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 380px; }

.map {
  height: 100%;
  width: 100%; }

.icon {
  display: inline-block;
  position: relative;
  pointer-events: none; }

.icon-close {
  min-height: 13px;
  min-width: 13px; }
  .icon-close::before, .icon-close::after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 1px;
    top: 50%;
    left: 50%;
    width: 100%; }
  .icon-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .icon-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.icon-bar {
  display: block;
  height: 2px;
  width: 22px; }
  .icon-bar + .icon-bar {
    margin-top: 3px; }

.icon-triangle {
  border-style: solid;
  border-width: 9px 0 9px 13px;
  border-color: transparent transparent transparent #fff; }

.map-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  .map-filter__controls {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 991px) {
      .map-filter__controls {
        display: block; } }
  .map-filter__active {
    position: absolute;
    right: 100%;
    top: 0; }
    @media screen and (max-width: 991px) {
      .map-filter__active {
        display: none; } }
  .map-filter__active-list {
    list-style: none;
    margin: 0;
    padding: 10px; }
  .map-filter__active-item {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "Calluna Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px;
    padding: 10px;
    text-transform: uppercase;
    width: 260px; }
  .map-filter__active-item-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1%; }
  .map-filter__active-item-delete {
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 13px;
    margin-left: 10px;
    margin-top: 1.5px;
    padding: 0;
    width: 13px; }
    .map-filter__active-item-delete:hover, .map-filter__active-item-delete:focus {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .map-filter__active-item-delete .icon {
      display: block;
      pointer-events: none; }
  .map-filter__categories {
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 190px; }
    @media screen and (max-width: 991px) {
      .map-filter__categories {
        display: none; }
        .map-filter__categories.is-visible {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
  .map-filter__title {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    font-family: "Calluna Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase; }
  .map-filter__categories-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto; }
  .map-filter__category-link {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: "Calluna Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .map-filter__category-link::after {
      -webkit-transition: 300ms ease;
      -o-transition: 300ms ease;
      transition: 300ms ease;
      content: '';
      position: absolute;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0); }
    .is-active .map-filter__category-link::after, .map-filter__category-link:hover::after, .map-filter__category-link:focus::after {
      -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }
  .map-filter__values {
    background-color: #fff;
    padding: 75px 25px 40px;
    overflow-y: auto;
    width: 190px; }
    @media screen and (max-width: 991px) {
      .map-filter__values {
        position: absolute;
        height: 100%;
        z-index: 4; } }
    .map-filter__values.is-hidden {
      display: none; }
  .map-filter__values-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .map-filter__values-list.is-hidden {
      display: none; }
  .map-filter__values-item:not(:last-child) {
    margin-bottom: 5px; }
  .map-filter__values-link {
    color: #000;
    font-family: "Calluna Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 7px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .map-filter__values-link::after {
      -webkit-transition: 300ms ease;
      -o-transition: 300ms ease;
      transition: 300ms ease;
      bottom: 0;
      background-color: #000;
      content: '';
      height: 2px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
      transform: translateX(-50%) scale(0);
      width: 25px; }
    .is-active .map-filter__values-link::after, .map-filter__values-link:hover::after, .map-filter__values-link:focus::after {
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
  .map-filter__secondary-nav {
    padding: 20px 20px 50px; }
  .map-filter__secondary-links {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .map-filter__secondary-links-item:not(:last-child) {
    margin-bottom: 20px; }
  .map-filter__secondary-link {
    color: #fff;
    font-family: "Calluna", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none; }
    .map-filter__secondary-link:hover, .map-filter__secondary-link:focus {
      text-decoration: underline; }
  .map-filter__secondary-links {
    list-style: none;
    margin: 0;
    padding: 0; }

.filter-control {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
  padding: 0;
  position: relative;
  width: 48px; }
  .filter-control:hover, .filter-control:focus {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .filter-control .icon-bar {
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    background-color: #fff;
    color: #fff; }
  .filter-control_show-main {
    display: none; }
    .filter-control_show-main.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .filter-control_toggle.is-active .icon-bar + .icon-bar {
    margin-top: 0; }
  .filter-control_toggle.is-active .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg); }
  .filter-control_toggle.is-active .icon-bar:nth-of-type(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .filter-control_toggle.is-active .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    -ms-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg); }

.gm-style .gm-style-iw-c {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }

.gm-style .gm-style-iw {
  overflow: visible !important; }
  .gm-style .gm-style-iw::before {
    content: "";
    width: 100%;
    height: calc(100% + 40px);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    z-index: -1; }
  .gm-style .gm-style-iw::after {
    content: "";
    position: absolute;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px); }

.gm-style .gm-style-iw-t::after {
  display: none; }

.gm-style .gm-ui-hover-effect {
  height: 40px !important;
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  opacity: 1 !important; }
  .gm-style .gm-ui-hover-effect img {
    height: 18px !important;
    margin: 0 !important;
    width: 18px !important; }

.gm-style .gm-style-iw-d > div {
  overflow-x: hidden; }

.marker-popup {
  background-color: #fff;
  padding: 25px 7px 15px 25px;
  position: relative;
  max-width: 100%;
  width: 250px; }
  .marker-popup > *:first-child {
    margin-top: 0; }
  .marker-popup__title {
    font-family: "Calluna", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 30px; }
  .marker-popup__group {
    margin-top: 30px; }
  .marker-popup .marker-popup__group-title {
    font-size: 12px;
    text-transform: uppercase; }
  .marker-popup p {
    font-family: "Calluna Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }
    .marker-popup p a {
      color: inherit;
      text-decoration: underline;
      word-wrap: break-word; }
      .marker-popup p a:hover, .marker-popup p a:focus {
        text-decoration: none; }
