#mckinseynl_people {
  font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 690px;
  position: relative;
}
#mckinseynl_people .menu {
  position: absolute;
  right: 10px;
  right: 10px \9;
}
#mckinseynl_people .menu .reset {
  font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2175bf;
}
#mckinseynl_people .menu .reset:hover {
  text-decoration: underline;
  cursor: pointer;
}
#mckinseynl_people .menu .reset.active {
  font-weight: bold;
  background: url(chevron.png) no-repeat 0 8px;
}
#mckinseynl_people .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 145px;
  width: 145px \9;
}
#mckinseynl_people .menu ul li {
  color: #2175bf;
  font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mckinseynl_people .menu ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}
#mckinseynl_people .menu ul li.active {
  font-weight: bold;
  background: url(chevron.png) no-repeat 0 8px;
}
#mckinseynl_people .menu ul li.background-title, #mckinseynl_people .menu ul li.role-title {
  background: white;
  color: black;
  text-decoration: none;
  width: 80px;
  font-size: 12px;
  font-weight: 700;
  cursor: default;
}
#mckinseynl_people .menu ul li.background-title:hover, #mckinseynl_people .menu ul li.role-title:hover {
  color: black;
}
#mckinseynl_people .people {
  padding-top: 20px;
  zoom: 1;
  clear: both;
}
#mckinseynl_people .people .employee {
  width: 250px;
  height: 250px;
  display: block;
  float: left;
  position: relative;
  -webkit-perspective: 700px;
  -moz-perspective: 700px;
  -o-perspective: 700px;
  perspective: 700px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
#mckinseynl_people .people .employee img {
  display: block;
  position: relative;
}
#mckinseynl_people .people .employee.small {
  width: 120px;
  height: 120px;
}
#mckinseynl_people .people .employee.medium {
  width: 170px;
  height: 170px;
}
#mckinseynl_people .people .employee .card {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#mckinseynl_people .people .employee .card img {
  border: none;
}
#mckinseynl_people .people .employee .card .front, #mckinseynl_people .people .employee .card .back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#mckinseynl_people .people .employee .card .front {
  background: white;
  z-index: 3;
}
#mckinseynl_people .people .employee .card .back {
  background: #cccccc;
  background: #eeeeee \9;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#mckinseynl_people .people .employee.in-filter a.info {
  display: block;
}
#mckinseynl_people .people .employee.out-filter .card {
  opacity: .50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=$value)";
  -khtml-opacity: .50;
  -moz-opacity: .50;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#mckinseynl_people .people .employee.out-filter .card .front {
  display: none\9;
  z-index: 1;
}
#mckinseynl_people .people .employee .info {
  text-decoration: none;
  text-align: left;
  background: #2175bf transparent;
  background: rgba(33, 117, 191, 0.7);
  color: white;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: -40px;
  padding: 10px;
  line-height: 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#992175bf, endColorstr=#992175bf);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992175bf, endColorstr=#992175bf)";
  width: 230px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mckinseynl_people .people .employee .info:hover {
  background: #2175bf;
}
#mckinseynl_people .people .employee:hover .info, #mckinseynl_people .people .employee.in-filter .info {
  display: block;
  bottom: 0 \9;
  -webkit-transform: translate(0%, -40px);
  -moz-transform: translate(0%, -40px);
  transform: translate(0%, -40px);
}
#mckinseynl_people .people .employee.in-filter:hover .info {
  background: #2175bf;
}
#mckinseynl_people .people .employee:hover .info {
  text-decoration: underline;
}
#mckinseynl_people .people .employee.out-filter .info {
  display: none;
}
#mckinseynl_people .people .employee.small .info {
  width: 100px;
  bottom: -80px;
}
#mckinseynl_people .people .employee.small.in-filter .info, #mckinseynl_people .people .employee.small:hover .info {
  -webkit-transform: translate(0%, -80px);
  -moz-transform: translate(0%, -80px);
  transform: translate(0%, -80px);
  bottom: 0px \9;
}
#mckinseynl_people .people .employee.medium .info {
  width: 150px;
}
