/* ================================================ */
/* MAP ICON                         */
/* ================================================ */

/* // ICON FONT FOR MAP */

@font-face {
    font-family: 'KCInteractiveMap';
    src:    url('../kcinteractivemap.html');
    src:    url('../kcinteractivemapd41d.html#iefix') format('eot'),
        url('../kcinteractivemap-2.html') format('woff'),
          url('../kcinteractivemap-3.html') format('truetype'),
          url('../kcinteractivemap-4.html#KCInteractiveMap') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'KCInteractiveMap' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--kcmap_collapse:before {
    content: "\e911";
}
.icon--kcmap_expand:before {
    content: "\e912";
}
.icon--kcmap_logo:before {
    content: "\e913";
}
.icon--kcmap_check:before {
    content: "\e910";
}
.icon--sm_arrow_right:before {
    content: "\e90e";
}
.icon--sm_arrow_left:before {
    content: "\e90f";
}
.icon--THWD-KC:before {
    content: "\e900";
}
.icon--search:before {
    content: "\e901";
}
.icon--menu:before {
  font-size: 20px;
    content: "\e902";
}
.icon--arrow_left:before {
    content: "\e903";
}
.icon--arrow_right:before {
    content: "\e904";
}
.icon--close:before {
    content: "\e905";
}
.icon--category-places-to-eat:before {
    content: "\e906";
}
.icon--category-kc-landmarks:before {
    content: "\e907";
}
.icon--category-meetings:before {
    content: "\e908";
}
.icon--category-neighborhoods:before {
    content: "\e909";
}
.icon--category-where-to-stay:before {
    content: "\e90a";
}
.icon--category-things-to-do:before {
    content: "\e90b";
}
.icon--home-highlights:before {
    content: "\e90c";
}
.icon--home-map:before {
    content: "\e90d";
}