﻿div.imageGroup {
    display: flex;
    flex-flow: row;
}

    div.imageGroup > div.img {
        flex-basis: 40%;
    }

    div.imageGroup > div.text {
        flex-basis: 60%;
    }

    div.imageGroup img {
        width: 285px;
    }

div.text > h2 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px;
}

    div.text > h2.withMargin {
        margin-top: 20px;
    }

div.text > div.links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    div.text > div.links > span.col1 {
        flex-basis: 10%;
        text-align: right;
    }

    div.text > div.links > span.col2 {
        flex-basis: 87%;
    }

    div.text > div.links > span.col1Wide {
        flex-basis: 12%;
        text-align: right;
    }

    div.text > div.links > span.col2Wide {
        flex-basis: 87%;
    }

    div.text > div.links > span {
        margin-bottom: 4px;
    }

        div.text > div.links > span.tall {
            margin-bottom: 6px;
        }

div.text a {
    font-weight: bold;
    color: #000;
}

#categoryGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 771px;
}

div.category {
    flex-basis: 25%;
    text-align: center;
    height: 160px;
}

    div.category img {
        width: 100px;
        height: 100px;
    }

    div.category > a.caption {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

    div.category:hover a.caption {
        color: #d4232d;
    }

div.groupRule {
    height: 1px;
    background-color: #999;
    margin-top: 10px;
    margin-bottom: 18px;
    width: 780px;
}
