#hd-popup{color:#003469;position:fixed;width:100%;visibility:hidden;z-index:10002;top:75px;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:-webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;transition:transform 0.2s, opacity 0.2s, visibility 0s 0.2s}#hd-popup .wrapper{background:#EEE;position:relative;margin:0 auto;text-align:center;border-radius:5px;box-shadow:0px 1px 10px rgba(0,0,0,0.5);width:98%}#hd-popup .wrapper:before{background:linear-gradient(to right, #0065ee 20%, #27ae60 20%, #27ae60 40%, #d35400 40%, #d35400 60%, #8e44ad 60%, #8e44ad 80%, #c0392b 80%);position:absolute;content:'';height:15px;right:0;left:0;top:-10px}#hd-popup_bg{visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000de;background:linear-gradient(to bottom right,#780206,#061161);opacity:0.9;z-index:10001}#hd-popup_close{position:absolute;left:100%;margin:7px 0 0 -30px;width:20px;height:20px;color:#455a64;opacity:0.3;cursor:pointer}#hd-popup_close::before{content:"×";font-size:26px}#hd-popup_close:hover{opacity:0.8}#hd-popup .hd-popup-content{padding:20px 3px 50px;margin:0 auto}#hd-popup .hd-popup-content svg{width:100px;height:100px;margin:10px 10px 30px;fill:#0065ee}#hd-popup .hd-popup-content h2{font-size:28px;font-weight:bold;color:#455a64;text-align:center;margin:0 auto 15px;text-shadow:2px 2px #fff}#hd-popup .hd-popup-content p{margin:0 auto 15px;font-size:22px;color:#455a64}#hd-popup .hd-popup-content .hd-sub-p{background:#ddd;display:inline-block;padding:5px 20px;border-radius:50px;font-size:16px}#hd-popup .hd-popup-content a{color:#0172ef;text-decoration:none}#hd-popup .hd-popup-content p.footnote{filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.8;font-size:13px;color:#abb0b7;margin-bottom:0}@media screen and (min-width: 800px){#hd-popup .wrapper{width:800px;margin:2% auto}}