.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.base-structure {
  width: 970px;
  height: 100%;
  margin: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.sign-up-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: Merriweather, Sans-serif;
  font-size: 18pt;
  font-weight: 400 !important;
  background-color: #ffd142;
  color: #333333;
  padding-top: 9.5px;
  padding-right: 37.5px;
  padding-bottom: 9.5px;
  padding-left: 37.5px;
  text-shadow: 1px 1px 0px #ffee66;
}
.sign-up-button:hover {
  background-color: #ffc923;
}
.login-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 700 !important;
  background-color: none;
  color: #333333;
  border: 1px solid #b2b2b2;
  padding-top: 7px;
  padding-right: 11px;
  padding-bottom: 7px;
  padding-left: 11px;
  text-shadow: 1px 1px 0px #ffffff;
  background: -webkit-linear-gradient(top, #f4f4f4 43%, #d6d6d6 100%);
}
.login-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='@talentral-lightgray');
  background-color: #dfdfdf;
}
.home-learn-more-button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Roboto', Serif;
  font-size: 17px;
  font-weight: 400 !important;
  background-color: #ffd142;
  color: #000000;
  padding-top: 11px;
  padding-right: 26.5px;
  padding-bottom: 12px;
  padding-left: 26.5px;
  margin-top: 26px;
  margin-right: inherit;
  margin-bottom: 60px;
  margin-left: inherit;
  text-shadow: 1px 1px 0px #fbeab5;
}
.home-learn-more-button:hover {
  background-color: #ffc923;
}
.facebook {
  background: url(/static/img/home/social.png) no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  height: 35px;
  margin-top: 3px;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: -3px;
  background-position: 0 0;
}
.twitter {
  background: url(/static/img/home/social.png) no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 36px;
  height: 35px;
  margin-top: 3px;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: 70px;
  background-position: -27px 0;
}
.linkedin {
  background: url(/static/img/home/social.png) no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 30px;
  height: 35px;
  margin-top: 3px;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: 27px;
  background-position: -70px 0;
}
.googleplus {
  background: url(/static/img/home/social.png) no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 32px;
  height: 35px;
  margin-top: 3px;
  margin-right: inherit;
  margin-bottom: inherit;
  margin-left: 110px;
  background-position: -110px 0;
}
