#page5 {
	background: url(../images/LogoIcon.svg);
	background-size: 80%;
	background-position: 95% 70%;
	background-repeat: no-repeat;
}

#page5 .background img{
	position: absolute;
	width: 100%;
	height: auto;
	top:0;
	right: 0;
}

#page5 .textBlock {
	color:var(--darkGrey);
}

#page5 h2{
	opacity: 0;
}

#page5 h4{
	display: block;
	text-transform: none;
	font-weight: 600;
	margin-top: 50rem;
	opacity: 0;
}

#page5 ul {
	margin: 34rem 40rem;
}

#page5 ul li {
	margin: 10rem 0 34rem;
}

#page5 ul ul {
	margin: 0 0 0 21rem;
	list-style-type: disc;
}

#page5 ul ul li::marker{
	color: unset;
}

#page5 ul ul li{
	margin: 10rem 0 0 0;
	font-size: .91em;
}

#page5 .citation {
	margin-top: 32rem;
	width: 580rem;
	font-size: 16rem;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#page5 .background .slowZoomWrapper{
	width:550rem;
	height: 100%;
	position: absolute;
	top:0;
	right: -550rem;
	overflow: hidden;
	border-radius: 0 0 0 120rem;
}

#page5 .background .slowZoom {
    height: 100%;
    width: auto;
    transform: scale(1);
    transform-origin: 50% 58%;
}

#page5 li.a,#page5 li.b,#page5 li.c{
	opacity: 0;
}

#page5 button.primary{
	opacity: 0;
}

#page5 .dimensions {
	position: absolute;
	top: 200rem;
	right: 145rem;
	color: #fff;
	line-height: 1.4;
	font-size: 18rem;
	text-align: center;
}

/*-----------------------------------------------------------------*/

#page5.animate .background .slowZoomWrapper {
	right: 0;
	transition: right .5s cubic-bezier(0,0,0,1);
	transition-delay: .25s;
}

#page5.animate .background .slowZoom{
	transform: scale(1.2);
	transition: transform 20s cubic-bezier(0,.5,.25,1);
}

#page5.animate h2, #page5.animate h4, #page5.animate li.a,#page5.animate li.b,#page5.animate li.c,#page5.animate button.primary,#page5.animate .citation{
	opacity: 1;
	transition: opacity 1s linear;
}

#page5.animate h2{
	transition-delay: .25s;
}
#page5.animate h4{
	transition-delay: .35s;
}
#page5.animate li.a{
	transition-delay: .5s;
}
#page5.animate li.b{
	transition-delay: .65s;
}
#page5.animate li.c{
	transition-delay: .8s;
}
#page5.animate button.primary{
	transition-delay: .95s;
}
#page5.animate .citation{
	transition-delay: 1.25s;
}
