.list-inline {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

h2, h3, h4 {
  font-weight: bold;
  margin-top: 30px;
}

h3 {
  font-size: 24px;
}

.font-normal {
  font-weight: normal;
}

.text-caption-small {
  display: block;
}

.text-caption {
  font-size: 24px;
  display: block;
}

.text-equation {
  font-size: 110%;
}

.text-myred {
  color: #72bf6a;
}

.text-gradient {
  background: linear-gradient(to right, #FFA500, #72bf6a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-block  {
    display: block;
    border: 2px solid #FFA500;
    background-color: #fedeaa;
    border-radius: 10px;
    padding: 10px;
    margin: 10px auto;
}

@media screen and (min-width:992px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width:991px) {
  .vertical-align {
  }
  .desktop-only {
    display: none;
  }
}

.top0 { margin-top:0px; }
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }

.bottom0 { margin-bottom:0px; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom20 { margin-bottom:20px; }
.bottom30 { margin-bottom:30px; }

@media screen and (min-width:992px) {
  body, td, th, tr, p, a {
    font-family: 'Source Sans Pro', 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 18px;
  }
}
@media screen and (max-width:991px) {
  body, td, th, tr, p, a {
    font-family: 'Source Sans Pro', 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
}

img {
  display: block;
  margin: 0 auto;
}
