/* ! general */
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

@-moz-document url-prefix() {
	body {
	font-weight: lighter !important;
	}
}

body {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
}

a.divlink {
	cursor: pointer;
}

.adSize {
	height: 600px;
	left: 0px; 
	position:absolute;
	top: 0px;
	width: 300px;
}

#banner {
	-webkit-box-sizing: border-box;	/* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box;	/* Firefox, other Gecko */
	        box-sizing: border-box;	/* Opera/IE 8+ */
	background-color: #002a54;
	cursor: pointer;
	overflow: hidden; 
	opacity: 1;
	position: relative;
}

#border {
	overflow: hidden;
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #464646;
}

#ctaCon {
	overflow: hidden;
	background-color:#00bcf1;
	border-radius: 3px;
	position: absolute;
	width: 88px;
	height: 26px;
	left: 183px;
	top: 544px;
}

#cta {
	color: #002a54;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -0.20px;
	padding: 8px 7px 8px 7px;
	text-align: center;
}

#sell {
	visibility: hidden;
}

p {
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
}

#bg1{
	background: no-repeat url("../images/citi_model.jpg");
	background-size: contain;
	height: 600px;
	left: -50px;
	position: absolute;
	width: 400px;
}

#bg2{
	background-color: #002a54;
	background-size: contain;
	height: 600px;
	left: 0px; 
	position:absolute;
	bottom: 0px;
	width: 300px;
}

#citiCard {
	background: no-repeat url("../images/citi_card.png");
	background-size: contain;
}

#logo {
	background: no-repeat url("../images/logo.png");
	background-size: contain;
}

/* ! live text */
.gsap-strong {
	font-weight: 700;
}

#strong-1 {
	letter-spacing: -0.60px;
}

#strong-2 {
	letter-spacing: -0.55px;
}

#text1a, #text1b {
	color: #00bdf2;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 700;
	left: 28px;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

#text1c, #text1d {
	color: #ffffff;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 700;
	left: 28px;
	letter-spacing: -0.2px;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

#text2a, #text2b, #text2c {
	color: #00bdf2;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	left: 100px;
	letter-spacing: -0.4px;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

#text2c_sup {
	color: #00bdf2;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

sup#text2c_sup {
	top: -3px;
}

#text3b, #text3c, #text3d, #text3e, #text3f {
	color: #00bdf2;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.65px;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

#text3a {
	color: #00bdf2;
	font-family: "interstate", Arial, Helvetica, sans-serif;
	font-size: 120px;
	font-weight: 700;
	letter-spacing: -0.35px;
	line-height: 30px;
	position: absolute;
	text-align: left;
}

sup#text3a_sup {
	font-size: 60px;
	left: 74px;
	position: absolute;
	top: -21px;
}

#text1a {
	letter-spacing: -0.2px;
	top: 323px;
}
#text1b {
	letter-spacing: -0.2px;
	top: 367px;
}
#text1c {
	top: 413px;
}
#text1d {
	top: 457px;
}

#text2a {
	top: 521px;
}
#text2b {
	top: 534px;
}
#text2c {
	top: 548px;
}

#text3b, #text3c, #text3d, #text3e, #text3f {
	left: 28px;
}
#text3a {
	left: 20px;
	top: 356px;
}
#text3b {
	top: 420px;
}
#text3c {
	top: 440px;
}
#text3d {
	top: 460px;
}
#text3e {
	top: 480px;
}
/* #text3f {
	top: 114px;
} */

/* #sheen {
	background: no-repeat url("../images/sheen.png");
	background-size: contain;
	height: 40px;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	width: 40px;
} */

/* #template {
	background: no-repeat url("../images/template1.jpg");
	background-size: contain;
} */

.verticalAlignCenter{
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
