body { margin:0px 0px; padding:0px; }

* { box-sizing: Border-box }

#container {
	background-color:#241056;
	position:absolute;
	overflow:hidden;
	cursor: pointer;
}

.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

#cta_copy_Open {
	left:471px;
	top:60px;
	width:100px;
	height:12px;
	background-image:url(../img/cta_copy_Open.png);
}

.centerX {
	width:95vw;
    height:95vh;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half {
	background-size: contain;
}

.retina_container {
	left:0px;
	top:0px;
	width:200%;
	height:200%;
    transform-style: preserve-3d;
    transform: matrix3d(0.5, 8.72665e-05, 0, 0, -8.72665e-05, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.9999);
    transform-origin: left top 0px;
}

#curtain {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: white;
	z-index: 100;
}

[id^="border"] {
	z-index:99;
	background-color:#999999;
	height:100%;
	width:100%;
}

#border_top {
	top:0;
	left:0;
	height:1px;
}

#border_right {
	top:0;
	right:0;
	width:1px;
}

#border_bottom {
	bottom:0;
	left:0;
	height:1px;
}

#border_left {
	top:0;
	left:0;
	width:1px;
}

#cta_copy_Learn {
	left:486px;
	top:60px;
	width:70px;
	height:10px;
	background-image:url(../img/cta_copy_Learn.png);
}

#legal {
	left:490px;
	top:90px;
	width:64px;
	height:5px;
	background-image:url(../img/legal.png);
}

#logo_cta_pill {
	left:442px;
	top:0px;
	width:158px;
	height:100px;
	background-image:url(../img/logo_cta_pill.png);
}