body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

div,
svg,
img {
	width: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}

#container {
	background-color: #1a368c;
	overflow: hidden;
}

#backgroundImages,
.shadow,
.imgGlow,
.wFill,
.bFill,
.copyLine,
.copyLineAlt,
.copyFill,
.box,
.line,
#f1Logo,
#f1LogoFinal,
.efBkgd,
.efAsset,
#efBrainHolder,
#screenHolder,
#cta {
	visibility: hidden;
}

.wFill,
.copyFill {
	fill: #fff;
}
.bFill { fill: #000; }
.box,
.line { 
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10;
}
.line { stroke-width: 4; }

.bkgdImg {
	width: 450px;
	height: 600px;
}
.copyLine {
	fill: none;
	stroke: #fff;
	stroke-width: 1.5;
}

.brainBlock,
.screenBlock {
	fill: #fff;
}
#ctaBox { fill: #51B141; }
#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #000;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	z-index:2;
}