@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 */

.orange {
	background-color: #f48020;
}

.gray {
	background-color: #f0f0f0;
}

.white {
	background-color: #ffffff;
}

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

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

#bg_orange {
	visibility: visible;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 36px;	
}

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

#bg_white {
	visibility: visible;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
}

#box_maroon {
	visibility: visible;
	left: 0px;
	top: 73px;
	width: 8px;
	height: 8px;
	transform-origin: top;
}

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

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

#highlight {
	left: 145px;
	top: 123px;
	width: 105px;
	height: 30px;
	transform-origin: left top;
}

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

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

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

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

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

#screen {
	visibility: visible;
	left: 118px;
	top: 75px;
	width: 64px;
	height: 282px;
	background-image: url(screen.jpg);
}

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

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