@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: 300px;
	height: 600px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
.svgImg {
	width: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
	display: block;
}

#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 {
	height: 298px;
	overflow: hidden;
}
.product { height: 298px; }
#productB { top: 302px; }

#panel {
	fill: white;
	visibility: visible;
}
.dash {
	width: 10px;
	height: 3px;
	left: 145px;
	fill: #a5ce88;
}
#headlineA {
    height: 60px;
	top: 268px;
}
#headlineB {
    height: 71px;
	top: 265px;
}

#logo {
    height: 52px;
	top: 494px;
}
#subline {
    height: 17px;
	top: 557px;
}
#cta {
	width: 155px;
	height: 36px;
	border: 1px solid black;
	top: 384px;
	left: 73px;
	overflow: hidden;
}
#ctaText {
	height: 9px;
	top: 12px;
}
#ctaReveal {
	width: 155px;
	left: 73px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#terms {
    height: 6px;
	top: 430px;
}