
body, body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    /*    font-size: 9pt;*/
    /* color: #fd0000; */
}

#container {
    position:absolute;
    width:728px;
    height:90px;
    background:#fff;
    box-sizing: border-box;
    border: 1px solid black;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}
#exit {
    position:absolute;
    width:728px;
    height:90px;
    top: 0;
    left: 0;
    cursor: pointer;
}
#whiteArc{
    background: url(WhiteArc.png);
    position: absolute;
    top: -30px;
    left: 0px;
    width:728px;
    height:150px;
}

#arc1{
    background: url(leftArc.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width:728px;
    height:90px;
}

#arc2{
    background: url(rightArc.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width:728px;
    height:90px;
}
#image01{
    background: url(image01.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width:728px;
    height:90px;
}

#logoGrey{
    position: absolute;
    background: url(logoGrey.png);
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
}
#logo{
    position: absolute;
    background: url(logo.svg)no-repeat;
    top: 24px;
    left: 14px;
    width: 57px;
    height: 42px;
}
#txt{
    position: absolute;
    background: url(txt.svg);
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
}

#ctaCont{
    position: absolute;
    width: 125px;
    height: 24px;
    top: 24px;
    left: 414px;
    overflow: hidden;
    cursor: pointer;
}
#cta{
    position: absolute;
    background: url(cta.svg)0px 0px;
    width: 125px;
    height: 48px;
    top: 0px;
    left: 0px;
}
/********************** DISCLAIMER ***********************/
#disclaimer{
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00085b;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
}
#disclaimer p {
    margin: 0;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    font-size: 9px;
    line-height: 12px;
    padding: 26px 10px;
}
#close{
    position: absolute;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    top: 2px;
    left: 2px;
}
#claimCTA{
    position: absolute;
    font-size: 8px;
    color: #00085b;
    top: 60px;
    left: 417px;
    cursor: pointer;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;

}
#discCTAHIt{
    position: absolute;
    width:37px;
    height:18px;
    top: 60px;
    left: 417px;
    cursor: pointer;
}
#claimRoll{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}
:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
