:root{--masthead-height: 50px}@media (min-width: 768px){:root{--masthead-height: 70px}}header.masthead{--_masthead-actions-icon-size: 20px;--_masthead-height: 50px;--_masthead-logo-height: 30px;--_masthead-padding: 0px;--_masthead-text-colour: #fff;--_masthead-navigation-bg-colour: #fff;--_masthead-navigation-link-outline: 4px;--_masthead-navigation-padding: var(--_masthead-navigation-link-outline);--_masthead-navigation-text-colour: #000;--_masthead-bg-colour: #ff0000;--_masthead-z-index: 1}@media (max-width: 1240px){header.masthead{--_masthead-padding: var(--_masthead-actions-icon-size);--_masthead-navigation-padding: var(--_masthead-padding)}}@media (min-width: 768px){header.masthead{--_masthead-height: 70px;--_masthead-logo-height: 40px}}header.masthead .masthead--visually-hidden{-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}header.masthead{position:-webkit-sticky;position:sticky;top:0;z-index:var(--masthead-z-index, var(--_masthead-z-index))}header.masthead .masthead--nav-group{column-gap:var(--_masthead-actions-icon-size);display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr))}header.masthead{box-sizing:border-box;margin-inline:auto;width:100%;color:var(--_masthead-text-colour);container-type:inline-size;height:var(--_masthead-height);max-width:1200px;padding-inline:var(--_masthead-padding);display:grid;grid-template-columns:1fr auto 1fr;align-items:center}header.masthead .masthead--account{font-size:larger;justify-self:start}header.masthead .masthead--account a:hover,header.masthead .masthead--account a:focus{background-color:var(--_masthead-text-colour);outline:var(--_masthead-navigation-link-outline) solid var(--_masthead-text-colour);color:var(--masthead-bg-colour, var(--_masthead-bg-colour));text-decoration:underline}header.masthead .masthead--home{grid-column:2;justify-self:center}header.masthead .masthead--home img{display:block;height:var(--_masthead-logo-height);width:auto}header.masthead .masthead--home .masthead--logo-full{display:none}header.masthead .masthead--home .masthead--logo-vulture{display:block}@container (min-width: 375px){header.masthead .masthead--home .masthead--logo-full{display:block}header.masthead .masthead--home .masthead--logo-vulture{display:none}}header.masthead:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--masthead-bg-colour, var(--_masthead-bg-colour));box-shadow:0 0 0 100vw var(--masthead-bg-colour, var(--_masthead-bg-colour));-webkit-clip-path:inset(0 -100vw);clip-path:inset(0 -100vw);z-index:-1}header.masthead a{color:inherit;text-decoration:none}header.masthead p{margin:0;padding:0}header.masthead ul>li{padding-block:.25lh}header.masthead .masthead--actions{column-gap:var(--_masthead-actions-icon-size);display:flex;grid-column:3;justify-self:end}header.masthead .masthead--actions .masthead--search>summary,header.masthead .masthead--actions .masthead--navigation>summary{cursor:pointer;list-style:none;width:fit-content}header.masthead .masthead--actions .masthead--search>summary img,header.masthead .masthead--actions .masthead--navigation>summary img{display:block;height:var(--_masthead-actions-icon-size);width:auto}header.masthead .masthead--actions .masthead--search>summary .masthead--icon-close,header.masthead .masthead--actions .masthead--navigation>summary .masthead--icon-close{display:none}header.masthead .masthead--actions .masthead--search[open]>summary .masthead--icon-open,header.masthead .masthead--actions .masthead--navigation[open]>summary .masthead--icon-open{display:none}header.masthead .masthead--actions .masthead--search[open]>summary .masthead--icon-close,header.masthead .masthead--actions .masthead--navigation[open]>summary .masthead--icon-close{display:block}header.masthead .masthead--search>summary{position:relative;z-index:2}header.masthead .masthead--search>form{align-items:center;display:flex;gap:var(--_masthead-actions-icon-size);padding-inline:var(--_masthead-padding)}header.masthead .masthead--search>form input[type=search]{font-size:larger;flex:1;margin-inline-end:calc(var(--_masthead-actions-icon-size) * 2);background-color:transparent;border:none;border-bottom:1px solid var(--_masthead-text-colour);color:var(--_masthead-text-colour);outline:none}header.masthead .masthead--search>form input[type=search]::placeholder{color:color-mix(in srgb,var(--_masthead-text-colour) 50%,transparent)}header.masthead .masthead--search>form button[type=submit]{background:none;border:none;cursor:pointer;padding:0}header.masthead .masthead--search>form button[type=submit] img{display:block}header.masthead .masthead--search[open]>form{background-color:var(--masthead-bg-colour, var(--_masthead-bg-colour));box-sizing:border-box;height:var(--_masthead-height);left:0;position:absolute;top:0;width:100%;z-index:1}header.masthead .masthead--navigation>nav{background-color:var(--_masthead-navigation-bg-colour);color:var(--_masthead-navigation-text-colour);left:calc(-.5*(100vw - 100%));min-height:calc(100dvh - var(--_masthead-height));position:absolute;top:var(--_masthead-height);width:100vw;z-index:1;max-height:calc(100vh - var(--_masthead-height));max-height:calc(100dvh - var(--_masthead-height));overflow-y:auto;box-sizing:border-box;padding-inline:max(var(--_masthead-navigation-padding),(100vw - 1200px) / 2)}header.masthead .masthead--navigation>nav section h2{text-align:center}header.masthead .masthead--navigation>nav section h3{font-size:inherit;font-weight:700;margin:0;padding-block:.25lh}header.masthead .masthead--navigation>nav section ul{list-style:none;padding:0}header.masthead .masthead--navigation>nav section a:hover,header.masthead .masthead--navigation>nav section a:focus{background-color:var(--masthead-bg-colour, var(--_masthead-bg-colour));color:var(--_masthead-navigation-bg-colour);outline:var(--_masthead-navigation-link-outline) solid var(--masthead-bg-colour, var(--_masthead-bg-colour))}header.masthead .masthead--navigation[open]>nav{-webkit-clip-path:inset(0 0 0% 0);clip-path:inset(0 0 0% 0)}
