.site-footer
{
    background-color: #eee;
}
a
{
    color: #b22c20;
}
a:hover, a:active, .menu-1 li:hover, .menu-1 li:active, .menu-1 li:focus, .menu-1 li.focus
{
    background-color: #b22c20;
    color: #ffffff;
}
.sub-menu li
{
    color: #000000;;
}
a:visited
{
    color: #4e0000;
}
.main-navigation ul li
{
    background-color: #fff;
    transition: background-color 0.2s, color 0.3s;
}
.main-navigation ul li:hover, .main-navigation ul li:hover a
{
    background-color: #b22c20;
    color: #fff;
}
table.neat-columns td
{
    padding: 3em 3em 0 3em;
    background-color: #f3f3f3;
    vertical-align: top;
}
table.neat-columns td + td
{
    border-left: 20px solid #fff;
}
table.neat-columns tr + tr td
{
    padding-bottom: 3em;
    padding-top: 1em;
}
table.neat-columns tr + tr td:before
{
    content: '';
    height: 1px;
    background-color: #d6d6d6;
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
table.neat-columns tr:first-child td
{
    font-weight: 800;
    font-size: 1.17em;
    text-align: center;
}
