.column .section-header {
    background: #90CBF3;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    padding: 7px 10px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    vertical-align: baseline;
}
.article-title {
    clear: both;
    margin-top: 22px;
    margin-bottom: 11px !important;
    font-size: 36px;
}

.article-title a, a:hover{
    color:#565d60;
}

/*  */
.project-side-menu a {
    display: block;
    padding: 15px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #B0BEC5;
    border-bottom: 1px solid #B0BEC5;

}
.project-side-menu li:last-child a {
    border:0;
}
.project-side-menu a:hover {
    color: #90CBF3;
}
.project-side-menu .active a {
    color: black;
}

.project-side-submenu li {
    list-style:none;
}

.project-side-submenu a{
    display: block;
    padding: 15px 0;
    font-size: 18px;
    line-height: 16px;
    font-weight: normal;
    color: #B0BEC5 !important;
    border-bottom: 0;
    margin-left:20px;
}

.project-side-submenu li:last-child a {
    border:0;
}
.project-side-submenu a:hover {
    color: #90CBF3;
}
.project-side-submenu .active a {
    color: black !important;
}

hgroup {
    position:relative
}

.in-title-link {
    display: block;
    position: absolute;
    right:0;
    top:11px;
}
.thumbnails .project-thumbnail .thumbnail,
.thumbnails .article-thumbnail .thumbnail{
    margin-top:22px;
}

.article-thumbnail h4 {
    height:30px;
}

.project-thumbnail h3 {
    height: 60px;
    margin: 22px 0 11px 0;
}

.project-thumbnail hr {
    margin: 0 0 11px;
}

.project-thumbnail .summary {
    height: 140px;
}

.project-thumbnail p.read-more {
    margin-top: 22px;
    margin-bottom: 11px;
}

.article-thumbnail .summary {
    margin-top: 22px;
    height:120px;
}

article {
    margin-bottom:66px;
}
article .author {
    margin-top:22px;
    margin-bottom: 11px;
}
.author + .article-title {
    margin-top:11px;
    margin-bottom: 22px;
}