/* Updated for two tagging schemes
   GW, ITS, 2 Sep 2016 INC0525140 */

.hiddenItem {
  display: none;
}

.shownItem {
  display: inherit;
}


/*** Filter by tag checkboxes ***/

@media (min-width:480px) { 
  .tag-container-wrapper {
      margin-bottom: 20px;
  }
}

.tag-container-wrapper {
  margin-bottom: 50px;
  margin-left: -10px;
}

.tag-container .tag label {
  margin-left: 10px;
  font-weight: normal;
}


/*** Staff summaries ***/
.results-container li.staff.layout.boxstyle_ {
  padding: 1em;
}

.results-container li.staff.layout.boxstyle_.box2 {
  background-color: #eee;
}

/* Constrain image sizes when dimensions are unknown and variable */
/* extra small screens first and set default */
.results-container li.staff.layout img {
  float: right !important;
  margin: 0 0 0 20px !important;
  max-width: 40%;
  max-height: 150px;
}

/* medium screens and above */
@media (min-width: 768px) {
  .results-container li.staff.layout img {
    max-width: 275px;
  }	
}

/* large screens only */
@media (min-width: 992px) and (max-width: 1199px) {
  .results-container li.staff.layout img {
    max-width: 150px;
  }	
}

/* Prevent thumbnails breaking out of summary cards */
.results-container li.staff.layout {
  min-height: 180px;
}

/* Display 'Edit summaries' to signed-in contributors */
a.edit-link {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #c0eade;
  padding: 5px;
}

.tag-container-wrapper {
	margin-bottom: 20px;	
}
		

.inline-group {
	display: inline-block;
	margin: 0 10px 0 20px;
}

.staffFilterSearch {
	margin-bottom: 20px;
}