@-webkit-keyframes load {

  0%,
  80%,
  100% {
    opacity: .75;
    box-shadow: 0 0 #0079c1;
    height: 2rem;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -0.5rem #0079c1;
    height: 2.5rem;
  }
}

@keyframes load {

  0%,
  80%,
  100% {
    opacity: .75;
    box-shadow: 0 0 #0079c1;
    height: 2rem;
  }

  40% {
    opacity: 1;
    box-shadow: 0 -0.5rem #0079c1;
    height: 2.5rem;
  }
}

#indexLoader:before,
#indexLoader:after,
#indexLoader {
  background: #0079c1;
  -webkit-animation: load 0.8s infinite ease-in-out;
  animation: load 0.8s infinite ease-in-out;
  width: 0.85rem;
  height: 2rem;
}

#indexLoader:before,
#indexLoader:after {
  position: absolute;
  top: 0;
  content: '';
}

#indexLoader {
  text-indent: -9999em;
  margin: auto;
  position: relative;
  right: 50%;
  float: right;
  font-size: 11px;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

#indexLoader:before {
  left: -1.25rem;
}

#indexLoader:after {
  left: 1.25rem;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

#indexLoaderText {
  text-align: center;
  line-height: 1.55rem;
  right: 48%;
  font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  color: rgb(76, 76, 76);
  padding-top: 59.5px;
}

#loaderOuterDiv {
  margin-top: 15%
}

#ieMessage {
  display: none;
  background-color: #f8e9e5;
  margin-top: 40px
}

#ieMessageP {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  color: darkred;
  font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}