#main {
    border-top: 1px solid rgb(200,200,200);
}

.featured-article {
    padding-top: 32px;
    margin: auto;
    max-width: 441px;
}

.featured-topic {
    color: #075e64;
    display: block;
    font-family: GT America;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 26px;
    margin-bottom: 8px;
    text-align: center;
}

.featured-title {
    padding: 0 16px;
    color: #505050;
    font-family: Tiempos Headline;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 38px;
    line-height: 41px;
    margin-bottom: 8px;
}

.featured-description, .featured-author {
    padding: 0 16px;
    margin-bottom: 8px;
    color: #787878;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.featured-link {
    color: inherit;
}

.middle-column {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 0 20px 20px;
    /* display: block; */
    /* margin: 0; */
    min-width: 245px;
    /* position: relative; */
}

.article {
    border-right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.article.bottom {
    border-bottom: none;
}

.top {
    padding-top: 0;
}

.article-topic {
    font-size: 15px;
    line-height: 18px;
    color: rgb(7,94,100);
    font-family: GT America;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
    text-align: center;
}

.article-title {
    color: rgb(50,50,50);
    font-family: Tiempos Headline;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-top: 8px;
}

.article-description, .article-author {
    padding: 0 16px;
    margin: 8px 0;
    color: #787878;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.end-column {
    padding: 0 20px;
}

/* article styles */

.blog-post-header-image {
    height: 600px;
    width: 600px;
}