

ul.team-list {
  list-style:none;
  text-align: right;
}

.team-spread-pane-container {
position:relative;
height:17em;
}

.team-spread-pane {
position:absolute;
left:0;
right:0;
top:0;
-moz-transition:all 400ms linear;
-webkit-transition:all 400ms linear;
-o-transition:all 400ms linear;
transition:all 400ms linear;
}

.team-spread-pane.is-hidden {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity:0;
left:15px;
right:-15px;
}

.team-spread-pane.typeset h1 {
margin-top:.7em;
}

.team-member-name {
color:#303f4e;
font-family:museo-sans-1, museo-sans-2, sans-serif;
font-weight:500;
font-size:200%;
line-height:1.1;
margin-top:.7em;
}

.team-member-title {
color:#989ca5;
font-family:museo-sans-1, museo-sans-2, sans-serif;
font-size:140%;
line-height:1.1;
margin-top:.25em;
}

.team-member-description {
font-size:14px;
color:#5c5f66;
margin-top:1.4em;
}

.team-list {
overflow:hidden;
zoom:1;
}

.team-list li {
float:left;
margin:0 15px 15px 0;
}

.team-list a.avatar {
display:block;
-moz-transition:all 600ms;
-webkit-transition:all 600ms;
-o-transition:all 600ms;
transition:all 600ms;
}

.team-list a.avatar img {
-moz-transition:all 600ms;
-webkit-transition:all 600ms;
-o-transition:all 600ms;
transition:all 600ms;
}

.team-list.is-hovered a.avatar {
background:#1b1c1e;
}

.team-list.is-hovered a.avatar img {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity:0.5;
}

.team-list.is-hovered a.avatar:hover img,.team-list.is-hovered a.avatar:active img,.team-list.is-hovered a.avatar:focus img,.team-list.is-hovered a.avatar.is-selected img {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity:1;
}

.avatar {
display:inline-block;
position:relative;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
}

.avatar img {
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
}

.avatar::after {
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
-moz-box-shadow:rgba(0,0,0,0.1) 0 0 1px 3px inset,rgba(0,0,0,0.1) 0 0 0 1px inset;
-webkit-box-shadow:rgba(0,0,0,0.1) 0 0 1px 3px inset,rgba(0,0,0,0.1) 0 0 0 1px inset;
-o-box-shadow:rgba(0,0,0,0.1) 0 0 1px 3px inset,rgba(0,0,0,0.1) 0 0 0 1px inset;
box-shadow:rgba(0,0,0,0.1) 0 0 1px 3px inset,rgba(0,0,0,0.1) 0 0 0 1px inset;
content:"\200B";
position:absolute;
pointer-events:none;
left:0;
right:0;
top:0;
bottom:0;
}

.avatar.x16 {
width:16px;
height:16px;
}

.avatar.x24 {
width:24px;
height:24px;
}

.avatar.x32 {
width:32px;
height:32px;
}

.avatar.x48 {
width:48px;
height:48px;
}

.avatar.x64 {
width:64px;
height:64px;
}

.avatar.x72 {
width:72px;
height:72px;
}

.avatar.x96 {
width:96px;
height:96px;
}

.avatar.x128 {
width:128px;
height:128px;
}

.avatar.x128 {
width:128px;
height:128px;
}
