@charset "UTF-8";

/* Defaults */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg {
	width: 970px;
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
.svgImg,
.svgImgAlt {
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
	display: block;
}
.svgImg { right: 0; }

#container {
	overflow: hidden;
	background-color: #fff;
	visibility: visible;
}
#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
	visibility: visible;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	visibility: visible;
}

.productHolder {
	width: 483px;
	height: 250px;
	overflow: hidden;
}
#productAmove {
	height: 922px;
	overflow: hidden;
	visibility: visible;
}
#productBmove {
	top:-19px;
	height: 330px;
	overflow: hidden;
	visibility: visible;
}
#productAimg { height: 922px; }
#productBimg { height: 330px;}

#productB { top: 0px; left: 488px;}
#panel {
	height: 250px;
	fill: white;
	visibility: visible;
}
.dash {
	width: 14px;
	height: 4px;
	fill: #32cf2b;
}
#headline1 {
   width:970px;
   height:250px;
}
#headline2 {
    width:970px;
   height:250px;
}
#efHolder {
	width: 645px;
	left: 325px;
}
#efHeadline {
   width:970px;
   height:250px;
   left:-325px;
}
#logo {
    height: 78px;
	top: 85px;
	left: 508px;
}
#cta {
	width: 143px;
	height: 40px;
	border: 1px solid black;
	top: 105px;
	left: 307px;
	overflow: hidden;
}
#ctaText {
	height: 9px;
	top: 15px;
}
#ctaReveal {
	width: 143px;
	left: 307px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}