.geosuggest{position:relative;text-align:left;width:100%}.geosuggest__input{box-sizing:border-box;cursor:pointer;display:block;width:100%;font-family:inherit;height:calc(3rem + 2px);padding:.3125rem 1rem;font-size:1.2rem;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem}.geosuggest__input:focus{box-shadow:0 0 0 transparent}.geosuggest__suggests{border-radius:4px;position:absolute;top:100%;left:0;right:0;max-height:25em;padding:0;margin-top:-1px;background:#fff;border:1px solid #ced4da;overflow-x:hidden;overflow-y:auto;list-style:none;z-index:5;-webkit-transition:max-height .2s,border .2s;transition:max-height .2s,border .2s}.geosuggest__suggests--hidden{max-height:0;overflow:hidden;border-width:0}.geosuggest__item{font-size:18px;font-size:1rem;padding:.5em .65em;cursor:pointer}.geosuggest__item:focus,.geosuggest__item:hover{background:#f5f5f5}.geosuggest__item--active{color:#fff}.geosuggest__item--active:focus,.geosuggest__item--active:hover{background:#ccc}.geosuggest__item__matched-text{font-weight:700}