.alert strong a{
    color: #ffffff !important;
    text-decoration: none;
}

.caption h1 a{
    color: #ffffff !important;
    text-decoration: none;
}

.content {
    margin: 0px auto 10px auto;
    max-width: 90%;
}

.alert-large {
    margin-bottom: 20px;
}

.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.profile-list a span,
.profile-list > div span {
    margin-left: 0px;
}

.housing-stock .timeline-cover h1{
    font-size: 40px !important;
    line-height: 35px;
}

.activity-one td {
    text-align: left;
    padding: 2px 15px 4px 15px;
}

.activity-one th {
    text-align: left;
    line-height: 25px;
    padding: 2px 15px 4px 15px;
}

.activity-one .caption-bottom {
    bottom: 60px;
}

.bg-highlight {
    background-color:#E9573F !important
}


.timeline-item i:not(.cs) {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 45px;
    left: 25px;
    top: 10px;
    font-size: 13px;
    text-align: center;
    z-index: 1;
}

.timeline-item-content, .timeline-item-content-full {
    border: solid 1px rgba(0,0,0,0.1);
    background-color: #FFF;
    margin: 0px 15px 30px 15px;
    padding: 20px 15px;
}

@media screen and (max-width: 767px) {
    .timeline-item-content, .timeline-item-content-full {
        border: solid 1px rgba(0,0,0,0.1);
        background-color: #FFF;
        margin: 0px 15px 30px 15px;
        padding: 50px 15px 20px 15px;
    }
}