.home #page {
  max-width: 100%;
  padding: 0;
}
.home #main {
  margin: 0;
}
.home #hero {
  background: url(../img/mission_conference_orange.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 4em;
  padding: 300px 0;
}
.home #hero .content h2 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 4em;
  font-weight: 500;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.65);
}
@media (max-width: 600px) {
  .home #hero {
    margin-bottom: 1em;
  }
}
.home #hire-us {
  padding: 3em;
  text-align: center;
}
.home #hire-us h5 {
  color: #fff;
}
.home #members {
  height: auto;
  background: none;
  margin-bottom: 3em;
}
.home #members h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.home #main #supporters {
  padding-top: 2em;
  background-color: #edf1f4;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home #main #supporters .span4 {
  padding: 2em 2em 1em;
}
.home #main #supporters h3 {
  width: auto;
  color: #555555;
  background-color: transparent;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.home #main #supporters li {
  list-style: none;
  text-align: left;
  margin-bottom: 1em;
  color: #909799;
}
.home #main #supporters li a {
  color: #909799;
}
@media (max-width: 768px) {
  .home #main #supporters {
    padding-bottom: 2em;
  }
  .home #main #supporters .span4 {
    clear: both;
    width: 100%;
    padding: 0 2em;
    margin: 0;
  }
  .home #main #supporters h3 {
    margin-bottom: 1em;
  }
  .home #main #supporters li {
    text-align: center;
  }
}
.home .sticky-nav-holder {
  border-bottom: none;
}
@media (max-width: 768px) {
  .home .sticky-nav-holder {
    border-bottom: #aaaaaa 1px solid;
  }
}
body.home.admin-bar .sticky-nav-holder {
  border-bottom: none;
}
@media (max-width: 768px) {
  body.home.admin-bar .sticky-nav-holder {
    border-bottom: #aaaaaa 1px solid;
  }
}
#email img {
  /*margin: 0 10% 0 0;*/
  display: block;
  width: 15%;
  height: auto;
}
#testimonial img {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  margin: 0 5em 0 0;
}
#testimonial p {
  padding: 0 4em;
  font-family: "leitura-news", georgia, serif;
  font-size: 21px;
}
#testimonial p.credit {
  text-align: right;
  font-family: "effra", helvetica, sans-serif;
  font-size: 18px;
}
@media (max-width: 900px) {
  #testimonial p {
    padding: 0 2em;
  }
  #testimonial p.credit {
    text-align: left;
  }
}
@media (max-width: 700px) {
  #testimonial img {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 2em;
  }
  #testimonial p {
    padding: 0;
  }
  #testimonial p.credit {
    margin-bottom: 0;
  }
}
