.staff-container > .staff-a > .staff-img {
	opacity:.7;
}

.staff-container:hover > .staff-a > .staff-img {
	opacity:1;
}
.heading-underline > a {
	position: relative;
	color:#000!important;
	text-decoration:none!important;
}
.heading-underline > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.staff-container:hover >.heading-underline > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.staff-container {
	padding:20px 0;
	margin:0;
}
.staff-container img {
	transition: all 0.3s ease;
}
#div1, #div2, #div3, #div4, #div5, #div6 {
	transition: all 0.3s ease;
}
.fader {
	display:none;
}
.arrow-box {
	background-color:#000;
	cursor:pointer;
	transition: all .2s ease;
	text-align:center;
}
.arrow-box:hover {
	background-color:#00bce3;
}
.arrow-box.collapsed > p:after {
	content:'\25BC';
	color:#fff;
}
.arrow-box > p:after {
	content:'\25B2';
	color:#fff;
}
