.Content {
    max-width: none;
}

table#Table2 {
    width: 100%;
    max-width: none !important;
}

td.ContentCustomerFeatureCell table tbody table {
    width: 100%;
}

td.ContentCustomerFeatureCell > table > tbody > tr:first-child > td {
    display: none;
}

.PageHeader {
    background: url(/customer/boloin/images/Services/ServicesBanner.png) no-repeat center center;
    background-size: cover;
}

.GroupingHeader {
    background-image: url('/customer/boloin/images/Groupings/AboutTitle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    background-position: right;
    border-bottom: 10px solid #0165a0;
}

.GroupingTitle {
    width: 545px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 60px;
    text-align: center;
    border-top: 7px solid #fff;
    padding: 10px 0px;
    border-bottom: 7px solid #fff;
}

    .GroupingTitle h1 {
        line-height: normal;
        color: white;
        font-weight: bold;
        margin: 0;
        padding: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        font-size: 50px;
        font-family: 'RobotoBold', sans-serif;
    }

.AboutWrapper {
    max-width: 1800px;
    margin: 10px auto 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

    .AboutWrapper p {
        font-size: 16px;
    }

    .AboutWrapper h2 {
        margin-top: 50px;
    }

.AboutTitleWrapper {
    margin-top: 40px;
    padding: 30px 10px;
    background: whitesmoke;
}

    .AboutTitleWrapper h1 {
        max-width: 1800px;
        margin: 0 auto;
        line-height: 28px;
    }


.AboutBlurb {
    background: whitesmoke;
    padding: 5px 10px;
}


/*** MISSIONS PAGE ***/
.MissionPage .GroupingTitle {
    height: 118px;
}

.AboutWrapper ul {
    font-size: 16px;
    line-height: 24px;
}

.AboutBlurb ul {
    list-style: none;
}