.weekly-featured, .weekly-semi-featured-item {
    background: #f5f5f5;
    border-left: 2px solid #f07d23;
    box-sizing: border-box;
    margin-bottom: 30px;
    color: #333;
    position: relative;
}

.weekly-featured {
    padding: 50px 30px 30px;
}

.weekly-featured h1 {
    font-size: 30px;
    line-height: 1.3em;
}

.weekly-report-text, .weekly-featured-text, .weekly-collapsible {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 1.3em;
}

.weekly-semi-featured {
    overflow: auto;
}

.weekly-semi-featured-item {
    float: left;
    padding: 20px;
    box-sizing: border-box;
    width: 49%;
    margin-right: 1%;
}

.weekly-semi-featured-item:nth-child(even) {
    margin-right: 0;
    margin-left: 1%;
}

.weekly-semi-featured-item h2 {
    font-size: 20px;
    line-height: 1.3em;
}

.weekly-more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 30px;
    display: inline-block;
    height:25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #f07d23;
    font-weight: bold;
    background: url(../images/more_button.png) right no-repeat;
    z-index: 4;
}

.weekly-featured-issue {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    padding: 10px 10px 10px 40px;
    color: #fff;
    font-weight: bold;
    background: url(../images/arrow-right-white-orange.png) 15px 13px no-repeat #f07d23;
}

.weekly-collapsible {
    background: #f5f5f5;
    padding: 5px 0;
    box-sizing: border-box;
    border-left: 2px solid #f07d23;
    margin-bottom: 15px;
    position: relative;
}

.weekly-collapse-bar {
    font-weight: bold;
    position: relative;
    z-index: 5;
    background: #f5f5f5;
    cursor: pointer;
    padding: 0 30px;
    line-height: 1.3em;
}

.weekly-collapse-content {
    padding: 10px 30px;
    display: none;
}

.weekly-collapse-arrow {
    width: 14px;
    height: 14px;
    background: url(../images/arrow-down-orange.png) center no-repeat;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all .2s;
}

.weekly-collapse-bar.expanded .weekly-collapse-arrow {
    transform: rotate(180deg);
}

.report-info-row {
    margin-bottom: 10px;
}

.disinfo-weekly .trending {
    position: relative;
    text-indent: 30px;
}
.disinfo-weekly .trending:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/disinfo-flame.png) top right no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -7px;
}
.disinfo-weekly .trending.weekly-collapse-bar:before {
    left: 23px;
}
.disinfo-weekly .weekly-featured .trending:before {
    top: 0;
}
