@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;
}
.product { width: 483px; }
#productB { left: 488px; }

#panel {
	height: 250px;
	fill: white;
	visibility: visible;
}
.dash {
	width: 14px;
	height: 4px;
	fill: #a5ce88;
}
#headlineA {
    height: 72px;
	top: 88px;
}
#headlineB {
    height: 84px;
	top: 84px;
}

#efHolder {
	width: 645px;
	left: 325px;
}
#efHeadline {
    height: 66px;
	top: 88px;
	left: 45px;
}
#logo {
    height: 52px;
	top: 85px;
	left: 500px;
}
#subline {
    height: 16px;
	top: 149px;
	left: 488px;
}
#cta {
	width: 153px;
	height: 41px;
	border: 1px solid black;
	top: 102px;
	left: 284px;
	overflow: hidden;
}
#ctaText {
	height: 10px;
	top: 15px;
}
#ctaReveal {
	width: 153px;
	left: 284px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#terms {
    height: 8px;
	top: 150px;
	left: 294px;
}