    .list-checkbox {
        padding-left: 0;
        list-style: none;
        margin-right: 20px;
    }

    .list-checkbox li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 2px solid #d3d0ce;
    }

    .list-checkbox li:before {
        content: "\e067";
        font-family: 'Glyphicons Halflings';
        font-size: 120%;
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 10px;
        color: #8dc63f;
    }

    .list-checkbox li:first-child {
        border-top: 0 none;
        padding-top: 5px;
    }

    /* #metroworks */

    @media (max-width:768px){
        #metroworks section .row .row {
            padding-left: 0;
        }
    }
    
    @media (min-width:768px){
        #metroworks section .row .row {
            padding-left: 20px;
        }
    }

    #metroworks label { color:#888; }

    #metroworks .sidebar h3 {
        font-weight:bold;
        margin: 0 0 30px;
        font-size: 1.3em;
    }

    #metroworks .sidebar h3 span {
        color:#0069aa;
    }

    #metroworks .main-content legend {
        padding: 25px 0 0 0;
    }

    .summary-list h3.panel-heading {
        margin-bottom: 0;
        padding: 5px 0;
    }

    /*  Heroine Images with text. Use the following structure:

<div class="col-sm-12 col-md-12 col-lg-12 text-heroine" style="background-image:url();">
    <div class="row">
        <div class="col-sm-6 col-md-6 col-lg-7">
            <h2>Primary Header</h2>
            <h3>Secondary Header</h3>
        </div>
    </div>
    <div class="row text-heroine-cta">
        <div class="col-sm-12 col-md-12 col-lg-12 pull-right">
            <a href="#" class="btn btn-default" title="">CTA Message&nbsp;&nbsp;<span class="glyphicon glyphicon-file"></span></a>
        </div>
    </div>
</div>

*/
.text-heroine {
    position:relative;
    max-width: 780px;
    float:none;
}

.text-heroine-title {
    position:absolute;
    top:0;
    left:15px;
    text-align:right;
}

.text-heroine-title h2 {
    font-weight: bold;
    color: #fff;
    font-size: 3.75em;
    text-shadow: 2px 3px 4px #000000;
    margin-bottom: 0;
    margin-top: 10px;
}

.text-heroine-title h3 {
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    font-size: 1.5em;
}

.text-heroine-cta {
    position:absolute;
    bottom:15px;
    right:30px;
}

@media (max-width: 768px) {
    .text-heroine-title h2 { font-size: 2.25em; }
    .text-heroine-title h3 { font-size: 1.5em; }
    .text-heroine-title {
        left: 30px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .text-heroine {
        background-position: left center; 
        text-align:left;
    }
    .text-heroine-title {
        text-align:left;
    }
    .text-heroine-cta {
        position: relative;
        text-align: right;
        right: 15px;
        top: 5px;
    }
}

@media (max-width: 360px) {
    .text-heroine-title h2 { font-size: 1.5em; text-shadow: 2px 1px 1px #000000; }
    .text-heroine-title h3 { font-size: 1.25em; text-shadow: 2px 1px 1px #000000; }
}

@media (min-width: 768px) {
    .text-heroine div .row {
        margin-right: 0;
        margin-left: 0;
    }
}
