@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,
img {
	width: 970px;
	height: 250px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
img,
svg {
	width: 100%;
	height: auto;
}

#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;
}

#logo {
    height: 51px;
	top: 180px;
}

#productA,
#productB {
	width: 483px;
}
#productB { left: 488px; }
.productHolder { overflow: hidden; }

#panel {
	height: 250px;
	fill: white;
	visibility: visible;
}
.dash {
	width: 10px;
	height: 3px;
	top: 19px;
	left: 480px;
	fill: #ffd749;
}
#dashB { top: 96px; }

#efHeadline {
    height: 51px;
	top: 33px;
}

#cta {
	width: 140px;
	height: 33px;
	border: 1px solid black;
	overflow: hidden;
	top: 118px;
	left: 415px;
}
#ctaText {
	height: 7px;
	top: 12px;
}
#ctaReveal {
	width: 140px;
	left: 415px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}