@charset "UTF-8";
/* CSS Document */

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

#container {
	display: hidden;
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000000;
}

#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

/* Invisible button for entire banner */
#bannerButton {
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: .01;
	border: none;
	outline: none;
	display: block;
	z-index: 1000;
}

.bgImage {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: contain;
}

// colors
.dark_purple {
	background-color: #500778;
}

.orange2top {
	background-color: #fe944e;
}

.purple {
	background-color: #511576;
}

.gray {
	background-color: #f0f0f8;
}

.red {
	background-color: #c02481;
}

.orange {
	background-color: #ff6d60;
}

.orange_lt {
	background-color: #fe944e;
}

.yellow {
	background-color: #feb93b;
}

.ltpurple {
	background-color: #88179b;
}

#bg_purple {
	visibility: visible;	
	background-image: url(bg_purple.png);
}

#bg_gray {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 136px;
	height: 51px;
	z-index: 3;	
}

#box_orange2top {
	visibility: visible;
	left: 0px;
	top: 68px;
	width: 37px;
	height: 37px;
	transform-origin: bottom;
	z-index: 3;
}

#box_orange_lt {
	visibility: visible;
	left: 108px;
	top: 15px;
	width: 28px;
	height: 28px;
	transform-origin: bottom;
	z-index: 2;
}

#box_orange {
	visibility: visible;
	left: 93px;
	top: 0px;
	width: 15px;
	height:15px;
	transform-origin: left top;
	z-index: 2;
}

#box_pink {
	visibility: visible;
	left: 276px;
	top: 226px;
	width: 24px;
	height:24px;
	transform-origin: right bottom;
	z-index: 1;
}

#box_orange2 {
	visibility: visible;
	left: 37px;
	top: 105px;
	width: 20px;
	height:20px;
	transform-origin: left top;
	z-index: 2;
}

#box_dark_purple {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 15px;
	height:15px;
	transform-origin: left top;
	z-index: 3;
}

#box_ltpurple {
	visibility: visible;
	left: 86px;
	top: 15px;
	width: 7px;
	height:7px;
	transform-origin: right top;
	z-index: 2;
}

#box_yellow {
	visibility: visible;
	left: 26px;
	top: 125px;
	width: 10px;
	height:10px;
	transform-origin: right top;
	z-index: 2;
}

#box_yellowcorner {
	visibility: visible;
	left: 270px;
	top: 220px;
	width: 6px;
	height:6px;
	transform-origin: right bottom;
	z-index: 2;
}

#box_orange_sm {
	visibility: visible;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 0px;
	z-index: 1;
}

#logo {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 105px;
	height: 52px;
	background-image: url(logo_geha.svg);
	z-index: 4;
}

#person {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	background-image: url(person.png);
}


#highlight {
	left: 120px;
	top: 123px;
	width: 62px;
	height: 21px;
	transform-origin: left top;
}

#tooth1 {
	background-image: url(tooth_icon_1.png);
	z-index: 2;
	visibility: visible;
}

#tooth2 {
	background-image: url(tooth_icon_2.png);
	z-index: 4;
	visibility: visible;
}

#text0 {
	background-image: url(text0.png);
}

#text1 {
	background-image: url(text1.png);
}

#text3_1 {
	background-image: url(text3_1.png);
	z-index: 2;
}

#text3_2 {
	background-image: url(text3_2.png);
	z-index: 2;
}

#text3_3 {
	background-image: url(text3_3.png);
	z-index: 2;
}

#cta_button {
	background-image: url(cta.png);
	z-index: 2;
}

#cta_hover {
	background-image: url(cta_hover.png);
}

#fed_icon {
	background-image: url(fed_icon.png);
	z-index: 2;
}
