body {
	display: flex;
	flex-direction: column;
}
/**
.site-header {
	padding-top: 34px !important;
}
**/
.gusto-notification-bar {
	order: -1;
    width: 100%;
    display: block;
    background: white;
    color: black;
    z-index: 99999;
    position: sticky;
    top: 0;
    text-transform: uppercase;
    padding: 5px 25px;
    text-align: center;
    font-weight: 500;
}
.gusto-notification-bar:hover {
	color: black;
}
a.gusto-notification-bar:hover {
	text-decoration: underline !important;
}