.home .banner,
.home .section {
    /*padding-right: 112px;*/
}
.home .banner .inner,
.home .section .inner {
    width: 1004px;
}
.home .banner {
    margin: 3.125rem 0 4.37rem;
}
.home .banner .inner {
    border-top: 3px solid #dd1100;
    box-shadow: inset 0 0 1px #777;
    padding: 1.8rem;
    position: relative;
}
.home .banner h1 {
    color: #dd1100;
    margin: 0 0 .3rem;
    font-weight: 300;
    font-size: 2rem;
    text-transform: none;
}
.home .banner p {
    color: #494949;
    font-size: 1.125rem;
    line-height: 1.22;
}
.home .banner em {
    color: #a6a6a6;
    font-size: .875rem;
    margin: 5px 0 0;
    display: block;
}
.home .banner .flyover {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #a6a6a6;
    font-size: .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 .banner img {
    max-width: 100%;
}

.home .section {
    margin: 0 0 4.37rem;
}
.home .section .inner {
    padding: 0;
    border-top: 3px solid #dd1100;
}
.home .section h1 {
    margin: .6rem 0 -.5rem;
    font-weight: 400;
    color: #dd1100;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.home .section img {
    max-width: 100%;
}
.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 p, .topic p a {
    font-size: .875rem;
    color: #a6a6a6;
}
.topic p a:hover {
    color: #dd1100;
}
.topic img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 0 0;
}
.topic-text {
    display: inline-block;
    vertical-align: top;
}
.featured {
    margin: 2.5rem 0 0;
}
.featured a {
    display: block;
    margin: 0 0 14px;
    font-size: 0;
}
.featured .col a:last-of-type {
    margin: 0;
}
.featured .pod {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
}
.featured .col:last-of-type {
    text-align: right;
}
.featured .col:nth-of-type(4n+2) a {
    margin: 0 0 14px 4px;
}
.featured .col:nth-of-type(4n+3) a {
    margin: 0 0 14px 7px;
}

.featured .title {
    display: none;
}
.featured a:hover .title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(99, 99, 99,.90);
    color: #fff;
    font-size: .875rem;
    padding: 5px 10px;
}

.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: .875rem;
    color: #494949;
    line-height: 1.43;
}
.contributor-text:hover h2 {
    color: #dd1100;
}
.join {
    margin: 1.8rem 0 0;
}
.join a {
    font-size: .938rem;
    color: #f77700;
}
.join a:hover {
    color: #dd1100;
}
.share {
    font-size: .875rem;
    line-height: 1.25;
    color: #494949;
}
span.pod img {
    border: #b3b3b3 1px solid;
    width: 238px;
}
span.topic-text a:hover {
    color: #f77700;
}