#container {
	position: relative;
	width: 100%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 0;
}
#container.ready {
	opacity: 1;
}
#loadbar-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 40px;
	border-radius: 50px;
	border: 5px solid #882330;
	margin: -95px 0 0 -100px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	pointer-events: none;
	text-align: center;
}
#loadbar-wrapper::after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	content: 'Loading...';
	color: #f7ece6;
}
#loadbar-wrapper p {
	position: absolute;
	top: 70px;
	left: -40px;
	width: calc(100% + 80px);
	margin: 0;
	padding: 0;
}
#loadbar-wrapper.loaded {
	opacity: 0;
}
#loadbar {
	width: 0;
	height: 26px;
	margin: 2px;
	-webkit-transition: width 0.2s ease-out 0s;
	-moz-transition: width 0.2s ease-out 0s;
	-ms-transition: width 0.2s ease-out 0s;
	-o-transition: width 0.2s ease-out 0s;
	transition: width 0.2s ease-out 0s;
	border-radius: 50px;
	background-color: #882330;
}
.red {
	color: #882330;
}
.green {
	color: #44ada4;
}
.white {
	color: white;
}
.three-wrapper {
	overflow: hidden;
}
#three {
	margin-top: 70px;
	position: relative;
}
canvas {
	touch-action: pan-y;
}
#three::after {
	content: "Click on the hotspots to discover six unique and inspiring stories of people impacted by HNC.";
	font-weight: 700;
	width: 100%;
	pointer-events: none;
	bottom: 3%;
	text-align: center;
	position: absolute;
	left: 0;
	font-size: 21px;
	line-height: 21px;
	padding: 0 15px;
	-webkit-transition: bottom 0.2s ease-out 0s;
	-moz-transition: bottom 0.2s ease-out 0s;
	-ms-transition: bottom 0.2s ease-out 0s;
	-o-transition: bottom 0.2s ease-out 0s;
	transition: bottom 0.2s ease-out 0s;
}
#three.zoomed:after {
	bottom: -15%;
}
#three {
	width: 100%;
}
.profile {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.6s;
	   -moz-transition: opacity 0.6s;
	    -ms-transition: opacity 0.6s;
	     -o-transition: opacity 0.6s;
	        transition: opacity 0.6s;
}
.profile::before {
	content: '';
	position: absolute;
	top: 72px;
	left: 10px;
	width: calc(100% - 2px);
	height: calc(100% - 64px);
	background-color: #44ada4;
	border: 1px solid white;
}
.profile img {
	width: 86px;
	height: auto;
	border-radius: 50%;
	border: 4px solid #44ada4;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -43px;
	z-index: 5;
}
.profile-box {
	position: relative;
	margin-top: 65px;
	background-color: white;
	border: 4px solid #44ada4;
	padding: 15px;
}
.close-teaser-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
}
.profile-box h3 {
	margin: 10px 15px 10px 15px;
	padding: 0;
}
.profile-box p {
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0;
}
#three.person0 .p0 { opacity: 1; pointer-events: auto; } /* Bill (Filmmaker) */
#three.person1 .p1 { opacity: 1; pointer-events: auto; } /* Ashwin & Becky (Travelers) */
#three.person2 .p2 { opacity: 1; pointer-events: auto; } /* Steve (Spartan races) */
#three.person3 .p3 { opacity: 1; pointer-events: auto; } /* Cindy (Problem solver) */
#three.person4 .p4 { opacity: 1; pointer-events: auto; } /* Allison (Podcasts) */
#three.person5 .p5 { opacity: 1; pointer-events: auto; } /* Denise (Writing) */

#container {
	z-index: 5;
}
#loadbar-wrapper {
	z-index: 10;
}
.profile {
	z-index: 15;
}
#three::after {
	z-index: 20;
}


