body {
  /*background-image: linear-gradient(to bottom, #55a128, #0d3619);*/
}
#content > .container > .row {
  background-color: white;
}
#nav > .container > .row {
  background-color: white;
}
.ttp-text-red {
  color: #ed1c24;
}
.ttp-text-blue {
  color: #1a448c;
}
.ttp-text-light-blue {
  color: #00adef;
}
.ttp-text-green {
  color: #a6d81c;
}
.ttp-btn-green {
  background-color: #a6d81c;
  border-color: #a6d81c;
}
.ttp-btn-blue {
  background-color: #1a448c;
  border-color: #1a448c;
}
.ttp-text-1 {
  font-size: 1.2em;
  font-weight: bold;
}
.dotted-left {
  border-left: 5px dotted gray;
}
.no-break-mobile {
  display: none;
}
@media screen and (min-width: 800px) {
  .no-break-mobile {
    display: block;
  }
}
.ttp-text-small {
  font-size: 0.8em;
  color: #90999a;
}
