@font-face {
    font-family: "BentonSans-Md";
    font-style: normal;
    font-weight: bold;
    src: local("Benton Sans Medium"), url("https://www.aexp-static.com/nav/ngn/fonts/BentonSansMd.eot") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/BentonSansMd.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/BentonSansMd.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/BentonSansMd.svg#web") format("svg");
}

body{
	margin: 0px;
	padding: 0px;
	font-family: "BentonSans-Md";
	font-size: 18px;
    font-weight: 100;
    line-height: 1;
}



#container{
    visibility: hidden;
    box-sizing: border-box;
}

ft-default{
	width: 300px;
	height: 250px;
	background-repeat:no-repeat;
	position: relative;
    overflow: hidden;
}

#wrapper {
    box-sizing: border-box;
}

#background {
    width: 298px;
    height: 248px;
    position: absolute;
    top: 1px;
    left: 1px;
    overflow: hidden;
}

#text_container {
    width: 100%;
    height: 125px;
    position: relative;
}

#frame1, #frame2, #frame3, #frame4, #frame5, #frame6, #frame7 {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
}

ft-dynamic[name="card1"], #card1{
    position: absolute;
    width: 183px;
    height: 115px;
    top: 125px;
    left: 40px;
    border-radius: 7px;
    z-index: 1;
}

#card1 img, #card2 img {
    border-radius: 7px;
}

ft-dynamic[name="card2"], #card2{
    position: absolute;
    width: 183px;
    height: 115px;
    top: 125px;
    left: 77px;
    border-radius: 7px;
    z-index: 2;
}

ft-dynamic[name="card1_caption"]{
    position: absolute;
    top: 128px;
    left: 29px;
    font-size: 11px;
    text-align: center;
    max-width: 100px;
    color: #53565a;
}

ft-dynamic[name="card2_caption"]{
    position: absolute;
    top: 128px;
    left: 181px;
	font-size: 11px;
    text-align: center;
	color: #53565a;
}

#wrapper {
    width: 300px;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

sup{
    position: absolute;
    top:0px;
}

#footer{
    position: absolute;
    width: 298px;
    height: 60px;
    bottom: 0;
    box-sizing: border-box;
}

#footer_bg{
    position: absolute;
    width: 298px;
    height: 55px;
    background-color: #ffffff;
    bottom: 1px;
    z-index: 4;
    box-sizing: border-box;
}

#bottom_line{
    position: absolute;
    width: 300px;
    height: 5px;
    z-index: 0;
    box-sizing: border-box;
}

#amex_logo{
    position: absolute;
    width: 109px;
    height: 29px;
    top: 17px;
    left: 12px;
    background: url('amex_logo.png') no-repeat;
    z-index: 4;
}

#cta{
    position: absolute;
    overflow: hidden;
    width: 103px;
    height: 25px;
    top: 14px;
    right: 22px;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df8600+0,d63100+100 */
    background: rgb(223,134,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmODYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNjMxMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(223,134,0,1) 0%, rgba(214,49,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(223,134,0,1) 0%,rgba(214,49,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(223,134,0,1) 0%,rgba(214,49,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df8600', endColorstr='#d63100',GradientType=0 ); /* IE6-8 */
    z-index: 4;
    box-sizing: border-box;
}

#ctaText{
    position: relative;
	font-size: 10px;
    font-weight: 100;
	line-height: 15px;
    text-align: center;
    color: white;
    top:5px;
    margin: 0 auto;
}

#shine{
    position: absolute;
    width: 103px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    border: 0;
}

#disclamer{
    position: absolute;
    top: 42px;
    right: 14px;
	font-size: 9.5px;
    color: #002663;
    z-index: 4;
    box-sizing: border-box;
}

#rates {
    position: absolute;
    bottom: 5px;
    right: 46px;
    font-size: 9.5px;
    color: #002663;
    z-index: 4;
    box-sizing: border-box;
}

#welcome_flag {
    display: inline-block;
    padding: 4px 10px;
    background: #ef5e27;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 10px;
}