#announcer{position:fixed;height:0;overflow:hidden;}body{margin:0;padding:0;height:100%;}.splash-wrapper{background-color:#072146;height:100vh;width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;}.splash-body{-webkit-transform:translateY(-50px);transform:translateY(-50px);display:flex;flex-flow:column nowrap;width:220px;margin-bottom:5px;}.splash-body-logo{flex-basis:50%;}.splash-body-logo img{width:200px;height:50px;margin:0;}.splash-body-title{flex-basis:50%;font-size:1.7em;margin:0;margin-right:5px;color:#49A5E6;font-family:Verdana, sans-serif;text-align:right;}.splash-body-title span{font-size:1rem;margin-left:2px;}.splash-loader{-webkit-transform:translate(5px, -50px);transform:translate(5px, -50px);height:4px;width:220px;position:relative;overflow:hidden;background-color:#ddd;margin:10px;}.splash-loader:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:4px;background-color:#4b9bdd;-webkit-animation:loading 1.3s linear infinite;animation:loading 1.3s linear infinite;}@-webkit-keyframes loading{from{left:-200px;width:30%;}50%{width:30%;}70%{width:70%;}80%{left:50%;}95%{left:120%;}to{left:100%;}}@keyframes loading{from{left:-200px;width:30%;}50%{width:30%;}70%{width:70%;}80%{left:50%;}95%{left:120%;}to{left:100%;}}