html, body{
    width: 100%;
    font-size: 62.5%;
    font-family: greycliff-cf, sans-serif;
    line-height: 1;
}
html{
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}
body *{
    box-sizing: border-box;
}
body{
    height: 100%;
    display: flex;
    flex-direction: column;
    /*background-color: #F9F9F9;*/
    z-index: -3;
    overflow-x: hidden;
}
body.mobileNavActive{
    overflow: hidden;
}
.umb-block-list{
    display: flex;
    flex-direction: column;
    position:relative;
}
.hidden-accessible {
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
}
img{
    max-width: 100%;
}
.spacer{
    height: 100vh;
}