<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.staff_member{
    border: 1px solid #efefef;
    padding: 12px;
    margin: 0 0 12px;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}
.staff_member_info h2{
    border-bottom: 1px solid #222;
    line-height: normal;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 12px;
}
.staff_member_info h2 span{
    font-weight: normal;
    font-size: .8em;
    display: block;
}
.staff_member a{
    text-decoration: none;
}

.staff_member ul{
    list-style:none;
    margin: 0;
    padding: 0;
}

.staff_member_social a{
    margin: 6px 6px 6px 0;
    display: inline-block;
}
.staff_member ul.staff_member_link {
    text-align: right;
    font-weight: bold;
}
.staff_member_contact{
    line-height: 148%;
}
.staff_member_contact:after{
    content: "";
    display: table;
    clear: both;
}
.staff_member_contact li span {
    font-weight: bold;
    margin: 0;
}
.staff_member_info {
    overflow: auto;
}
.staff_member_image {
    width: 200px;
    float: left;
    min-height:60px;
    margin: 0 14px 14px 0;
}
.staff_member_image img {
    width: 100%;
    box-sizing: border-box;
}
.d5m_width_360 .staff_member ul.staff_member_link {
    margin-top: 12px;
}
.d5m_width_360 .staff_member_details,
.d5m_width_430 .staff_member_details,
.d5m_width_500 .staff_member_details {
    clear: both;
}
.d5m_width_430 .staff_member_contact li,
.d5m_width_500 .staff_member_contact li,
.d5m_width_570 .staff_member_contact li,
.d5m_width_640 .staff_member_contact li,
.d5m_width_710 .staff_member_contact li,
.d5m_width_780 .staff_member_contact li,
.d5m_width_850 .staff_member_contact li,
.d5m_width_920 .staff_member_contact li,
.d5m_width_990 .staff_member_contact li {
    float: left;
}
.d5m_width_430 .staff_member_contact li:not(:last-child):after,
.d5m_width_500 .staff_member_contact li:not(:last-child):after,
.d5m_width_570 .staff_member_contact li:not(:last-child):after,
.d5m_width_640 .staff_member_contact li:not(:last-child):after,
.d5m_width_710 .staff_member_contact li:not(:last-child):after,
.d5m_width_780 .staff_member_contact li:not(:last-child):after,
.d5m_width_850 .staff_member_contact li:not(:last-child):after,
.d5m_width_920 .staff_member_contact li:not(:last-child):after,
.d5m_width_990 .staff_member_contact li:not(:last-child):after {
    content: '\2022';
    padding: 0 3px;
}

.d5m_width_360 .staff_member_info,
.d5m_width_430 .staff_member_info,
.d5m_width_500 .staff_member_info {
    overflow: visible;
}

.d5m_width_360 .staff_member_image,
.d5m_width_430 .staff_member_image,
.d5m_width_500 .staff_member_image {
    width: 50px;
    float: left;
    min-height:30px;
    margin: 0 14px 14px 0;
}


.d5m-staff-search fieldset {
    padding: 0;
}
.d5m-staff-search input {
    padding: 6px 12px;
    border: 1px solid #555;
    font-size: 1rem;
}
.d5m-staff-search .d5m-staff-search-input {
    width: 100%;
}
.d5m-staff-search .d5m-staff-search-btn {
    background: #0000fe;
    border-color: #0000fe;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}</pre></body></html>