@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 {
	width: 99px;
    height: auto;
	top: 82px;
	left: 808px;
}
#subline {
    width: 124px;
	height: auto;
	top: 154px;
	left: 795px;
}

#productA { width: 564px; }
#productB {
	width: 401px;
	left: 569px;
}
.productHolder { overflow: hidden; }

#panel {
	height: 250px;
	fill: white;
	visibility: visible;
}
.dash {
	width: 14px;
	height: 4px;
	left: 560px;
	fill: #ffd749;
}

#headline {
	width: 248px;
    height: auto;
	top: 66px;
	left: 443px;
}
#efHeadline {
    width: 258px;
	height: auto;
	top: 98px;
	left: 49px;
}

#cta {
	width: 185px;
	height: 44px;
	border: 1px solid black;
	overflow: hidden;
	top: 105px;
	left: 495px;
}
#ctaText {
	height: 11px;
	top: 14px;
}
#ctaReveal {
	width: 185px;
	left: 495px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0
}