.feature-content {
  margin-bottom: 30px;
}
/* For fixed footer */
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  padding-bottom: 150px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
  footer {
    height: auto;
    position: relative;
    text-align: center;
  }
}

/* Keep it white since there's only a single API link displayed */
header a.active {
  color: #fff !important;
}

/* Footer */
footer span {
  white-space: nowrap;
}
footer {
  width: 100%;
  height: 150px;
  color: #88949f;
  font-size: 16px;
  padding-top: 50px;
}
footer .container {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #e6ebf1;
  padding-top: 15px;
}
footer span {
  padding: 0 16px;
}
footer #year {
  padding: 0;
}
footer a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #88949f;
}
footer a:first-of-type {
  color: #88949f;
}
footer a:hover {
  text-decoration: underline;
}
footer .account-legal {
  text-align: right;
}
footer .account-legal a {
  color: #468ec3;
}
@media (max-width: 991px) {
  footer {
    height: 170px;
  }
  footer .col-sm-12 {
    text-align: center;
  }
  footer .account-legal {
    text-align: center;
    padding-top: 8px;
  }
}
