/* line 4, ../_entity_box.scss */
ul.entity-list {
  height: 100px;
  list-style: none;
  white-space: nowrap;
  margin: 6px 0;
}
/* line 14, ../_entity_box.scss */
ul.entity-list li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  border: 0px;
}
/* line 100, ../_mixins.scss */
ul.entity-list li.Place {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf2633), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#bf2633, #ffffff);
  background-image: -moz-linear-gradient(#bf2633, #ffffff);
  background-image: -o-linear-gradient(#bf2633, #ffffff);
  background-image: linear-gradient(#bf2633, #ffffff);
}
/* line 104, ../_mixins.scss */
ul.entity-list li.CreativeWork {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c88d0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#3c88d0, #ffffff);
  background-image: -moz-linear-gradient(#3c88d0, #ffffff);
  background-image: -o-linear-gradient(#3c88d0, #ffffff);
  background-image: linear-gradient(#3c88d0, #ffffff);
}
/* line 108, ../_mixins.scss */
ul.entity-list li.Organization {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7bb34a), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#7bb34a, #ffffff);
  background-image: -moz-linear-gradient(#7bb34a, #ffffff);
  background-image: -o-linear-gradient(#7bb34a, #ffffff);
  background-image: linear-gradient(#7bb34a, #ffffff);
}
/* line 112, ../_mixins.scss */
ul.entity-list li.Person {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deab09), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#deab09, #ffffff);
  background-image: -moz-linear-gradient(#deab09, #ffffff);
  background-image: -o-linear-gradient(#deab09, #ffffff);
  background-image: linear-gradient(#deab09, #ffffff);
}
/* line 116, ../_mixins.scss */
ul.entity-list li.Event {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4dd9), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#da4dd9, #ffffff);
  background-image: -moz-linear-gradient(#da4dd9, #ffffff);
  background-image: -o-linear-gradient(#da4dd9, #ffffff);
  background-image: linear-gradient(#da4dd9, #ffffff);
}

/* line 25, ../_entity_box.scss */
.entity-box {
  position: relative;
  padding: 2px;
  border: 1px solid;
  height: 80px;
  width: 80px;
  overflow: hidden;
  overflow-y: scroll;
  white-space: normal;
  font-family: Helvetica;
}
/* line 36, ../_entity_box.scss */
.entity-box .entity-link {
  display: block;
  text-decoration: none;
  color: black;
}
/* line 41, ../_entity_box.scss */
.entity-box .entity-link:visited {
  color: black;
}
/* line 46, ../_entity_box.scss */
.entity-box .names {
  white-space: nowrap;
}
/* line 50, ../_entity_box.scss */
.entity-box .name {
  width: 80px;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  text-decoration: none;
  color: black;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
}
/* line 62, ../_entity_box.scss */
.entity-box .image {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  left: 2px;
  bottom: 2px;
}
/* line 70, ../_entity_box.scss */
.entity-box .title {
  margin-top: 68px;
  font-weight: bold;
}
/* line 75, ../_entity_box.scss */
.entity-box .description {
  margin-top: 68px;
  text-align: justify;
  line-height: 10px;
  font-size: 10px;
}
/* line 82, ../_entity_box.scss */
.entity-box .type {
  width: 20px;
  height: 20px;
  margin: 6px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 2px;
  bottom: 0px;
}
/* line 79, ../_mixins.scss */
.entity-box .type.Place {
  background-image: url("../img/noun_project_462.svg");
}
/* line 82, ../_mixins.scss */
.entity-box .type.Organization {
  background-image: url("../img/noun_project_921.svg");
}
/* line 85, ../_mixins.scss */
.entity-box .type.CreativeWork {
  background-image: url("../img/noun_project_2572.svg");
}
/* line 88, ../_mixins.scss */
.entity-box .type.Person {
  background-image: url("../img/noun_project_419.svg");
}
/* line 91, ../_mixins.scss */
.entity-box .type.Event {
  background-image: url("../img/noun_project_404.svg");
}
/* line 94, ../_mixins.scss */
.entity-box .type.Product {
  background-image: url("../img/noun_project_7341.svg");
}

/* line 92, ../_entity_box.scss */
.arrowscroller.left, .arrowscroller.right {
  height: 100px;
}

/* line 96, ../_entity_box.scss */
.arrowscroller.left {
  background: url("../img/arrow-2.png") center center no-repeat;
  float: none;
}

/* line 101, ../_entity_box.scss */
.arrowscroller.right {
  background: url("../img/arrow-1.png") center center no-repeat;
}

/* line 105, ../_entity_box.scss */
.entity-container {
  overflow-x: scroll;
  height: 100px;
  width: 496px;
}

/* line 3, ../_entity_page.scss */
.entity-page .entity {
  position: relative;
  border: 1px dashed;
  float: left;
  overflow: auto;
  padding: 4px;
  margin: 0 8px 4px 0;
  min-height: 140px;
  width: 220px;
  background: white;
}
/* line 14, ../_entity_page.scss */
.entity-page .entity img {
  max-width: 200px;
  max-height: 120px;
  margin: 0 10px;
}
/* line 20, ../_entity_page.scss */
.entity-page .entity .type {
  width: 20px;
  height: 20px;
  margin: 6px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 79, ../_mixins.scss */
.entity-page .entity .type.Place {
  background-image: url("../img/noun_project_462.svg");
}
/* line 82, ../_mixins.scss */
.entity-page .entity .type.Organization {
  background-image: url("../img/noun_project_921.svg");
}
/* line 85, ../_mixins.scss */
.entity-page .entity .type.CreativeWork {
  background-image: url("../img/noun_project_2572.svg");
}
/* line 88, ../_mixins.scss */
.entity-page .entity .type.Person {
  background-image: url("../img/noun_project_419.svg");
}
/* line 91, ../_mixins.scss */
.entity-page .entity .type.Event {
  background-image: url("../img/noun_project_404.svg");
}
/* line 94, ../_mixins.scss */
.entity-page .entity .type.Product {
  background-image: url("../img/noun_project_7341.svg");
}
/* line 24, ../_entity_page.scss */
.entity-page .entity .name {
  text-align: right;
  margin-top: -30px;
  font-weight: bold;
  font-size: 14px;
  padding: 4px;
}
/* line 32, ../_entity_page.scss */
.entity-page .entity .description {
  text-align: justify;
  padding: 4px;
}
/* line 40, ../_entity_page.scss */
.entity-page .posts .post {
  padding: 4px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px dashed;
}
/* line 46, ../_entity_page.scss */
.entity-page .posts .post .title {
  font-weight: bold;
  font-size: 14px;
}
/* line 51, ../_entity_page.scss */
.entity-page .posts .post .modified {
  font-size: 8px;
  text-align: right;
}
/* line 56, ../_entity_page.scss */
.entity-page .posts .post .content {
  text-align: justify;
}

/* line 3, ../_entity_autocomplete.scss */
.ui-autocomplete li {
  font-size: 12px;
  position: relative;
}
/* line 8, ../_entity_autocomplete.scss */
.ui-autocomplete li a {
  display: block;
  width: 139px;
  height: 32px;
  padding-right: 30px !important;
  overflow: hidden;
  cursor: pointer;
}
/* line 17, ../_entity_autocomplete.scss */
.ui-autocomplete li div.type {
  position: absolute;
  top: 0px;
  right: 2px;
  width: 20px;
  height: 20px;
  margin: 6px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 79, ../_mixins.scss */
.ui-autocomplete li div.type.Place {
  background-image: url("../img/noun_project_462.svg");
}
/* line 82, ../_mixins.scss */
.ui-autocomplete li div.type.Organization {
  background-image: url("../img/noun_project_921.svg");
}
/* line 85, ../_mixins.scss */
.ui-autocomplete li div.type.CreativeWork {
  background-image: url("../img/noun_project_2572.svg");
}
/* line 88, ../_mixins.scss */
.ui-autocomplete li div.type.Person {
  background-image: url("../img/noun_project_419.svg");
}
/* line 91, ../_mixins.scss */
.ui-autocomplete li div.type.Event {
  background-image: url("../img/noun_project_404.svg");
}
/* line 94, ../_mixins.scss */
.ui-autocomplete li div.type.Product {
  background-image: url("../img/noun_project_7341.svg");
}

/* line 1, ../_openlayers_fix.scss */
.olControlAttribution {
  font-size: 10px !important;
  font-family: Helvetica;
  bottom: 2px !important;
}

/* line 1, ../_post_text_annotations.scss */
.textannotation.selected {
  border-bottom: 1px solid;
}
/* line 123, ../_mixins.scss */
.textannotation.selected.Place {
  border-color: #BF2633;
}
/* line 127, ../_mixins.scss */
.textannotation.selected.CreativeWork {
  border-color: #3c88d0;
}
/* line 131, ../_mixins.scss */
.textannotation.selected.Organization {
  border-color: #7BB34A;
}
/* line 135, ../_mixins.scss */
.textannotation.selected.Person {
  border-color: #DEAB09;
}
/* line 139, ../_mixins.scss */
.textannotation.selected.Event {
  border-color: #da4dd9;
}

/* line 1, ../_geo_map.scss */
#map {
  font-family: Helvetica;
}
/* line 4, ../_geo_map.scss */
#map #popup {
  width: 222px !important;
  height: auto !important;
  max-height: 300px;
  overflow: auto;
}
/* line 10, ../_geo_map.scss */
#map #popup #popup_contentDiv {
  height: auto !important;
}
/* line 15, ../_geo_map.scss */
#map .layersDiv {
  font-weight: normal;
}
/* line 18, ../_geo_map.scss */
#map .layersDiv input {
  margin: 3.85px 3px !important;
}
/* line 23, ../_geo_map.scss */
#map .image {
  float: left;
  max-width: 50px;
  max-height: 50px;
  padding: 2px;
  overflow: auto;
}
/* line 31, ../_geo_map.scss */
#map .name {
  text-align: right;
  font-weight: bold;
}
/* line 36, ../_geo_map.scss */
#map .type {
  position: absolute;
  right: 0px;
  width: 20px;
  height: 20px;
  margin: 6px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 79, ../_mixins.scss */
#map .type.Place {
  background-image: url("../img/noun_project_462.svg");
}
/* line 82, ../_mixins.scss */
#map .type.Organization {
  background-image: url("../img/noun_project_921.svg");
}
/* line 85, ../_mixins.scss */
#map .type.CreativeWork {
  background-image: url("../img/noun_project_2572.svg");
}
/* line 88, ../_mixins.scss */
#map .type.Person {
  background-image: url("../img/noun_project_419.svg");
}
/* line 91, ../_mixins.scss */
#map .type.Event {
  background-image: url("../img/noun_project_404.svg");
}
/* line 94, ../_mixins.scss */
#map .type.Product {
  background-image: url("../img/noun_project_7341.svg");
}
/* line 42, ../_geo_map.scss */
#map ul {
  margin-top: 36px;
  text-align: justify;
  font-size: 14px;
  list-style: none;
  margin-left: 0px;
}
/* line 49, ../_geo_map.scss */
#map ul li {
  border-top: 1px dashed;
}
/* line 52, ../_geo_map.scss */
#map ul li a, #map ul li a:visited {
  text-decoration: none;
  border-bottom: 1px solid blue;
  color: black;
}

