html body .search-wrapper{width:100%;z-index:110}@media (min-width:1024px){html body .search-wrapper{position:relative;top:0}}html body .search-form{display:block;height:0;transition:var(--transition-slow)}html body .search-form.active{display:block;position:absolute;height:auto}html body .search-form #search{position:relative;display:none;top:2.5rem;right:8rem;z-index:110;background-color:var(--color-white);width:20rem;padding:1rem 2rem;box-shadow:var(--shadow)}@media (min-width:768px){html body .search-form #search{top:-1.625rem;right:19rem}}@media (min-width:1024px){html body .search-form #search{top:0;right:13rem;width:15rem;margin-top:2rem;padding:.5rem 1rem}}html body .search-form #search.show{display:block}html body .search__form{position:relative;width:100%;margin:var(--margin-center);z-index:50}html body .search__form input{background-color:var(--color-white);font-size:1rem;width:100%;padding:0}html body .search__form input:focus{outline:none}html body .search__form input::-moz-placeholder{color:var(--color-blue-50)}html body .search__form input::placeholder{color:var(--color-blue-50)}html body .search__results{position:absolute;top:3.55rem;right:0;background-color:var(--color-yellow);list-style-type:none;width:100%;height:5rem;padding:0;transition:var(--transition-slow);opacity:0;overflow-y:auto;z-index:-1}@media (min-width:1024px){html body .search__results{top:2.75rem;height:auto}}html body .search__results.visible{opacity:1;z-index:400}html body .search__results.searching li{opacity:.4}html body .search__result{position:relative;display:flex;align-items:center;align-content:flex-start;transition:var(--transition-slow);padding:.5rem 1rem}html body .search__result--last{display:none}html body .search__link{position:absolute;top:0;bottom:0;left:0;right:0}html body .search__link:hover{background-color:var(--color-white);opacity:.2}html body .search__text{display:flex;padding-left:.5rem}@media (max-width:640px){.desktop-search{display:none}}