.suggestions{position:absolute;z-index:9;background:#fff;width:320px;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);box-shadow:0 0 4px 0 rgba(0,0,0,0.2);padding-bottom:6px}
.suggestions li{cursor:pointer;min-height:36px;display:block;width:100%;padding:10px 12px;color:#512b2b;font-size:.875rem;line-height:1rem;text-decoration:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.suggestions li.active,.suggestions li:hover{background:#f9f8f6;color:#257886}
.suggestions li[data-all-results]{color:#257886;text-decoration:underline}
.suggestions em{font-weight:bold;font-style:normal;display:contents}
.search-form .suggestions{top:48px;width:100%}
.top-bar .suggestions{right:-8px;top:35px}