﻿.twoColumnHeader {
    background-image: url(/wp-content/themes/rgf/img/templates/tiledBackground.png);
}

    .twoColumnHeader .singleColumn {
        width: 100%;
    }

    .twoColumnHeader .innerContainer {
        background-color: #f2f2f2;
        width: 1000px;
        margin: auto;
        padding-left: 200px;
        padding-right: 200px;
        padding-top: 100px;
        padding-bottom: 80px;
        box-sizing: initial;
    }

    .twoColumnHeader .topLine {
        border-bottom: 1px solid #c16e32;
        position: relative; 
        z-index: 1;
    }

    .twoColumnHeader .text {
        background-color: #f2f2f2;
        padding-right: 30px;
        /* width: 200px; */
        position: relative;
        z-index: 2;
        top: 10px;
        display: inline-block;
    }

.twoColumns .header {
    margin-top: 50px;
    margin-bottom: 50px;
}

.twoColumns .leftColumn {
    width: 47%;
    float: left;
}

.twoColumns .rightColumn {
    width: 47%;
    float: right;
}
