/* general */
.homev2 .g-container {
  width: 100%;
}
.g-container .h-container {
  width: 970px;
}
.g-container h2, .g-container h3, .g-container h4,
.g-container li, .g-container a, .g-container span {
  color: #3b464f;
  text-align: center;
}
.g-container.hero h2 {
  font-size: 23px;
  font-weight: 700;
}
.g-container h2 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -1px
}
.g-container h3 {
  font-size: 20px;
  font-weight: 200;
}
.g-container h4 {
  font-size: 18px;
  font-weight: 200;
}
.g-container p {
  color: #3b464f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.g-container.gray { /* gray bkgd class */
  background-color: #eaecec;
}

/* buttons */
.g-container .btn {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 20px;
}
.g-container .btn:hover {
  text-decoration: none;
}
.g-container .btn.blue {
  border: solid 1px #00aedb;
  color: #00aedb;
}
.g-container .btn.blue:hover {
  background-color: #00aedb;
  border: solid 1px #00aedb;
  color: #182530;
}
.g-container .btn.orange {
  background-color: #ff5a00;
  border: solid 1px #ff5a00;
  color: #fff;
}
.g-container .btn.orange:hover {
  background-color: #e54e03;
}
.g-container .btn.clear {
  border: solid 1px #fff;
  color: #fff;
}
.g-container .btn.purple:hover {
  background-color: #fff;
  border: solid 1px #7e5cce;
  color: #7e5cce;
}
.g-container .btn.red:hover {
  background-color: #fff;
  border: solid 1px #AD0428;
  color: #AD0428;
}
