.header{background-color:var(--c-bg-color)}.header__wrapper{position:relative}.header__inner{padding:1.6rem 0}.header__primary{display:flex;justify-content:space-between;align-items:center}.header__branding{width:13rem}.header__branding img{height:auto;width:100%}.header__branding a{display:block}.header__branding a:focus{box-shadow:none;outline:0.2rem solid var(--c-bright-blue)}.header__menu{margin-left:auto;margin-right:1.6rem;max-width:100vw}.header__search{display:flex}.header__search .search-form{left:0;right:0;top:-12rem;background-color:var(--c-bg-color);transition:0.3s top ease-in-out, 0.3s opacity ease-in-out;position:absolute;opacity:0}.header__search .search-form__inner{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:3rem 2rem}.header__search .search-form-wrapper{display:flex}.header__search .search-form-wrapper .form-item{position:relative}.header__search .search-form-wrapper .form-item__textfield{max-height:4rem;padding:1rem 2rem}@media (min-width: 480px){.search-form .search-form__inner::before{content:"";display:block;width:4rem}}@media (min-width: 767px){.header__search .search-form-wrapper{width:50%}.header__primary{justify-content:space-between}}@media (min-width: 1216px){.header__menu{flex:1;margin-left:3.2rem}.header__branding{width:13.5rem}}@media (min-width: 1400px){.header__branding{width:16.5rem}}

