[tabindex] {
  outline: none !important; }

.bab-api-col-container {
  border-radius: 7px;
  background-color: #4B7E86;
  padding: 10px 25px 40px 25px; }

.bab-api-data-container {
  margin-top: 15px;
  height: 130px; }

.bab-api-title,
.bab-api-title:hover,
.bab-api-title:active,
.bab-api-title:visited {
  font-family: "Raleway Medium";
  font-size: 18px;
  color: #FFF;
  text-decoration: none !important; }

.bab-api-subtitle,
.bab-api-subtitle:hover,
.bab-api-subtitle:active,
.bab-api-subtitle:visited {
  font-family: "Raleway Medium";
  font-size: 14px;
  color: #FFF;
  text-decoration: none !important; }

.bab-api-data,
.bab-api-data:hover,
.bab-api-data:active,
.bab-api-data:visited {
  font-family: "Raleway Extrabold";
  font-size: 51px;
  color: #FFF;
  line-height: 1;
  overflow-wrap: break-word;
  text-decoration: none !important; }

.bab-api-data-suffix,
.bab-api-data-suffix:hover,
.bab-api-data-suffix:active,
.bab-api-data-suffix:visited {
  font-family: "Raleway Bold";
  /*font-size: 54px;*/
  font-size: 28px;
  color: #FFF;
  line-height: 1;
  text-decoration: none !important; }

.bab-api-link,
.bab-api-link:hover,
.bab-api-link:active,
.bab-api-link:visited {
  font-family: "Raleway Medium";
  font-size: 16px;
  color: #FFF;
  text-decoration: underline; }

.bab-api-link:focus {
  border: 1px solid #FFF;
  border-radius: 5px; }

.bab-api-link-container-left {
  width: 90%;
  float: left; }

.bab-api-link-container-right {
  width: 10%;
  float: right;
  text-align: right; }

.bab-api-loader,
.bab-api-loader:before,
.bab-api-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: bab-api-load 1.8s infinite ease-in-out;
  animation: bab-api-load 1.8s infinite ease-in-out; }

.bab-api-loader {
  color: #ffffff;
  font-size: 9px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.bab-api-loader:before,
.bab-api-loader:after {
  content: '';
  position: absolute;
  top: 0; }

.bab-api-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.bab-api-loader:after {
  left: 3.5em; }

@-webkit-keyframes bab-api-load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes bab-api-load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }