@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
.purple {
	background-color: #511576;
}

.gray {
	background-color: #f0f0f8;
}

.red {
	background-color: #c02481;
}

.orange {
	background-color: #ff6d60;
}

.yellow {
	background-color: #feb93b;
}

#photo {
	visibility: visible;	
	background-image: url(photo.jpg);
}

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

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

#box_red {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	transform-origin: bottom;
}

#box_orange {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 11px;
	height:11px;
	transform-origin: left top;
}

#box_yellow {
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 11px;
	height:11px;
	transform-origin: right top;
}

#box_orange_sm {
	visibility: visible;
	left: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	width: 5px;
	height: 5px;
}

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

#highlight {
	left: 115px;
	top: 118px;
	width: 88px;
	height: 29px;
	transform-origin: left top;
}

#highlight2 {
	left: 115px;
	top: 92px;
	width: 111px;
	height: 29px;
	transform-origin: left top;
}

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

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

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

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

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

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

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

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