﻿div.ruleHeading {
    width: 185px;
    height: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    background-color: #162732;
    color: #fff;
}

div.headingRule {
    height: 4px;
    width: 100%;
    background-color: #d4232d;
}

    div.headingRule.bottomMargin {
        margin-bottom: 10px;
    }

div.group {
    display: flex;
    flex-direction: row;
}

div.images {
    flex-basis: 27%;
}

    div.images img {
        width: 185px;
        height:auto;
    }

div.links {
    flex-basis: 72%;
}

    div.links.topMargin {
        margin-top: 10px;
    }

    div.links > h2 {
        font-size: 15px;
    }

        div.links > h2.topMargin {
            margin-top: 20px;
        }

        div.links > h2.bottomMargin {
            margin-bottom: 10px;
        }

    div.links > h3 {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 10px;
    }

        div.links > h3.topMargin {
            margin-top: 20px;
        }

div.link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom:10px;
}

    div.link > span.col1 {
        flex-basis: 18%;
    }

        div.link > span.col1 > a {
            color: #0040ff;
            text-decoration: none;
        }

    div.link > span.col2 {
        flex-basis: 82%;
    }


