/**** main.css ***/

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #607d8b;
  line-height: 1.5;
}

.page-header {
  padding: 50px 0 90px;
  text-align: center;
}

.page-header h1 {
  font-weight: 100;
  font-size: 51.2px;
  letter-spacing: 1px;
}

.page-header h2 {
  font-weight: lighter;
  font-size: 14.4px;
  color: #fff;
  letter-spacing: 1px;
}

section {
  padding: 40px 0;
}


.terms-of-service p {
  line-height: 25.6px;
  text-align: justify;
}

.terms-of-service ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-of-service ol li {
  line-height: 25.6px;
}

.terms-of-service ol li:before {
  color: #37474f;
  font-weight: 600;
}

.terms-of-service ol h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #37474f;
  font-size: 16px;
}

.terms-of-service ol>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-of-service ol>li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.terms-of-service ol li>ol {
  margin-left: -23px;
}

.terms-of-service li ol>li {
  margin: 0;
}

.terms-of-service li ol>li:before {
  content: counters(item,".") " ";
}

.terms-of-service ol li p:first-child {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #37474f;
}

.terms-of-service ol li ol li p:first-child,.terms-of-service ol li ul li p:first-child {
  font-weight: normal;
  text-transform: none;
  padding: 0;
  color: #607d8b;
}

.terms-of-service ol li ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.has-error {
  color: #d32f2f;
}
