section a {
  color:red;
}

.module {
  padding:10px;
}

.home-section {
  background: #56CCF2;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#story-container {
  width: 100%;
  margin: 0;
  vertical-align: middle;

  padding-top: 75px;
  padding-bottom: 75px;

  display:none;
}

#story-container .learnmore {
  padding-top: 10px;
  display: block;
  text-align: center;
}

#story-container .learnmore a {
  font-size: 14pt;
}

#faq a {
  color: red;
}

#video p {
  font-size: 12pt;
  text-align: center;
}

.faq {
  font-size: 12pt;
}

.faq h3 {
  color: #aaa;
  margin: 0;
}

.faq p + h3 {
  padding-top: 20px;
}

.mailing {
  font-size:12pt;
}

em {
  font-style: normal;
  font-weight: bold;
}

#features p {
  font-size: 12pt;
  text-align: left;
}

#howitworks ol {
  list-style: none;
  counter-reset: item;
}

#howitworks li {
  counter-increment: item;
}

#howitworks img {
  display:block;
}

#howitworks li:before {
  content: counter(item);
  background: gray;
  border-radius: 100%;
  color: white;
  width: 1.8em;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.form-control {
  text-transform: none !important;
}

#message {
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
}

#howitworks li h3 {
  font-size: 16pt;
  display: inline-block;
}

#howitworks li p {
  font-size: 12pt;
}

#howitworks img {
  margin: 3em;
  height: 5em;
}

#video .buttons {
  text-align:center;
  padding-bottom: 20px;
  line-height: 200%
}

#video .btn-border-d {
  background-color: black;
  margin: 2px;
}

#video .buttons a {
  font-size: 14pt;
}

#video .buttons a:hover {
  font-size: 14pt;
}

#flowchart .row div {
  vertical-align: middle;
  text-align: center;
  font-size: 12pt;
  display: block-inline;
  padding: 0;
}

.flowchart-images img {
  vertical-align: middle;
  text-align: center;

  clear: both;
  display: block;
  margin: auto;
  padding: 0;

  height: 100px;
  width: 100px;
}

.flowchart-images img[src="img/flow-arrow.svg"] {
  filter: invert(1);
}

.flowchart-images {
  vertical-align: middle;
  display: inline;
}

.flowchart-images ul {
  padding: 0;
  display: inline-block;
  list-style: none;
}

.flowchart-images li {
  display: inline-block;
  height: 100%;
  width: 100px;
  vertical-align: middle;
  text-align: center;

  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 3px;
}

.pair {
  display: inline-block;
}

.flowchart-images li span {
  clear:left;
  font-size: 8pt;
}

.triplet {
  display: inline;
}