body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* Global Styles */
div,
svg,
img,
#introVid {
	width: 1000px;
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: visible;
}
#container { overflow: hidden; }

#mainBackground,
#productOverlay,
#efPanel,
#efLogo,
#copyA,
#copyB,
#cta {
	visibility: hidden;
}
.panel { fill: #fff; }
#ctaBorder { fill: none; stroke:#000000; stroke-miterlimit: 10; }

#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}

#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
}