

#logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#exit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1000;
}

.fullSize {
	top: 0px;
	left:0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#set2bottomShape {
	position: absolute;
	/*! left: -69px; */
}

.txtContainerSet1 {
	top: 15px;
	left: 635px;
	position: absolute;
	font-weight: normal;
	width: 305px;
	margin: auto;
	height: 96px;
}

.shapecontainer {
	position: absolute;
	top:0px;
	left: 0px;
}

#set2bottomShapePlus{
	opacity: 0;
}

#set1bottomShape {
	position: absolute;
	left: -67px;
	opacity: 0.9;
}

.txtContainerSet2 {
	top: 175px;
	left: 10px;
	position: absolute;
	width: 125px;
	margin: auto;
	height: 85px;
}

.txtContainerSet2Plus {
	top: 15px;
	left: 585px;
	position: absolute;
	width: 320px;
	margin: auto;
	height: 150px;
}

.txt {
	color: #0f1a24;
	text-align: center;
	position: relative;
	opacity: 0;
	margin: auto;
	top: 50%;
	transform: translate(0%, -50%);
}

.cta p {
	color: #009fda;
	font-weight: normal;
	text-align: center;
}


.cta {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 200px;
	text-align: right;
}

#cta{
}


#ctaChevron {
	position: relative; 
	display:inline-block;
	padding-left: 5px;
}

#set1{
	opacity: 0;
}

#set2{
	opacity: 0;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}