@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,
.p,
.pAlt{
	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;
}

#pHolder,
.pHolder,
.p,
.pAlt {
	visibility: visible;
}

.pHolder {
	height: 600px;
	overflow: hidden;
}
.p { height: 600px; }
.pAlt { height: 266px; }
#pB { left: 305px; }
#pC { left: 610px; }
#pD { left: 915px; }

#f1CloudsD {
	width: 600px;
	height: 173px;
}

#f4Sky {
	width: 500px;
	height: 109px;
}

#panel,
#overlay {
	fill: white;
	visibility: visible;
}

.dash {
	width: 10px;
	height: 3px;
	left: 145px;
	fill: #63a9cf;
}
#rain {
	height: 34px;
	top: 292px;
}
#f2Headline {
    height: 70px;
	top: 370px;
}
#sun {
	height: 35px;
	top: 293px;
}
#f3Headline {
    height: 47px;
	top: 369px;
}
#wind {
	height: 28px;
	top: 293px;
}
#f4Headline {
    height: 71px;
	top: 370px;
}

#efHeadline {
    height: 66px;
	top: 310px;
}
#cta {
	width: 156px;
	height: 36px;
	border: 1px solid black;
	top: 424px;
	left: 72px;
	overflow: hidden;
}
#ctaText {
	height: 9px;
	top: 12px;
}
#ctaReveal {
	width: 156px;
	left: 72px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}
#logo {
    height: 75px;
	top: 502px;
}