html, body {
  background-color: #fff; }

h2 {
  font-family: 'OpenSansCondensedBold';
  font-size: 32px;
  color: #444; }

h1 {
  text-align: center;
  font-family: 'OpenSansCondensedLight';
  font-weight: 300;
  font-size: 50px;
  margin-top: 80px;
  margin-bottom: 40px; }

#main-benefits {
  width: 940px;
  margin: auto; }

.main-benefit {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  text-align: center; }
  .main-benefit img {
    width: 200px;
    height: 99px;
    display: block;
    margin: auto; }
  .main-benefit h2 {
    margin-bottom: 10px;
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #ccc; }
    .main-benefit h2 a {
      text-decoration: none;
      color: #444; }
  .main-benefit p {
    padding-left: 15px;
    padding-right: 15px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }
  .main-benefit a.learn-more {
    margin-top: 20px;
    display: block;
    margin: auto;
    background-color: #0066CC;
    display: block;
    width: 95px;
    text-align: center;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
    font-family: 'MuseoSans500';
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: white;
    background: #0066CC;
    background: -moz-linear-gradient(top, #0066CC 0%, #0044AA 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0066CC), color-stop(75%, #0044AA));
    border-radius: 6px;
    box-shadow: 0 1px 4px #ccc; }

#actions {
  clear: both;
  padding-top: 10px;
  font-family: 'OpenSansCondensedLight';
  text-align: center;
  font-size: 46px;
  color: #999; }
  #actions a {
    font-family: 'OpenSansCondensedBold'; }

#home-footer {
  width: 940px;
  margin: auto;
  margin-top: 100px;
  border-top: 1px dashed #ccc;
  padding-top: 20px; }
  #home-footer p {
    font-size: 14px;
    color: #666;
    font-family: 'MuseoSans500';
    text-align: center; }
  #home-footer ul {
    width: 500px;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: auto;
    background: yellow;
    overflow: hidden; }
    #home-footer ul li {
      margin: 0; }
      #home-footer ul li a {
        float: left;
        display: block;
        text-align: center;
        margin: 0;
        margin-right: 30px;
        font-weight: normal;
        font-size: 12px;
        color: #0266CC; }

/*# sourceMappingURL=home.css.map */
