html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */ }

body {
  margin-top: 107px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  background: white; }

* {
  box-sizing: border-box; }

.btn {
  background: #81BB26;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2px;
  border: 0;
  font-size: 13px;
  padding: 11px 23px 10px;
  margin-top: -3px;
  text-shadow: none;
  border-radius: none; }
  .btn:hover {
    background: #78ae23;
    color: white; }

p.hr {
  border: 0;
  height: 8px;
  width: 40px;
  background: #007A91; }

p.hr {
  margin-top: 20px;
  margin-bottom: 25px !important; }

p.hr.green {
  background: #81BB26; }

.spacer:before {
  content: " ";
  position: absolute;
  top: 100px;
  left: 50%;
  width: 1px;
  height: 300px;
  background: #007890;
  background: -webkit-linear-gradient(white 0%, #007890 50%, white 100%);
  background: linear-gradient(white 0%, #007890 50%, white 100%); }

ol {
  line-height: 1.6;
  list-style-type: none;
  counter-reset: section;
  margin-left: 1.6rem; }

li {
  counter-increment: section;
  margin-top: 2rem; }

li:before {
  content: counters(section,"");
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 4.4rem;
  height: 4.4rem;
  text-align: center;
  padding-top: .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-style: italic;
  margin-left: -5.8rem;
  margin-right: 0.4rem;
  background: rgba(0, 0, 0, 0.06); }

.manual {
  width: 80%; }

.row > div {
  padding: 20px 20px 0; }

.row > div + div {
  padding: 20px 20px 40px; }

.alert {
  text-shadow: none;
  box-shadow: none;
  background-image: none; }

@media screen and (max-width: 1200px) {
  .manual {
    width: 100%; } }
@media screen and (max-width: 767px) {
  body {
    margin-top: 0; }

  .row > div + div {
    padding: 10px 20px 40px; } }
@media screen and (max-width: 30em) {
  ol {
    margin-left: 1rem; }

  li:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.5rem;
    margin-left: -5rem; } }
