/* ==========================================================================
     Author's custom styles
========================================================================== */

.header .logo .branding-m {
    height: 38px;
}

.team-wrap .member {
    margin: 0 0 20px 0;
}

.service-intro ul{
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 1.6em;

}



.news-feed h3 {
    vertical-align: top;
    line-height: 1.2;
}

.news-feed h3 > a {
    border: none;
}

.news-feed .more {
    font-weight: 600;
}

.news-meta {
    font-weight: 600;
}




.col-spacer {
    clear: both;

}

.spacelet {
    padding: 0 0 12px;
}

.dotted-line {
     border-bottom: 3px dotted #ff6600;
     max-width: 974px;
}

span.orange {
    color: #ff6600;
}


@media print {

    .client-roller {
        display: none;
    }

    .accordion .accordion-body {
        display: block !important;
    }

}
