:root{--apPageHeaderLinkColor: var(--apPrimaryColor);--apPageHeaderIconColor: var(--apPrimaryColor);--apPageHeaderMenuOpenIconColor: var(--apPrimaryColor);--apPageHeaderLinkHoverColor: var(--apPrimaryDarkColor);--apPageHeaderTextColor: var(--apTextColor)}.pub-page-header{width:100%;z-index:var(--apZindex1);height:var(--apHeaderHeight);padding:var(--apVspacingSmall) 0;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:var(--apPageHeaderTextColor);--icon-color: var(--apPageHeaderIconColor)}.pub-page-header .pub-page-header__nav{flex:0 1 auto;position:relative;top:0;float:right;min-height:36px;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.pub-page-header .pub-page-header__link{font-size:var(--apFontSizeSmall);line-height:var(--apLineHeightSmall);font-weight:700;flex:0 1 auto;display:none;position:relative;margin-left:30px;color:var(--apPageHeaderLinkColor);border:none;text-decoration:none;white-space:nowrap}.pub-page-header .pub-page-header__link:hover,.pub-page-header .pub-page-header__link:focus,.pub-page-header .pub-page-header__link.pub-page-header__link--active{color:var(--apPageHeaderLinkHoverColor);text-decoration:underline;border:none}@media(min-width:960px){.pub-page-header .pub-page-header__link{display:inline-block}}.pub-page-header .pub-page-header__link.pub-page-header__link--button{border-radius:var(--apBorderRadius);padding:var(--apButtonPaddingSmall);color:var(--apButtonPrimaryFgColor);background-color:var(--apButtonPrimaryBgColor);text-decoration:none}.pub-page-header .pub-page-header__link.pub-page-header__link--button:hover{color:var(--apButtonPrimaryHoverFgColor);background-color:var(--apButtonPrimaryHoverBgColor);text-decoration:none}.pub-page-header .pub-page-header__link.pub-page-header__link--button:focus{outline:var(--apOutlineColor) solid var(--apBorderWidth)}@media(min-width:960px){.pub-page-header .pub-page-header__link.pub-page-header__link--mittap,.pub-page-header .pub-page-header__link.pub-page-header__link--loggedin{display:inline-block}}.pub-page-header .pub-page-header__link.pub-page-header__link--loggedin:hover,.pub-page-header .pub-page-header__link.pub-page-header__link--loggedin:focus{background-color:var(--apPrimaryColor)}.pub-page-header__menu{}.pub-page-header__menuopenicon,.pub-page-header__menucloseicon{width:calc(var(--apHeaderHeight) * 0.4);height:calc(var(--apHeaderHeight) * 0.4);fill:var(--icon-color)}.pub-page-header__menuopenicon{display:inline-block}.pub-page-header__menucloseicon{display:none}@media(min-width:720px){.pub-page-header__menu{top:2px}}@media(min-width:960px){.pub-page-header__menu{display:none}}.pub-page-header__content{max-width:var(--apContainerWidthWide);margin:0 auto;padding:0 var(--apContainerSidePadding);flex:1 1 auto;display:flex;flex-wrap:none;justify-content:space-between;align-items:center}.pub-page-header .branding{flex:0 1 auto}.pub-page-header .pub-page-header__rose{fill:var(--icon-color);width:calc(var(--apHeaderHeight) * 0.52);height:calc(var(--apHeaderHeight) * 0.6)}.pub-page-header.pub-page-header--show-menu{position:fixed;color:var(--apPrimaryColor)!important;z-index:var(--apZindex4);background-color:var(--apBackgroundColor);--icon-color: var(--apPageHeaderMenuOpenIconColor)}.pub-page-header.pub-page-header--show-menu .pub-page-header__rose{fill:var(--apPrimaryColor);color:var(--apPrimaryColor)}.pub-page-header.pub-page-header--show-menu .pub-page-header__menuopenicon{display:none}.pub-page-header.pub-page-header--show-menu .pub-page-header__menucloseicon{display:inline-block}.pub-page-header-wrapper{position:relative}.pub-page-header+main .global-messages:first-child{margin-top:calc(var(--apHeaderHeight) + var(--apVspacingMedium));margin-bottom:0}