/* Compiled Less CSS File */
/* Generated from "style.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* font-family: 'Droid Sans', sans-serif; //400
font-family: 'Source Sans Pro', sans-serif; //200,300,400,600
 */
body {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  color: #242424;
  background-color: #ffffff;
  padding-top: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
#page-header {
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}
.featured {
  margin-bottom: 20px;
}
section {
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
section#latest {
  border-bottom: 0;
}
blockquote {
	color: #666666;
}
footer {
  background-color: #171717;
  color: #bbbbbb;
  font-size: 12px;
  width: 100%;
  padding: 10px 0 0 0;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer {
    margin: 0 -20px;
    width: auto;
  }
  footer .text-right {
    text-align: center !important;
  }
}
span.greyed-out {
  color: #717171;
}
.testimonials {
  margin-bottom: 40px;
}
blockquote p {
	font-size: 15px;
	line-height: 130%;
}
