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;
}
#container {
	background-color: #fff;
	overflow: hidden;
}
.wFill {
	fill: #fff;
	visibility: hidden;
}
.bFill {
	fill: #0c2e68;
	visibility: hidden;
}
.pFill {
	fill: #f8d0c4;
	visibility: hidden;
}
#wOverlay { background-color: #fff; }
.blossom {
	width: 196px;
	height: 147px;
}
#blossomA {
	top: -63px;
	left: -23px;
}
#blossomB {
	top: -69px;
	left: 842px;
}
#productWrapper { overflow: hidden; }
#productAbackground {
	width: 1870px;
	height: 684px;
}
#productA { height: 465px; }
#logoBlock { fill: #fff; }
#ctaBorder,
#ctaBorderAlt { 
	fill: none;
	stroke: #0c2e68;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	stroke-opacity: 1.0;
	-webkit-transform: translateZ(0);
}
#border {
    width: 100%;
    height: 100%;
	fill: white;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#mainExit {
	cursor: pointer;
	visibility: visible;
	background-color: rgba(255,255,255,0);
}