﻿#ctaForm {
    background: #0070CD;
    padding-top: 80px;
    padding-bottom: 50px;
}

.recent-articles {
    background: #262626;
    color: white;
    padding-top: 50px;
    padding-bottom: 70px;
}

.recent-articles h2 {
    color: #FFC627;
    text-align: center;
    margin-bottom: 60px;
}

.recent-articles .cell a {
    text-decoration: none;
    text-align: center;
    color: white;
}

.recent-articles .cell .thumbnail {
    display: block;
    width: 100%;
}

.recent-articles .cell .title {
    display: block;
    color: #FFC627;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 18px;
}

.recent-articles .cell .blurb {
    display: block;
    width: 100%;
}

  .newsItem {
    display: block;
    text-decoration: none;
    color: black;
    margin-bottom: 40px;
    }

    .newsItem .thumbnail.aspectRatioWrapper:after,
    .newsItem .thumbnail.aspectRatioWrapper::after {
    padding-top: 70%;
    }

    .newsItem .thumbnail .aspectRatioContent {
    background-size: cover;
    background-position: center top;
    }

    .newsItem .title {
    display: block;
    color: #0071CE;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    }

    .newsItem .blurb {
        display: block;
        text-align: center;
    }