#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #000; width:100%; height:229px;
    z-index:9998; overflow:hidden; -webkit-text-size-adjust:none;

    background:#f2f2f2;
    font-family:'Conduit ITC W01 Regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:400;
}
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease; transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:25px; top:90px; display:block; font-size:40px; text-decoration:none; color:#787878;}
#smartbanner .sb-icon { position:absolute; left:75px; top:25px; display:block; width:175px; height:175px; background-size:cover; }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:270px; top:40px; width:44%; font-size:40px; line-height:1.2em; font-weight:bold; color:#000; }
#smartbanner #smartbanner.no-icon .sb-info { left:100px; }
#smartbanner .sb-info strong { display:block; font-size:36px; color:#000; font-weight:400; }
#smartbanner .sb-info > span { display:block; font-size:36px; color:#000; font-weight:400;}
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button {
    position:absolute; right:70px;
    top:90px;
    font-size:48px;
    color:#0074f8;
    text-decoration:none;
}
