    .main-header h1 {
        font-size: 70px;
        margin-bottom: 20px;
        line-height: 1;
        text-transform: uppercase;
    }
    
    .body-content > .container.locations-row {
        background: none;
    }
    
    .locations-row .locations {
        background: #ffffff;
        border: solid 1px #b2b2b2;
        padding: 10px;
        width: 45.5%;
        margin: 0 auto;
        text-transform: uppercase;

    }
    
    .locations .location h4 {
        font-size: 18px;
    }
    
    .locations-row .row .locations:first-child {
        margin-left: 0;
    }
    
    .locations-row .row .locations:last-child {
        margin-right: 0;
    }
    
    .locations-row .locations .pine-bend-location {
        background: url('/media/4zcjtu3p/pine-bend-location.png');
        background-position: center center;
        height: 137px;
        padding: 0 30px;
    }
    
    .locations-row .locations .corpus-christi-location {
        background: url('/media/vkoofjl4/corpus-christi-location.png');
        background-position: center center;
        height: 137px;
        padding: 0 30px;
    }
    
    a.btn.apply-now.btn {
        color: #ffffff;
        background-color: #CC5C28;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: bold;
        float: right;
        margin-top: 27px;
    }
    
    div.location.banner {
        color  : #ffffff;
        height: 137px;
    }
    
    div.location small,
    div.location h3,
    div.location h4 {
        display:block;
        font-weight: bold;
        text-align: left;
        margin: 0;
        color: #ffffff;
    }
    
    section.about-row.row-plain {
        padding-bottom: 50px;
    }
    
    .study-topics-row {
        background: #eeeeee;
        color: #414042;
    }
    
    .benefits-row {
        background: #014b92;
        color: #ffffff;
    }

    .study-topics-row h2,
    .benefits-row h2 {
        color: inherit;
    }
    
    .study-topics-row li,
    .benefits-row li {
        font-size: 20px;
        font-weight: bold;
        display: -webkit-inline-box;
        margin-bottom: 30px;
    }
    
    .study-topics-row ul,
    .benefits-row ul {
        list-style-type: none;
    }
    
    .study-topics-row ul li:before,
    .benefits-row ul li:before {
        content: "";
        display: block;
        background-image: url('/media/t0yjnqyx/check-icon.png');
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }
    .study-topics-row ul li:before {
        background-image: url('/media/2317/pdf-icon.png');
    }
    
    .positions-list {
        margin: 40px;
    }
    
    .positions-list h4 {
        color: #cc5c28;
        font-weight: bold;
    }
    
    div.location small {
        padding: 27px 0 0 0;
    }
    
    .positions-list ul {
        height: 336px;
    }

    ul {
        margin-bottom: 0;
    }

    ul li:last-child {
        margin-bottom: 0;
    }
    
    @@media (max-width: 991px) {
        .locations-row .locations {
            background: #ffffff;
            border: solid 1px #b2b2b2;
            padding: 10px;
            width: 100%;
            margin: 0 0 100px 0;
        }
    }