@-webkit-keyframes circle-animate{0%{height:1px;width:1px}to{height:10px;width:10px}}@keyframes circle-animate{0%{height:1px;width:1px}to{height:10px;width:10px}}.loading-indicator{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.loading-indicator.blue .cir{background-color:#001965}.loading-indicator.white .cir{background-color:#fff}.loading-indicator.show{display:-webkit-box;display:-ms-flexbox;display:flex}.loading-indicator .hide{display:none}.loading-indicator .cir{-webkit-animation:circle-animate .6s ease infinite alternate;animation:circle-animate .6s ease infinite alternate;border-radius:100px;height:1px;margin:5px;width:1px}.loading-indicator .cir-2{-webkit-animation-delay:.2s;animation-delay:.2s}.loading-indicator .cir-3{-webkit-animation-delay:.4s;animation-delay:.4s}