html, body {
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif; }

.wrapper {
  margin: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'OpenSansLight';
  font-weight: normal; }

h1 {
  font-size: 60px; }

h3 {
  font-weight: 300;
  color: #0066CC; }

a {
  color: #0066CC; }
  a:hover {
    color: #0088DD; }

img {
  border: none; }

.summary {
  padding-top: 20px;
  padding-bottom: 60px;
  color: #444;
  text-align: center; }
  .summary h1 {
    margin-bottom: 15px; }
  .summary p {
    margin: 0;
    font-family: 'OpenSansCondensedLight';
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #444; }
    .summary p strong {
      font-family: 'OpenSansCondensedBold';
      font-weight: 700;
      letter-spacing: -1px; }

img.hero {
  width: 949px;
  height: 377px;
  margin: auto;
  display: block;
  padding-bottom: 0; }

.top-nav {
  background-color: #445668;
  background-image: url("/images/site/top_nav_background.png");
  background-repeat: repeat-x;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white; }
  .top-nav .wrapper {
    width: 820px;
    margin: auto;
    background-image: url("/images/site/satori_48pt.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    overflow: auto; }
    .top-nav .wrapper ul.nav-links {
      margin: 0;
      padding: 0;
      list-style-type: none;
      overflow: auto;
      float: right;
      text-transform: uppercase;
      font-family: "Arial"; }
      .top-nav .wrapper ul.nav-links li {
        float: left;
        list-style-type: none; }
      .top-nav .wrapper ul.nav-links a {
        display: block;
        padding: 22px 20px 20px 20px;
        color: white;
        text-decoration: none;
        font-size: 13px;
        font-weight: normal;
        font-family: "MuseoSans500", Arial, Helvetica, sans-serif; }
      .top-nav .wrapper ul.nav-links a:hover {
        text-decoration: underline;
        cursor: hand; }
      .top-nav .wrapper ul.nav-links a.signup {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px dotted #556779;
        color: #FBB61A; }
      .top-nav .wrapper ul.nav-links a.blog {
        color: #CCC; }

#hero-call-to-action {
  margin-top: -10px;
  position: relative;
  z-index: 2; }

#footer-call-to-action .service-features {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px; }
#footer-call-to-action .service-feature {
  float: left;
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px; }
  #footer-call-to-action .service-feature h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }
#footer-call-to-action .sign-up-link {
  padding-top: 10px; }

.call-to-action-banner {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  behavior: url(/PIE.htc);
  position: relative;
  color: #666;
  font-family: 'MuseoSans500';
  font-size: 17px;
  font-weight: 300;
  text-align: center; }
  .call-to-action-banner .inner {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px; }
  .call-to-action-banner p {
    margin: 0; }
  .call-to-action-banner a.sign-up {
    color: #DD9B0F;
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    text-decoration: none;
    margin-bottom: 4px; }
    .call-to-action-banner a.sign-up:hover {
      text-decoration: underline; }

.feature .btn {
  display: block;
  padding: 5px;
  text-align: center;
  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-color: #0066CC;
  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));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 4px #ccc;
  -webkit-box-shadow: 0 1px 4px #ccc;
  box-shadow: 0 1px 4px #ccc;
  -pie-background: linear-gradient(#0066CC 0%, #0044AA 75%);
  /*PIE*/
  behavior: url(/PIE.htc);
  position: relative; }

#footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 119px;
  font-family: 'MuseoSans500';
  font-size: 14px;
  color: #666; }
  #footer h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'OpenSansCondensedBold'; }
  #footer a {
    color: #0066CC; }
  #footer .links {
    float: left;
    width: 150px;
    margin-right: 20px; }
    #footer .links:first-child {
      width: 120px; }
    #footer .links ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #footer .links ul li {
        list-style-type: none;
        line-height: 20pt; }
    #footer .links.product {
      width: 100px; }
  #footer .social {
    border-left: 1px dashed #ccc;
    padding-left: 20px;
    float: right;
    width: 300px; }
    #footer .social img {
      display: block;
      float: left;
      margin-right: 10px; }
  #footer #footer-physical-address {
    clear: both;
    padding-top: 20px; }

#sub-footer {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'MuseoSans500';
  font-size: 12px;
  color: #666; }

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