/* line 1, ../_treemap.scss */
.entity-treemap-toolbar {
  margin-bottom: 4px;
}
/* line 4, ../_treemap.scss */
.entity-treemap-toolbar .selector {
  display: inline-block;
  cursor: pointer;
  padding: 0 8px 0 2px;
  border-right: 1px solid gray;
  color: black;
  font-weight: bold;
  font-size: 12px;
  background: none !important;
}
/* line 6, ../_mixins.scss */
.entity-treemap-toolbar .selector .symbol {
  width: 20px;
  height: 20px;
  float: left;
  margin: 2px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 19, ../_mixins.scss */
.entity-treemap-toolbar .selector.Place {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #47dfdd), color-stop(100%, #32aeac));
  background-image: -webkit-linear-gradient(#47dfdd, #32aeac);
  background-image: -moz-linear-gradient(#47dfdd, #32aeac);
  background-image: -o-linear-gradient(#47dfdd, #32aeac);
  background-image: linear-gradient(#47dfdd, #32aeac);
}
/* line 22, ../_mixins.scss */
.entity-treemap-toolbar .selector.Place .symbol {
  background-image: url("../img/noun_project_462.svg");
}
/* line 27, ../_mixins.scss */
.entity-treemap-toolbar .selector.CreativeWork {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c88d0), color-stop(100%, #3c6f9f));
  background-image: -webkit-linear-gradient(#3c88d0, #3c6f9f);
  background-image: -moz-linear-gradient(#3c88d0, #3c6f9f);
  background-image: -o-linear-gradient(#3c88d0, #3c6f9f);
  background-image: linear-gradient(#3c88d0, #3c6f9f);
}
/* line 30, ../_mixins.scss */
.entity-treemap-toolbar .selector.CreativeWork .symbol {
  background-image: url("../img/noun_project_2572.svg");
}
/* line 35, ../_mixins.scss */
.entity-treemap-toolbar .selector.Organization {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7bb34a), color-stop(100%, #4e9014));
  background-image: -webkit-linear-gradient(#7bb34a, #4e9014);
  background-image: -moz-linear-gradient(#7bb34a, #4e9014);
  background-image: -o-linear-gradient(#7bb34a, #4e9014);
  background-image: linear-gradient(#7bb34a, #4e9014);
}
/* line 38, ../_mixins.scss */
.entity-treemap-toolbar .selector.Organization .symbol {
  background-image: url("../img/noun_project_921.svg");
}
/* line 43, ../_mixins.scss */
.entity-treemap-toolbar .selector.Person {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deab09), color-stop(100%, #ce9d03));
  background-image: -webkit-linear-gradient(#deab09, #ce9d03);
  background-image: -moz-linear-gradient(#deab09, #ce9d03);
  background-image: -o-linear-gradient(#deab09, #ce9d03);
  background-image: linear-gradient(#deab09, #ce9d03);
}
/* line 46, ../_mixins.scss */
.entity-treemap-toolbar .selector.Person .symbol {
  background-image: url("../img/noun_project_419.svg");
}
/* line 51, ../_mixins.scss */
.entity-treemap-toolbar .selector.Event {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4dd9), color-stop(100%, #983797));
  background-image: -webkit-linear-gradient(#da4dd9, #983797);
  background-image: -moz-linear-gradient(#da4dd9, #983797);
  background-image: -o-linear-gradient(#da4dd9, #983797);
  background-image: linear-gradient(#da4dd9, #983797);
}
/* line 54, ../_mixins.scss */
.entity-treemap-toolbar .selector.Event .symbol {
  background-image: url("../img/noun_project_404.svg");
}
/* line 59, ../_mixins.scss */
.entity-treemap-toolbar .selector.Product {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4dd9), color-stop(100%, #983797));
  background-image: -webkit-linear-gradient(#da4dd9, #983797);
  background-image: -moz-linear-gradient(#da4dd9, #983797);
  background-image: -o-linear-gradient(#da4dd9, #983797);
  background-image: linear-gradient(#da4dd9, #983797);
}
/* line 62, ../_mixins.scss */
.entity-treemap-toolbar .selector.Product .symbol {
  background-image: url("../img/noun_project_7341.svg");
}

/* line 18, ../_treemap.scss */
.entity-treemap .entity-box {
  display: block;
  border: 0;
}
/* line 100, ../_mixins.scss */
.entity-treemap .entity-box.Place {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf2633), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#bf2633, #ffffff);
  background-image: -moz-linear-gradient(#bf2633, #ffffff);
  background-image: -o-linear-gradient(#bf2633, #ffffff);
  background-image: linear-gradient(#bf2633, #ffffff);
}
/* line 104, ../_mixins.scss */
.entity-treemap .entity-box.CreativeWork {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c88d0), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#3c88d0, #ffffff);
  background-image: -moz-linear-gradient(#3c88d0, #ffffff);
  background-image: -o-linear-gradient(#3c88d0, #ffffff);
  background-image: linear-gradient(#3c88d0, #ffffff);
}
/* line 108, ../_mixins.scss */
.entity-treemap .entity-box.Organization {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7bb34a), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#7bb34a, #ffffff);
  background-image: -moz-linear-gradient(#7bb34a, #ffffff);
  background-image: -o-linear-gradient(#7bb34a, #ffffff);
  background-image: linear-gradient(#7bb34a, #ffffff);
}
/* line 112, ../_mixins.scss */
.entity-treemap .entity-box.Person {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deab09), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#deab09, #ffffff);
  background-image: -moz-linear-gradient(#deab09, #ffffff);
  background-image: -o-linear-gradient(#deab09, #ffffff);
  background-image: linear-gradient(#deab09, #ffffff);
}
/* line 116, ../_mixins.scss */
.entity-treemap .entity-box.Event {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da4dd9), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#da4dd9, #ffffff);
  background-image: -moz-linear-gradient(#da4dd9, #ffffff);
  background-image: -o-linear-gradient(#da4dd9, #ffffff);
  background-image: linear-gradient(#da4dd9, #ffffff);
}

/* line 11, ../_wordlift_bar.scss */
#wordlift-bar {
  position: fixed;
  height: 100px;
  background: gray;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #cccccc), color-stop(70%, #bbbbbb), color-stop(100%, #aaaaaa));
  background-image: -webkit-linear-gradient(#ffffff, #cccccc 30%, #bbbbbb 70%, #aaaaaa);
  background-image: -moz-linear-gradient(#ffffff, #cccccc 30%, #bbbbbb 70%, #aaaaaa);
  background-image: -o-linear-gradient(#ffffff, #cccccc 30%, #bbbbbb 70%, #aaaaaa);
  background-image: linear-gradient(#ffffff, #cccccc 30%, #bbbbbb 70%, #aaaaaa);
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}
/* line 25, ../_wordlift_bar.scss */
#wordlift-bar #wordlift-bar-switch {
  position: absolute;
  top: -32px;
  left: 10px;
  width: 32px;
  height: 32px;
  background: url('data:image/gif;base64,R0lGODlhIAAgAKIAAP/F3v8AXf9Hl/+Pvv8ATP8NdP////8AbSH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVBM0M1MUY5OTQ4NTExRTJCQUI2RUIxQ0JEREYwODg3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVBM0M1MUZBOTQ4NTExRTJCQUI2RUIxQ0JEREYwODg3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUEzQzUxRjc5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUEzQzUxRjg5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAIAAgAAAD11i63P7syEmrvbTgzafq4PWFpDSW4Yl26hG8sATH8lupgaDvys4HhZ9HM8kZjoaBAoBMFoCD46lFECBdAQLTACAEXFoBIUMsHpCDcRX5dBUAX7KFEOV+v9v0ga6XV9ZHYntbcC4AAnFDFwF5XgVNYgKFN2UUdFd8jQN9fhVASIhwdV2HiYqLeZKASQOmp3NWXAZijKBjFi1Fj0eFl1KuJpWedYKfSbe4wpaxLjJMiBi5ZlzIl20iyhQBA9AyAq0b0tqLHOIrlOcg5unB7OXZ7ibx7xD19gsJADs=');
  display: inline-block;
  padding: 0;
  cursor: pointer;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
/* line 39, ../_wordlift_bar.scss */
#wordlift-bar #wordlift-bar-switch:hover {
  background: url('data:image/gif;base64,R0lGODlhIAAgAIABAP8AbQAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVBM0M1MUZEOTQ4NTExRTJCQUI2RUIxQ0JEREYwODg3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVBM0M1MUZFOTQ4NTExRTJCQUI2RUIxQ0JEREYwODg3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUEzQzUxRkI5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUEzQzUxRkM5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAIAAgAAACVYyPqcvtD6OctD5gE1Zg5750HiWGJXlq4nitpgutICeztPziTD2rfK7z/RC8FLHYQ/aEP6Xt6CzGojUJFWa9WqiZgLNrQIIPw3EYaz4/zeu0+w2PJwoAOw==');
}
/* line 44, ../_wordlift_bar.scss */
#wordlift-bar.closed {
  height: 0px;
}
/* line 47, ../_wordlift_bar.scss */
#wordlift-bar.closed #wordlift-bar-switch:hover {
  background: url('data:image/gif;base64,R0lGODlhIAAgAIABAP8AbQAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFNkM1NTE4OTQ4NjExRTJCQUI2RUIxQ0JEREYwODg3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFNkM1NTE5OTQ4NjExRTJCQUI2RUIxQ0JEREYwODg3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUEzQzUxRkY5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUEzQzUyMDA5NDg1MTFFMkJBQjZFQjFDQkRERjA4ODciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAIAAgAAACUYyPqcvtD6OcdIEagcZOe255H3iIJhmYKqi2WAtT8CzNNmTn3a2HtNFL3BBDYUzxM64YR6Xo4UKecFPnpfaUbmQjJadLvH7FRFTKjE6r1+xHAQA7');
}
/* line 53, ../_wordlift_bar.scss */
#wordlift-bar ul {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
/* line 60, ../_wordlift_bar.scss */
#wordlift-bar ul li {
  display: inline-block;
  vertical-align: top;
  height: 100px;
}
/* line 66, ../_wordlift_bar.scss */
#wordlift-bar ul li.separator {
  width: 1px;
  background: black;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aaaaaa), color-stop(20%, #cccccc), color-stop(100%, #bbbbbb));
  background-image: -webkit-linear-gradient(#aaaaaa, #cccccc 20%, #bbbbbb);
  background-image: -moz-linear-gradient(#aaaaaa, #cccccc 20%, #bbbbbb);
  background-image: -o-linear-gradient(#aaaaaa, #cccccc 20%, #bbbbbb);
  background-image: linear-gradient(#aaaaaa, #cccccc 20%, #bbbbbb);
}
/* line 72, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity {
  width: 200px;
  white-space: normal;
  font-size: 10px;
  overflow-y: hidden;
  padding: 4px;
}
/* line 80, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity:hover {
  background: #ccc;
}
/* line 88, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity h1 {
  color: black;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  border-bottom: solid 1px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 4px;
  margin: 0;
}
/* line 100, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.place h1 {
  border-bottom-color: #4e9014;
  background-image: url("../img/icon-place.png");
}
/* line 106, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.person h1 {
  border-bottom-color: #32aeac;
  background-image: url("../img/icon-person.png");
}
/* line 112, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.event h1 {
  border-bottom-color: #52a7c2;
  background-image: url("../img/icon-event.png");
}
/* line 118, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.creativework h1 {
  border-bottom-color: #961010;
  background-image: url("../img/icon-creativework.png");
}
/* line 124, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.organization h1 {
  border-bottom-color: #3c6f9f;
  background-image: url("../img/icon-organization.png");
}
/* line 130, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.product h1 {
  border-bottom-color: #983797;
  background-image: url("../img/icon-product.png");
}
/* line 136, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity.thing h1 {
  border-bottom-color: #ce9d03;
}
/* line 142, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity a {
  text-decoration: none;
}
/* line 146, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity img {
  max-width: 60px;
  max-height: 60px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
/* line 155, ../_wordlift_bar.scss */
#wordlift-bar ul li.entity p {
  text-align: justify;
  font-weight: normal;
  color: black;
}

@media (max-width: 320px) {
  /* line 165, ../_wordlift_bar.scss */
  #wordlift-bar {
    display: none;
  }
}
