.nonprofit {
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.335, 1); }

body,
html {
  font-size: 14px;
  line-height: 1.65;
  font-family: "Apercu", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200; }

p, li {
  color: #777777;
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 2; }
  @media screen and (max-width: 700px) {
    p, li {
      font-size: 14px; } }
  p a, li a {
    color: #777777; }

.big-type {
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  font-size: 26px;
  line-height: 2;
  font-weight: 400;
  font-style: normal;
  color: #777777; }
  @media screen and (max-width: 700px) {
    .big-type {
      font-size: 20px; } }

h3 {
  font-size: 16px;
  margin-bottom: 20px; }

/* Header */
header {
  padding: 80px 0;
  border-top: 3px solid #54BA80; }
  @media screen and (max-width: 700px) {
    header h1 {
      margin: 0 auto; } }

nav a {
  display: block;
  text-decoration: none;
  color: #777777;
  padding: 10px 0; }
  nav a:hover {
    color: #54BA80; }

.logo {
  width: 150px;
  height: 16px;
  background-image: url("../images/logo.png");
  background-size: 100% auto;
  text-indent: -9999em; }

/* Sections */
.section {
  padding: 80px 0; }
  @media screen and (max-width: 700px) {
    .section {
      padding: 50px 0; } }

.section-label .number {
  font-size: 14px;
  font-weight: 500;
  color: #1739FF; }
.section-label .label {
  font-size: 24px;
  color: #777777;
  margin-bottom: 40px; }

/* Section 1 */
.section-1 {
  color: #777777; }

.impact-block {
  text-align: center;
  padding: 100px 20px;
  border: 1px solid #54BA80;
  border-radius: 4px; }
  @media screen and (max-width: 700px) {
    .impact-block {
      margin-bottom: 40px; } }
  .impact-block .number {
    color: #54BA80;
    font-size: 36px;
    letter-spacing: -0.05em; }
  .impact-block .label {
    color: #777777;
    font-size: 14px; }

.github-link {
  padding: 15px;
  display: block;
  border-radius: 4px;
  border: 1px solid #54BA80;
  color: #54BA80;
  text-align: center;
  text-decoration: none; }
  .github-link:hover {
    border-color: #777777;
    color: #777777; }

.quote-container {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 60px;
  background-color: #f7f7f7; }

.quote {
  vertical-align: top;
  padding: 60px 40px; }
  @media screen and (min-width: 700px) {
    .quote {
      width: 33.333333%;
      border-right: 1px solid #e5e5e5; } }
  @media screen and (max-width: 700px) {
    .quote {
      padding-left: 0px;
      padding-right: 0px; } }
  .quote .attribution {
    font-size: 14px;
    font-weight: 500;
    padding-top: 40px; }
  .quote:first-child {
    padding-left: 0; }
  .quote:last-child {
    border: none;
    padding-right: 0px; }

blockquote {
  font-family: "adobe-caslon-pro", "Adobe Caslon Pro", serif;
  line-height: 2;
  font-size: 18px;
  color: #777777; }
  blockquote a {
    color: #777777; }
    blockquote a:hover {
      color: #1739FF; }

.table-row {
  display: table-row; }

.fit {
  max-width: 100%; }

.nonprofit {
  margin: 10px 0;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }
  .nonprofit .table {
    table-layout: auto; }
  .nonprofit:hover {
    border-color: #b2b2b2; }
  .nonprofit.is-open .nonprofit-description {
    display: block; }
  .nonprofit .nonprofit-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    overflow: hidden;
    width: 100px;
    height: 70px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 700px) {
      .nonprofit .nonprofit-image {
        float: left; } }
  .nonprofit .nonprofit-name-group {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 700px) {
      .nonprofit .nonprofit-name-group {
        overflow: hidden;
        display: block; } }
  .nonprofit .nonprofit-name {
    font-size: 16px; }
    @media screen and (min-width: 700px) {
      .nonprofit .nonprofit-name {
        width: 300px;
        vertical-align: top;
        display: inline-block;
        margin-right: 50px; } }
  .nonprofit .nonprofit-feature-date {
    font-size: 12px;
    color: #777777; }
    @media screen and (min-width: 700px) {
      .nonprofit .nonprofit-feature-date {
        display: inline-block;
        margin-right: 30px;
        vertical-align: top; } }
  .nonprofit .nonprofit-blurb {
    color: #777777;
    font-size: 12px; }
    @media screen and (min-width: 700px) {
      .nonprofit .nonprofit-blurb {
        display: inline-block;
        max-width: 250px;
        vertical-align: top;
        margin-right: 30px; } }
  .nonprofit .nonprofit-more {
    border-radius: 4px;
    padding: 4px 10px;
    background-color: #777777;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400; }
    @media screen and (max-width: 700px) {
      .nonprofit .nonprofit-more {
        display: none; } }
  .nonprofit .nonprofit-description {
    display: none;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-right: 30px; }
    .nonprofit .nonprofit-description a {
      color: #777777; }
    .nonprofit .nonprofit-description p {
      margin: 0; }

.section-footer p {
  font-size: 12px;
  font-family: "Apercu", "Helvetica Neue", Helvetica, sans-serif; }

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