@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480239267) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480239267#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480239267) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480239267) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480239267#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.ba-wizard-progress {
  margin-top: 10px;
  height: 10px;
}

.ba-wizard-pager .previous {
  float: left;
}
.ba-wizard-pager .next {
  float: right;
}

.ba-wizard-navigation-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 15px 0;
}
.ba-wizard-navigation-container .ba-wizard-navigation {
  cursor: pointer;
  display: table-cell;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  opacity: 0.7;
}
.ba-wizard-navigation-container .ba-wizard-navigation.active {
  opacity: 0.95;
}
