.search-results{background-color:#fff;display:flex;flex-direction:column;width:100%}.search-results__heading-container{display:flex;height:auto;justify-content:center}.search-results__heading-container img{width:100%}@media only screen and (min-width:1024px){.search-results__heading-container{height:350px}}.search-results__heading{margin:0;width:100%}@media only screen and (min-width:768px){.search-results__heading{margin:0 auto;max-width:796px}}.search-results__form{align-self:center;display:flex;padding:0 2rem;position:absolute;width:100%}.search-results__form .search-form{margin:0 auto;max-width:796px}@media only screen and (min-width:768px){.search-results__form{width:700px}}.search-results__content{background-color:#fff;flex-grow:1;padding:1rem}.search-results__container{background-color:#fff;position:relative;width:100%}@media only screen and (min-width:1024px){.search-results__container{display:flex;margin:0 auto;max-width:1200px;padding:3rem;transform:translateY(-75px)}}.search-results__filters{display:none}@media only screen and (min-width:1024px){.search-results__filters{display:block;max-width:350px;width:100%}}.search-results__drawer{display:none;transition:transform .3s cubic-bezier(0,0,.3,1)}.search-results__drawer.is-open{display:block}.search-results__drawer-toggle{position:absolute!important;right:1rem;top:1rem}.search-results__drawer-toggle.drawer-open{display:none}@media only screen and (min-width:1024px){.search-results__drawer-toggle{display:none!important}}.search-results__posts{margin:0 auto;max-width:796px}.search-results__empty{padding:2rem 0}.search-results__excerpt{color:#363636;font-size:1rem;line-height:1.5;margin-bottom:0}.search-results__highlight{background-color:#ff0;padding:.2rem .4rem}.search-results__item{background-color:#fff;border-left:2px solid #000;display:block;margin:1.5rem 0}.search-results__item-heading{display:block;font-family:sans-serif;font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:0;padding:0 0 .2rem}.search-results__item-link{border-bottom:1px solid transparent;color:#363636;display:block;padding:0 1rem;text-decoration:none;transition:border-color .2s}.search-results__item-link:hover{color:#363636}.search-results__item-excerpt{color:#363636;font-size:1rem;line-height:1.5;margin-bottom:0}