<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- start slusd staffdir styling -- */

.staff-row {
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 29px;
    padding: 27px 0 29px 0;
}

.staff-right {
    float: right;
    text-align: right;
    padding-top: 8px;
    font-size: 18px;
    line-height: 22px;
}

.staff-left {
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    font-size: 18px;
    max-width: 360px;
}

.staff-image {
    display: inline-block;
    vertical-align: top;
    width: 116px;
}

.staff-image img {
    width: 94px;
    height: 94px;
}

.staff-name {
    margin: 0;
	font: 600 20px/22px "proxima-nova",helvetica,arial,sans-serif;
	color: #105997;
}




.staffdir-topnav-bar {
	border-bottom: solid 1px #eaeaea;
	padding: 17px 0 20px;
	margin-bottom: 40px
}

.staffdir-topnav-bar .staffdir-search {
	border: none;
	height: 34px;
	padding: 0 10px 0 30px;
	color: #fff;
	font: 15px/34px Helvetica, Arial, sans-serif;
	float: left;
	background: #c1c1c1 url(../images/search-listing.png) no-repeat 7px 10px;
	max-width: 215px;
}

.staffdir-topnav-bar .staffdir-search::-webkit-input-placeholder {
	color: #fff
}

.staffdir-topnav-bar .staffdir-search::-moz-placeholder {
	color: #fff
}

.staffdir-topnav-bar .staffdir-search:-ms-input-placeholder {
	color: #fff
}

.staffdir-letters {
	line-height: 34px;
	min-height: 34px;
	background: #c1c1c1;
	margin-left: 222px;
	font-size: 0
}

.menu-mobile .staffdir-search {
	float: none
}

.menu-mobile .staffdir-letters {
	margin-top: 20px;
	margin-left: 0
}

.staffdir-letters ul {
	list-style: none;
	line-height: 0;
	text-align: center
}

.staffdir-letters li {
	display: inline-block
}

.staffdir-letters a {
	font: 15px/34px Helvetica, Arial, sans-serif;
	color: #e3e3e3;
	text-decoration: none;
	display: block;
	padding: 0 6px;
	white-space: nowrap
}

.fluid .staffdir-letters a {
	padding: 0 7px
}

.menu-mobile .staffdir-letters a {
	padding: 0 2px;
	font-size: 14px
}

.staffdir-letters a:hover,
.staffdir-letters a.selected {
	color: #fff
}


.staffdir-filters {
    width: 187px;
    float: left;
}





.staffdir-filter-title {
	color: #3096e8;
	text-transform: uppercase;
	font: 600 20px/22px "proxima-nova",helvetica,arial,sans-serif;
	margin-bottom: 14px;
	cursor: pointer
}

.staffdir-filter-title span {
	background: url(../images/staffdir-filter-dropdown.png) no-repeat right 5px;
	padding-right: 24px
}

.staffdir-filter-title.closed span {
	background-position: right -25px
}

.staffdir-filter-dropdown {
	font-size: 14px;
	line-height: 20px;
	color: #383b3f;
	margin-bottom: 24px
}

.staffdir-filter-dropdown ul {
	list-style: none;
	margin-left: 0;
}

.staffdir-filter-dropdown li {
	padding-bottom: 4px
}

.staffdir-filter-dropdown label {
	cursor: pointer;
	margin-left: 26px;
	line-height: 18px;
	display: block
}

.staffdir-filter-dropdown input[type=checkbox] {
	-webkit-appearance: checkbox;
	float: left;
	position: relative;
	top: 2px
}

.filter-select {
	display: none
}

#staffdir-output {
	margin-left: 222px
}</pre></body></html>