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 {
	font-family: Asap, Arial, sans-serif;
	background-color: #FFF;
	color: black;
	margin: 0px;
}

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

#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 #cccccc;
}

a.divlink {
	cursor: pointer;
}

.adSize {
	position:absolute;
	width: 970px;
	height: 250px;
	left: 0px; 
	top: 0px;
}

#sell {
	visibility: hidden;
}

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

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

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

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

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

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

/* #copyBlock, #copyBlock2, #copyBlock3 {
	background-color: white;
	width: 127px;
	height:21px;
	left: 12px;
	top: 439px;
	position: absolute;
} */

#text1, #text2, #text3 {
   	position: absolute;
	left: 631px;
	top: 71px;
	font-size: 30px;
	color: #056dae;
	text-align: left;
	letter-spacing: 0.18px;
	line-height: 36px;
}

#text2 {
    letter-spacing: 0.1px;
}

#text3 {
	letter-spacing: 0.05px;
}

#text4a {
	left: 35px;
	top: 23px;
	font-size: 26px;
	letter-spacing: -0.95px;
	font-style: normal;
	color: #056dae;
	text-align: left;
	position: absolute;
	line-height: 27px;
}

#text4b {
	left: 35px;
	top: 84px;
	font-size: 25px;
	letter-spacing: -0.5px;
	font-style: normal;
	color: #666666;
	text-align: left;
	position: absolute;
	line-height: 28px;
	font-weight: bold;
}

#ctaCon {
  overflow: hidden;
  background: #002854;
  border-radius: 6px;
  position: absolute;
  width: 116px;
  height: 36px;
  left: 41px;
  top: 171px;
}

#cta {
  padding: 11px 7px;
  text-align: center;
  font-size: 14.5px;
  color: #ffffff;
  font-weight: 700;
  font-family: "interstate", Arial, Helvetica, sans-serif;
}

#sheen {
	position: absolute;
	background: no-repeat url("../images/sheen.png");
	width: 10px;
  	height: 50px;
  	transform: rotate(20deg);
	top: -7px;
  	left: -15px;
  	opacity: .5;
  	background-color: white;
}

span.trademark {
	font-family: "interstate", Arial, Helvetica, sans-serif;
    position: relative;
    top: -9px;
    left: 0px;
	font-size: 14px;
	padding-right: 3px;
    color: #056dae;
}

.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;
}
