<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** PAGE STAFF LISTING *****/
 
#col-2 .block.staff-listing ul,
.staff-listing ul li {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}

.staff-listing li {
	padding-bottom: 14px;
	position: relative;
	display: table;
}
.staff-listing.narrow-layout li {
    display: block;
}

.staff-listing .image-none,
.staff-listing .image {
	width: 100px;
	padding-top: 4px;
	display: block;
}

.staff-listing.narrow-layout .image-none {
    display: none;
}
.staff-listing.narrow-layout .image img,
.staff-listing.narrow-layout .image {
    display: block;
    max-width: 100%;
    padding-top: 0;
    width: auto;
}

.staff-listing .image img {
    width: 100px;
    border: 1px solid silver;
}

.staff-listing .staff-details {
	display: table-cell;
	padding: 0 0 15px 20px;
	vertical-align: top;
	width: 100%;
}
.staff-listing.narrow-layout .staff-details {
    clear: both;
    display: block;
    padding: 15px 0 0 0;
}

.staff-details h4,
.staff-details.faq-question h4 {
	margin: 0 0 3px 0;
	font-weight: bold;
	padding: 4px 0 0 0;
}

.staff-details.faq-question h4 {
	cursor: pointer;
	border-top: 1px solid #e3e3e3;
    padding: 4px 0 0 22px;
}
.staff-listing.narrow-layout .staff-details.faq-question h4 {
    padding: 4px 0 0 22px;
}

.staff-listing:not(.narrow-layout) .staff-details h4:before,
.staff-listing:not(.narrow-layout) .staff-details.faq-question h4:before {
    left: 120px;
}


.staff-details.faq-question h4:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/static/css/default_o/img/form-sprite.png) no-repeat -4px -342px;
    content: " ";
}

.staff-details.faq-question.active h4:before {
    background: url(/static/css/default_o/img/form-sprite.png) no-repeat -4px -367px;
}


.staff-listing.narrow-layout .staff-details.faq-question h4:before {
    margin-left: -22px;
}

.staff-details .staff-role {
	margin: 0 0 15px 0;
}

.staff-details p {
	margin: 0 0 3px 0;
}

.staff-details h4.faculty-name {
	margin: 0 0 3px 0;
}
/* accordion Staff */
.staff-details .answer {
	position: absolute;
	left: -9999em;
	top: -9999em;
}
.staff-details .staff-desc p,
.staff-details .answer p {
    margin: 0;
}
    .staff-details .staff-desc .description,
    .staff-details .answer .description {
        margin: 10px 0 0 0;
    }
        .staff-details .staff-desc .description p,
        .staff-details .answer .description p {
            margin: 0 0 10px 0;
        }

.staff-listing.accordion .staff-details.active .answer {
	position: relative;
	left: 0;
	top: 0;
}
</pre></body></html>