.loading-animation_one-round {
  position: relative;
  background: none !important;
}
.loading-animation_one-round:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #eaeff3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  z-index: 9998;
}
.loading-animation_one-round:after {
  content: '\f110';
  position: absolute;
  display: block;
  top: 100px;
  left: 50%;
  margin-left: -44px;
  font-family: FontAwesome;
  font-size: 100px;
  color: #004f93;
  opacity: .9;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  z-index: 9999;
}
.tooltip .loading-animation_one-round:after {
  top: -7px;
  margin-left: -10px;
  font-size: 20px;
  color: #fff;
  min-height: 30px;
}
.tooltip .tooltip-inner > p {
  margin: 0;
}
.tooltip .tooltip-inner a {
  color: #f1b813;
}
.tooltip .tooltip-inner a:hover {
  color: #fae3a3;
}
.ovb-quote {
  margin: 12px 0;
  border-left: 3px solid #426db1;
  padding: 16px 24px;
  background-color: #eff0f5;
  font-style: italic;
  line-height: 1.4;
  color: #202e48;
}
.underdashed {
  display: inline-block;
  border-bottom: 1px dashed #202e48;
}
/*# sourceMappingURL=style.css.map */