/* ==================================================================
CSS BASE RESET
===================================================================*/

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

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

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

#banner {
    width: 728px;
    height: 90px;
    border: 1px solid #000;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+28,ffffff+46,d3d3d3+94 */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 28%, #ffffff 46%, #d3d3d3 94%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 28%,#ffffff 46%,#d3d3d3 94%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 28%,#ffffff 46%,#d3d3d3 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
}

#logo {
    top: 4px;
    right: 126px;
    background: url('sprite.png') no-repeat 0 -580px;
    width: 67px;
    height: 22px;
    position: absolute;
}

#cta {
    top: 0;
    right: 0;
    width: 118px;
    height: 90px;
    background: #515252;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.5), rgba(204, 204, 204, 0));
    background-position: -200px 0;
    position: absolute;
}

#cta_arrow {
    background: url('sprite.png') no-repeat 0 -662px;
    width: 5px;
    height: 9px;
    left: 97px;
    top: 47px;
    position: absolute;
}

#cta_txt {
    background: url('sprite.png') no-repeat -1px -604px;
    width: 95px;
    height: 31px;
    left: 9px;
    top: 30px;
    position: absolute;
}

#cta_txt2 {
    background: url('sprite.png') no-repeat -1px -752px;
    width: 88px;
    height: 29px;
    left: 11px;
    top: 23px;
    position: absolute;
}

#cta_legal {
    background: url('sprite.png') no-repeat 0 -638px;
    width: 98px;
    height: 21px;
    left: 10px;
    top: 53px;
    position: absolute;
}

#txt1 {
    background: url('sprite.png') no-repeat 0 0;
    width: 484px;
    height: 23px;
    left: 41px;
    top: 21px;
    position: absolute;
}

#txt11 {
    width: 224px;
    height: 31px;
    position: absolute;
    top: 48px;
    left: 171px;
    background: url('sprite.png') no-repeat 0 -26px;
}

#flow {
    width: 97px;
    height: 73px;
    position: absolute;
    top: 9px;
    left: 235px;
    background: url('sprite.png') no-repeat 0 -672px;
}

#x1_content {
    width: 395px;
    height: 73px;
    left: 106px;
    top: 9px;
    position: absolute;
    background: url('sprite.png') no-repeat 0 -60px;
}

#txt2 {
    background: url('sprite.png') no-repeat 0 -140px;
    width: 316px;
    height: 44px;
    left: 21px;
    top: 26px;
    position: absolute;
}

#tv {
    background: url('sprite.png') no-repeat -10px -195px;
    width: 172px;
    height: 88px;
    left: 313px;
    top: 2px;
    position: absolute;
}

#phone {
    background: url('sprite.png') no-repeat -31px -288px;
    width: 105px;
    height: 41px;
    left: 409px;
    top: 49px;
    position: absolute;
}

#txt21 {
    background: url('sprite.png') no-repeat 0 -340px;
    width: 110px;
    height: 20px;
    left: 495px;
    top: 64px;
    position: absolute;
}

#txt3 {
    width: 244px;
    height: 28px;
    position: absolute;
    top: 40px;
    left: 71px;
    background: url('sprite.png') no-repeat -4px -376px;
}

#txt4 {
    width: 219px;
    height: 32px;
    position: absolute;
    top: 32px;
    left: 313px;
    background: url('sprite.png') no-repeat -251px -368px;
}

#glow {
    width: 68px;
    height: 52px;
    position: absolute;
    top: 22px;
    left: 105px;
    background: url('glow.png') no-repeat;
}

#ef_hl {
    background: url('sprite.png') no-repeat 0 -421px;
    width: 281px;
    height: 52px;
    left: 14px;
    top: 22px;
    position: absolute;
}

#ef_subh {
    background: url('sprite.png') no-repeat 0 -549px;
    width: 109px;
    height: 28px;
    left: 461px;
    top: 37px;
    position: absolute;
}

#price_line1 {
    background-color: #2ea0dd;
    width: 1px;
    height: 62px;
    left: 445px;
    top: 17px;
    position: absolute;
}

#price {
    background: url('sprite.png') no-repeat 0 -476px;
    width: 121px;
    height: 58px;
    left: 311px;
    top: 11px;
    position: absolute;
}

#price_lgl {
    background: url('sprite.png') no-repeat 0 -536px;
    width: 102px;
    height: 12px;
    left: 320px;
    top: 70px;
    position: absolute;
}