<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Staff
------------------------------------------------------------------*/
.staff-archive h3.staff-title {
    color: #66499f;
    font-size: 16px;
	margin-bottom: 10px;
}

.staff-archive .row.clearfix {
    margin-bottom: 42px;
}

.staff-archive .staff-headshot {
    border-radius: 100%;
    height: 100px;
    width: 100px!important;
    object-fit: cover;
}


.staff-archive .staff-member {
    margin-bottom: 45px;
}


.staff-archive h2.entry-title {
    color: #666666;
    font-size: 2rem;
}


.staff-archive h1.staff-type:after {
    content: "";
    display: block;
    width: 14%;
    height: 2px;
    background: #f4ad1c;
    margin: 21px 0px;
	
}


.staff-archive h3.congregation {
    font-size: 1.4rem;
    margin-bottom: 13px;
    color: #8e9297;
}


.staff-archive .staff-info{
    margin-left: 25px;
	display: inline-block;
	
}


.staff-archive  h1.staff-type {
    margin-bottom: 55px;
}


@media only screen and (max-width: 492px) {
.staff-archive h3.congregation {
    font-size: 1.2rem;
}
}
</pre></body></html>