/* CSS BASE RESET */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

@font-face {
    font-family: 'BentonSans';
    src: local("Benton Sans Regular");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-2.eot");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-2.eot?") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-3.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-1.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/3be50273-0b2e-4aef-ae68-882eacd611f9-4.svg#web") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'BentonSans-Bk';
    src: local("Benton Sans Book");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-2.eot");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-2.eot?") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-3.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-1.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/325e6ad0-38fb-4bad-861c-d965eab101d5-4.svg#web") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'BentonSans-Md';
    src: local("Benton Sans Medium");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-2.eot");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-2.eot?") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-3.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-1.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/0fababca-4914-46dd-9b0f-efbd51f67ae8-4.svg#web") format("svg");
    font-style: normal;
    font-weight: bold;
}

/* BOX THAT CONTAINS EVERYTHING IN THE AD */

body, body * {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

#container {
	top: 0px;
	left: 0px;
	width: 728px;
	height: 90px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #b9b9b9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFFFFF;	
    font-family: 'BentonSans', sans-serif;
	overflow: hidden;
}

#banner{
	width:728px;
	height:90px;
	position: relative;
	overflow: hidden;
	opacity:1;			
}

#banner .myAd_Img { 
	position: absolute; 
	background: url(graphics.png) no-repeat 0px 0px; 
}

#banner #myAd_logo{
	position: absolute;
	width:89px;   
	height: 25px;  
    background: url("LOGOAMEX_FlatBox.svg");
    background-size: 89px 25px;
	bottom: 55px;
	right: 18px; 
}

#banner #beReady{
	position: absolute;
	top: 19px;
    left: 239px;
	background: transparent;
	font-size: 22px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -.025em;
	line-height: 25px;
	color: #737373;
}

#cta{
	position: absolute;
	top:43px;
	right:18px;
	display:block;
	width:85px;
	height:28px;
	background-color: #05337d;
	border-radius: 4px;
    color: #fff;
	padding-top:3px;
    line-height: 23px;
    text-align: center;
	letter-spacing: .6px; 
	font-size: .65em;
	font-weight:600;
	opacity:0;
	z-index: 10;
}

.shine {
	position:absolute;
	background: rgba(255,255,255,0);
	background-repeat: no-repeat;
	background: -webkit-gradient(left top, right bottom, color-stop(22%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,.5)), color-stop(49%, rgba(255,255,255,0)));
	background: linear-gradient(135deg, rgba(255,255,255,0) 22%, rgba(255,255,255,.5) 49%, rgba(255,255,255,0) 76%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	background-repeat: no-repeat;
	border-radius: 6px;
	z-index: 9999;
}

#shine {
    position: absolute;
    top: 0;
	width:85px;
	height:28px;
	background-position: -90px 0;
}

#footer_slant{
	position:absolute;
	bottom:0px;
	width: 492px;
	height: 14px;
    right:0;
    background: url("slant.png") no-repeat;
}

#banner #img01{ 
	position: absolute; 
	left: 83px;
	top: 4px;
	width: 24px;
	height: 79px;
	background-position: -4px -51px;
}

#banner #img02{ 
	position: absolute; 
	left: 59px;
	top: 7px;
	width: 117px;
	height: 74px;
	background-position: -3px -165px;
}


#title {
    position: absolute;
	top: 32px;
    left: 148px;
	opacity:1;
	background: transparent;
	font-size: 21px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -.08px;
	line-height: 21px;
	color: #737373;
}

#title2 {
    position: absolute;
	top: 15px;
    left: 148px;
	opacity:0;
	background: transparent;
	font-size: 22px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -.025em;
	line-height: 26px;
	color: #737373;
}

#mainCopy  {
  position: absolute; 
  color: #737373;
  font-size: .75em;
  line-height:1.6em;
  top:40px;
  left:8px;

}

#banner #card_plum {
	position: absolute;
	width: 117px;
	height: 72px;
	background-position: -3px -243px;
	top: 9px;
/*	left: 33px;*/
	left: 62px;
}

#banner #card_silver {
	position: absolute;
	width: 117px;
	height: 72px;
	background-position: -3px -319px;
	top: 9px;
	left: 63px;
}

#banner #card_gold {
	position: absolute;
	width: 117px;
	height: 72px;
	background-position: -4px -394px;
	top: 9px;
/*	left: 93px;*/
	left: 63px;
}

#banner #final_frame{
	top: 0;
	left: 0px;
	position: absolute;
	opacity:0;
	width: 100%;
}