// Temporary file

@media screen and (max-width: 44em) {
  #second-board[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@media screen and (min-width: 44em) {
  #second-board[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media screen and (min-width: 55em) {
  #second-board[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}
@media screen and (min-width: 75em) {
  #second-board[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}
#second-board{
	visibility: hidden;
	max-height: 0;
}
.board-active #grid{
	visibility: hidden;
	max-height: 0;
}
.board-active #second-board{
	visibility: visible;
	max-height: none;
}
#grid, #second-board{
	overflow: hidden;
}
#work-sector .panels-people.new-people .item-info2 {
  width: 100%;
}
#work-sector .panels-people.new-people .p-people.item2:hover .p-h, #work-sector .panels-people.new-people .p-people.item.is-shown .p-h {
  opacity: 0.9;
}
#work-sector .panels-people.new-people .item-info2 .item-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  padding: 1em 2em;
  background: #008FC6;
}
#work-sector .panels-people.new-people .item-info2 .item-content .team-member-text {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 55em) {
  #work-sector .panels-people.new-people .item-info2 .item-content .team-member-info p {
    width: 49.15254%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
#work-sector .panels-people.new-people .item-info2 .item-content .team-member-info span {
  margin-right: 1em;
  display: block;
}
@media screen and (min-width: 44em) {
  #work-sector .panels-people.new-people .item-info2 .item-content .team-member-info span {
    display: inline;
  }
}
@media screen and (min-width: 55em) {
  #work-sector .panels-people.new-people .item-info2 .item-content .team-member-info span {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  #work-sector .panels-people.new-people .item-info2 .item-content .team-member-info span {
    display: inline;
  }
}
#work-sector .panels-people.new-people .item-info2 .item-content .xclose {
  position: absolute;
  right: 1em;
  top: 1em;
  background: url(../images/close.svg) no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#work-sector .panels-people.new-people .item-info2 .item-content * {
  color: #fff;
}
body .glance-item, body #work-sector .item2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
