/**
 * Prosecutor page css
 */


/**
 * Bio Section
 */
.content-prosecuter .prosecuter-bio-section {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap .name {
    margin-bottom: .1em;
}

.content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap .role {
    font-family: 'Quattrocento', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .2em;
    line-height: 1em;
}

.content-prosecuter .prosecuter-bio-section .contact-dept-wrap {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


@media only screen and (min-width : 992px) {
    .content-prosecuter .prosecuter-bio-section .prosecuter-bio-wrap {
        padding-left: 340px;
    }

    .content-prosecuter .prosecuter-bio-section .contact-dept-wrap {
        float: left;
        width: 320px;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/**
 * News Sections
 */
.content-prosecuter .news-section {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 20px;
}

.content-prosecuter .news-section:last-child {
    border-bottom: none;
}

