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

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

/* Div layer for the entire banner. */
#container {
	display: none;
	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 background clickthrough. */
#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;
}

.divImage {
	visibility: hidden;
	position: absolute;
	background-repeat: no-repeat;
	overflow: hidden;
}

#background {
	width: 300px;
	height: 250px;
	background-image: url(background.jpg);
}

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

#textEra {
	left: 28px;
	top: 31px;
	width: 214px;
	height: 30px;
}

#textEraInner {
	left: 0px;
	top: 0px;
	width: 214px;
	height: 30px;
	background-image: url(text_era.svg);
}

#textAmerica1 {
	left: 28px;
	top: 66px;
	width: 242px;
	height: 35px;
}

#textAmerica1Inner {
	left: 0px;
	top: 0px;
	width: 242px;
	height: 35px;
	background-image: url(text_america1.svg);
}

#textAmerica2 {
	left: 30px;
	top: 111px;
	width: 163px;
	height: 39px;
}

#textAmerica2Inner {
	left: 0px;
	top: 0px;
	width: 163px;
	height: 39px;
	background-image: url(text_america2.svg);
}

#text2016_1 {
	left: 58px;
	top: 27px;
	width: 172px;
	height: 27px;
}

#text2016_1Inner {
	left: 0px;
	top: 0px;
	width: 172px;
	height: 27px;
	background-image: url(text_2016_1.svg);
}

#text2016_2 {
	left: 58px;
	top: 59px;
	width: 175px;
	height: 26px;
}

#text2016_2Inner {
	left: 0px;
	top: 0px;
	width: 175px;
	height: 26px;
	background-image: url(text_2016_2.svg);
}

#text2016_3 {
	left: 58px;
	top: 90px;
	width: 237px;
	height: 26px;
}

#text2016_3Inner {
	left: 0px;
	top: 0px;
	width: 237px;
	height: 26px;
	background-image: url(text_2016_3.svg);
}

#text2016_4 {
	left: 58px;
	top: 121px;
	width: 253px;
	height: 24px;
}

#text2016_4Inner {
	left: 0px;
	top: 0px;
	width: 253px;
	height: 24px;
	background-image: url(text_2016_4.svg);
}

#textInvesting1 {
	left: 58px;
	top: 28px;
	width: 228px;
	height: 27px;
}

#textInvesting1Inner {
	left: 0px;
	top: 0px;
	width: 228px;
	height: 27px;
	background-image: url(text_investing1.svg);
}

#textInvesting2 {
	left: 58px;
	top: 59px;
	width: 111px;
	height: 25px;
}

#textInvesting2Inner {
	left: 0px;
	top: 0px;
	width: 111px;
	height: 25px;
	background-image: url(text_investing2.svg);
}

#textInvesting3 {
	left: 58px;
	top: 88px;
	width: 185px;
	height: 25px;
}

#textInvesting3Inner {
	left: 0px;
	top: 0px;
	width: 185px;
	height: 25px;
	background-image: url(text_investing3.svg);
}

#ctaButton {
	left: 28px;
	top: 125px;
	width: 101px;
	height: 43px;
	background-image: url(cta_button.png);
	overflow: hidden;
}

#ctaButtonText {
	left: 28px;
	top: 125px;
	width: 101px;
	height: 43px;
	background-image: url(cta_button_text.svg);
	overflow: hidden;
}

#ctaSheen {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 101px;
	height: 50px;
	background-image: url(sheen_white.png);
}