/* Homepage and Pages layout */
.pages #content-wrapper {
  margin-top: -2px;
  margin-left: 32px;
}
.pages #content-header {
  background: #FFF url(../images/homepage_banner.jpg) no-repeat;
  height: 143px;
  margin-bottom: 40px;
}
.pages #content-header h1 {
  color: #59b714;
  font: 24px "Helvetica Neue", "HelveticaNeue", "Helvetica" sans-serif;
  font-weight: 300;
  padding-top: 60px;
  padding-left: 40px;
  float: left;
  max-width: 500px;
}
.pages #content-header #claim-links {
  margin-top: 28px;
  float: right;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
}
  .pages #content-header #claim-links ul li {
    background: url(../images/claim_link.png) no-repeat 0 -34px;
    display: block;
    height: 34px;
    width: 211px;
  }
  .pages #content-header #claim-links ul li:hover {
    background: url(../images/claim_link.png) no-repeat 0 0;
  }
  .pages #content-header #claim-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 8px;
    padding-left: 15px;
  }
  .pages #content-header #claim-links a:hover {
    text-decoration: none;
  }
  .pages #content-header #create-claim {
    margin-bottom: 15px;
  }
.pages section h1 {
  font-size: 18px;
  font-weight: bold;
  color: #222006;
  margin-bottom: 15px;
}
.pages #elevator-pitch {
  border-bottom: 1px solid #e8e7e2;
  padding-bottom: 25px;
}
.pages #elevator-pitch p {
  margin: 0;
  padding: 0;
  clear:none;
}
.pages #elevator-pitch img {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.pages section section {
  margin-bottom: 15px;
}
.pages section section h1 {
  font-size: 14px;
  font-weight: bold;
  color: #222006;
  margin-top: 25px;
  margin-bottom: 10px !important;
}
.pages #get-started {
  font-size: 14px;
}

.pages section.column div {
  margin-bottom: 20px;
}
.pages #price {
  background: #efefe6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 38px;
  padding: 20px 0px 10px;
}
  .pages #price a.big-button {
    margin-top: 1em;
    font-size: 16px;
  }
