.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	margin: 1em 0 0;
	background: #fff;
	text-shadow: none
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}

	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		margin: .25em .75em 0.5em 0;
    padding-bottom: 2px;
		cursor: pointer;
    border-bottom: 1px solid #fff
	}

	.awesomplete > ul > li:hover,
  .awesomplete > ul > li[aria-selected="true"] {
		border-bottom: 1px solid #111
	}

		.awesomplete mark {
			background: #111;
      color: #fff
		}

		.awesomplete li[aria-selected="true"] mark {
			background: #111;
			color: #fff;
		}

.awesomplete {
  float: left;
  z-index: 1
}

.awesomplete:after {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  border-bottom: 1px dashed #111;
  width: calc(100% - 1em);
}

.awesomplete > input {
  display: block;
  border: 0;
  font-size: 2em;
  line-height: 1.3em;
  font-family: 'KOW';
  width: 0;
  margin-right: .5em;
  transition: width .2s cubic-bezier(.4,.2,.4,1);
  -webkit-transition: width .2s cubic-bezier(.4,.2,.4,1)
}

.awesomplete.on-type > input {
  width: 9.65em
}

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