div#loading-screen{position:fixed;height:100%;width:100%;background-color:#0d69c0;top:0;z-index:150;overflow:hidden}div#loader-container{position:relative;top:0;width:90%;height:100%;max-width:980px;margin:0 auto}#loader{position:absolute;display:inline-block;top:25%;left:20%;right:20%;width:60%;text-align:center}#loading-screen button{position:relative;bottom:20px;left:10px}#svg-loader{width:355px;height:auto}.complete #loader{animation-duration:1.25s;animation-name:slideUp;animation-fill-mode:forwards;-webkit-animation-duration:1.25s;-webkit-animation-name:slideUp;-webkit-animation-fill-mode:forwards}.complete #svg-loader{animation-duration:1.25s;animation-name:shrink;animation-fill-mode:forwards;-webkit-animation-duration:1.25s;-webkit-animation-name:shrink;-webkit-animation-fill-mode:forwards}#loading-screen.complete{animation-duration:.5s;animation-name:hide;animation-delay:1.25s;animation-fill-mode:forwards;-webkit-animation-duration:.5s;-webkit-animation-name:hide;-webkit-animation-delay:1.25s;-webkit-animation-fill-mode:forwards}@keyframes slideUp{0%{top:25%;width:60%;left:20%}to{top:12px;width:85px;left:0}}@keyframes shrink{0%{width:366px;height:144px}to{width:85px;height:34px}}@keyframes hide{0%{opacity:1}to{opacity:0;display:none;z-index:-100;background:#0000}}@media (max-width:549px){#svg-loader{width:275px;height:108px}#loader{width:100%;left:0;text-align:center}.complete #svg-loader{animation-name:mobileShrink;-webkit-animation-name:mobileShrink}.complete.home #svg-loader{animation-name:homeShrink;-webkit-animation-name:homeShrink}.complete #loader{animation-name:mobileSlideUp;-webkit-animation-name:mobileSlideUp}.complete.home #loader{animation-name:homeSlideUp}#loading-screen.complete{animation-name:hide;-webkit-animation-name:hide}@keyframes homeSlideUp{0%{top:30%}to{top:15px}}@keyframes mobileSlideUp{0%{top:30%}to{top:12px;left:30px;width:85px}}@keyframes homeShrink{0%{width:275px;height:108px}to{width:110px;height:43px}}@keyframes mobileShrink{0%{width:275px;height:108px}to{width:85px;height:34px}}}