.suggestive-search-popover{position:absolute;top:calc(min(-50vh, -404px));left:0;width:100%;height:50vh;min-height:404px;-webkit-transition:top .5s ease,opacity .5s ease;-o-transition:top .5s ease,opacity .5s ease;transition:top .5s ease,opacity .5s ease;background:var(--bs-dark);opacity:0;z-index:9;pointer-events:none}.suggestive-search-popover.open{top:0;-webkit-box-shadow:0 5px 5px rgba(var(--bs-black-rgb),.1);box-shadow:0 5px 5px rgba(var(--bs-black-rgb),.1);opacity:1;pointer-events:auto}.suggestive-search-popover:focus-within{top:0;opacity:1;pointer-events:auto}#suggestive-search{position:relative;top:50%}.suggestive-search-container{position:relative;max-width:600px;margin:0 auto}.suggestive-search-suggestions-container{margin-top:1rem;padding:0;border-left:3px solid #217b9c;background:var(--bs-white);-webkit-box-shadow:0 0 10px rgba(var(--bs-black-rgb),.2);box-shadow:0 0 10px rgba(var(--bs-black-rgb),.2)}.search-suggester-label{display:block;font-size:1.5rem;font-weight:600}.search-suggester-input{font-family:Open Sans,sans-serif;font-weight:700;width:100%;height:50px;margin:0 auto;padding:10px;border:0;border-bottom:1px solid rgba(var(--bs-black-rgb),.2);border-radius:0;background:rgba(0,0,0,0);color:var(--bs-dark);font-size:20px}.search-suggester-input:focus{border-bottom:1px solid rgba(var(--bs-black-rgb),.2);-webkit-box-shadow:none;box-shadow:none}.suggestive-search-suggestions-list-icon{position:absolute;top:1.5rem;right:2rem}.suggestive-search-suggestions-list-li{display:block;border-bottom:1px solid rgba(var(--bs-black-rgb),.2)}.suggestive-search-suggestions-list-link{display:block;position:relative;padding:1.5rem 2rem;color:var(--bs-dark)}.suggestive-search-suggestions-list-link h5,.suggestive-search-suggestions-list-link p{padding-right:1rem}.suggestive-search-suggestions-list-link:focus{background:rgba(var(--bs-black-rgb),.1);text-decoration:none}.suggestive-search-suggestions-list-link:hover{text-decoration:none}.suggestive-search-suggestions-list{padding:0}.suggestive-search-suggestions-list>:last-child{border-bottom:0}.header-primary .suggestive-search-popover,.header-white .suggestive-search-popover{background:var(--bs-white)}
/*# sourceMappingURL=suggestive-search.css.map*/