:root{--em-notifications-background:#222;--em-notifications-background-2nd:#1c524f;--em-notifications-text:#fff}#site-notifications{margin-top:100px;position:relative}#site-notifications .notification-banner{padding:1rem;position:relative;z-index:90}#site-notifications .notification-banner,#site-notifications .notification-banner:not(.is-hidden):nth-child(odd){background-color:var(--em-notifications-background)}#site-notifications .notification-banner:not(.is-hidden):nth-child(2n){background-color:var(--em-notifications-background-2nd)}#site-notifications .notification-banner.is-hidden{display:none}#site-notifications .notification-banner__container{position:relative}#site-notifications .notification-banner__content{align-items:center;display:flex;justify-content:flex-start}#site-notifications .notification-banner.is-dismissable .notification-banner__content{padding-right:2rem}#site-notifications .notification-banner__text{color:var(--em-notifications-text);margin:0;text-align:left}#site-notifications .notification-banner__link{color:inherit;text-decoration:underline}#site-notifications .notification-banner__close{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:flex;height:25px;justify-content:center;outline:none;position:absolute;right:0;top:0;width:25px}#site-notifications .notification-banner__close:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27%3E%3Cpath fill=%27%23fff%27 d=%27M.086 1.5 1.5.086l29.608 29.607-1.415 1.415z%27/%3E%3Cpath fill=%27%23fff%27 d=%27M29.693.086 31.108 1.5 1.5 31.108.086 29.693z%27/%3E%3C/svg%3E");background-position:50%;background-size:cover;content:"";display:inline-block;height:20px;margin-bottom:.1rem;position:relative;width:20px}
