.home #page {
  max-width: 100%;
  padding: 0;
}
.home #main {
  margin: 0;
  max-width: 100%;
}
.home #main .row-fluid .span12 {
  text-align: center;
  padding: 0 12em;
}
@media only screen and (max-width: 728px) {
  .home #main .row-fluid .span12 {
    padding: 0;
  }
}
.home #hero {
  background-color: white;
  background-size: contain;
  padding: 0;
  height: 48vw;
  position: relative;
  overflow: hidden;
}
.home #hero img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .home #hero {
    background: unset;
    height: auto;
    margin-bottom: 0;
  }
  .home #hero img {
    margin-bottom: 16px;
  }
}
.home #hero .hero-background {
  background-color: rgba(0, 0, 0, 0.75);
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  display: block;
  padding: 1.5em 2em 1em;
}
.home #hero .hero-background .row-fluid {
  max-width: 1170px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .home #hero .hero-background {
    background: unset;
    position: unset;
    padding: 0.5em 10%;
  }
  .home #hero .hero-background a {
    color: #909799;
  }
}
.home #hero .heroitem {
  padding: 0;
  margin-bottom: 8px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .home #hero .heroitem {
    margin-bottom: 16px;
  }
}
.home #hero .heroitem h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  color: #39f;
}
.home #hero .heroitem p,
.home #hero .heroitem div.textwidget {
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .home #hero .heroitem p,
  .home #hero .heroitem div.textwidget {
    color: #000;
  }
}
.home #hero .heroitem > * {
  vertical-align: bottom;
}
.home #top-widgets {
  padding-top: 3em;
}
.home #homepage-top-right ol {
  margin: 0;
}
.home #homepage-top-right .tribe-events-adv-list-widget ol li {
  margin-bottom: 1em;
}
.home #homepage-top-right h4.entry-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.25em;
}
.home #homepage-top-right h4.entry-title a {
  color: #909799;
}
.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: #555;
  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: #aaa 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: #aaa 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;
  }
}
