﻿.hub-page-content {
    padding: 0 0 60px 0;
}

h1.hub-page-title {
    background: #1e88c9;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 10px 30px !important;
    text-transform: none;
}

.site-section-life-sciences h1.hub-page-title {
    background: #00a153;
}

.hub-description {
    padding: 10px 5px 20px 5px;
}

.hub-media {
    padding: 0 0 20px 0;
}

div.hero-content {
    border: 1px solid;
}

.hero-article .hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 235px;
}

a.hero-article-link {
    color: #1e88c9;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0 10px 0;
    font-size: 17px;
}

.site-section-life-sciences a.hero-article-link {
    color: #00a153;
}

.hub-page-content a.content-hub-link {
    color: #1e88c9;
}

.site-section-life-sciences .hub-page-content a.content-hub-link {
    color: #00a153;
}

.overview-section {
    margin: 20px 0;
}

.overview-section h2 {
    background: #eee;
    color: #1e88c9;
    padding: 15px 10px;
    font-size: 19px;
}

.site-section-life-sciences .overview-section h2 {
    color: #00a153;
}

.overview-article
{
    padding: 10px 5px;
}

.overview-article .overview-article-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 115px;
}

.overview-article h4 {
    color: #1e88c9;
    font-size: 17px;
    font-weight: bold;
}

.site-section-life-sciences .overview-article h4 {
    color: #00a153;
}

.feature-article-text h4 {
    color: #1e88c9;
    font-size: 15px;
    font-weight: bold;
}

.site-section-life-sciences .feature-article-text h4 {
    color: #00a153;
}

.section-publishables
{
    clear: both;
}

.feature-section h3,
.newsletters-section > h3,
h3.section-publishables-header {
    background: #eee;
    color: #1e88c9;
    padding: 15px 10px;
    font-size: 17px;
}

.site-section-life-sciences h3,
.site-section-life-sciences h3.section-publishables-header {
    color: #00a153;
}

.feature-article {
    
}

.more-featured-articles {
    display: none;
}

.feature-article:nth-of-type(odd)
{
    clear: left;
}

    .feature-article .feature-article-image
    {
        border: 4px solid #ddd;
        border-bottom: none;
    }

        .feature-article .feature-article-image a
        {
            display: block;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            height: 125px;
        }

    .feature-article .feature-article-text {
        padding: 10px;
    }

.feature-article .feature-article-text a {
    color: #1e88c9;
}

.site-section-life-sciences .feature-article .feature-article-text a {
    color: #00a153;
}

.feature-articles-link-container {
    display: block;
    clear: both;
    padding: 20px 0;
}

    .feature-articles-link-container a {
        background-color: #eee;
        padding: 8px 15px;
    }

.article-container {
    margin: 5px;
    background: #eee;
}
    /* not working as expected */
    .article-container:nth-child(odd) {
        margin-left: 0;
    }

    .article-container:nth-child(even) {
        margin-right: 0;
    }

.main-container .newsletters-section {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.newsletters-section .subscriptions-related-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
