
div#backgroundContainer
{
    border-bottom:1px solid #ccc;
}

#LocationMap > iframe
{
width:100%;
height:100%;
}

section#latestNews {
    border-top: 1px solid #ccc;
    max-width: 1050px;
}

section#latestNews h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
}

section#latestNews h3 {
    color: #125D3F;
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.8rem;
}

section#latestNews > a {
    background: #1d64b2;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    color: #fff;
    display: block;
    max-width: 120px;
    border-radius: 10px;
    font-size: 1.4rem;
}

    section#latestNews > a:hover
    {

    }

    section#latestNews span.date {
        display: block;
        margin: 0 0 30px 0;
    }
