.home .banner .inner, .home .section .inner {
  width: 1004px;
}

.home .banner {
  margin: 3.125rem 0 4.37rem;
}
.home .banner em {
  color: #a6a6a6;
  font-size: 0.875rem;
  margin: 5px 0 0;
  display: block;
}
.home .banner h1 {
  color: #dd1100;
  margin: 0 0 0.3rem;
  font-weight: 300;
  font-size: 2rem;
  text-transform: none;
}
.home .banner img {
  max-width: 100%;
}
.home .banner p {
  color: #494949;
  font-size: 1.125rem;
  line-height: 1.22;
}
.home .banner .inner {
  border-top: 3px solid #dd1100;
  box-shadow: inset 0 0 1px #777;
  padding: 1.8rem;
  position: relative;
}
.home .banner .flyover {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #a6a6a6;
  font-size: 0.75rem;
}
.home .banner .flyover:hover {
  color: #f77700;
}
.home .banner .heading-text {
  display: table-cell;
  max-width: 370px;
  padding: 0 1.5rem 0 0;
  vertical-align: middle;
}
.home .banner .img {
  display: table-cell;
  vertical-align: middle;
}

.home .section {
  margin: 0 0 4.37rem;
}
.home .section h1 {
  margin: 0.6rem 0 -0.5rem;
  font-weight: 400;
  color: #dd1100;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.home .section img {
  max-width: 100%;
}
.home .section .inner {
  padding: 0;
  border-top: 3px solid #dd1100;
}
.home .section:last-of-type {
  margin-bottom: 0;
}

.topic {
  margin: 2.2rem 0 0;
  min-width: 295px;
}
.topic h2, .topic h2 a {
  font-size: 1.065rem;
  color: #565656;
  font-weight: 600;
  margin: -2px 0 3px 0;
}
.topic img {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 0 0;
}
.topic p, .topic p a {
  font-size: 0.875rem;
  color: #a6a6a6;
}
.topic p a:hover {
  color: #dd1100;
}

.topic-text {
  display: inline-block;
  vertical-align: top;
}

.featured .col {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.featured .col featured-demo:not(:last-of-type) {
  margin: 0 0 14px 0;
}

.contributors {
  margin: 2.5rem 0 0;
}

.contributor-text {
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 18px;
}
.contributor-text h2 {
  font-size: 1rem;
  color: #f77700;
}
.contributor-text p {
  font-size: 0.875rem;
  color: #494949;
  line-height: 1.43;
}
.contributor-text:hover h2 {
  color: #dd1100;
}

.join {
  margin: 1.8rem 0 0;
}
.join a {
  font-size: 0.938rem;
  color: #f77700;
}
.join a:hover {
  color: #dd1100;
}

.share {
  font-size: 0.875rem;
  line-height: 1.25;
  color: #494949;
}

span.pod img {
  border: #b3b3b3 1px solid;
  width: 238px;
}

span.topic-text a:hover {
  color: #f77700;
}

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