a.button-ug:link,a.button-ug:visited {
    background-color: #511c6c;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block
}

a.button-ug:active,a.button-ug:hover {
    background-color: #00407a;
    cursor: pointer;
    transition: .3s
}

/* Updated for two tagging schemes
   GW, ITS, 2 Sep 2016 INC0525140 */

.hiddenItem {
  display: none;
}

.shownItem {
  display: inherit;
}

/** Setting label to inline display to ensure text that runs over two lines doesn't appear below checkbox on a new row **/

label {
    display: inline !important;
}



/*** 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_.box2 {
  background-color: #fff!important;
}


/* large screens only */
@media (min-width: 1199px) {
.results-container li.staff.layout.boxstyle_ {
display: block;
    float: left;
height: 400px;
    width: 33.33%;
    margin: 0px 0px 55px 0px;
padding: 5px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}


/* tablet to desktop */
@media (min-width: 768px) and (max-width: 1199px){
.results-container li.staff.layout.boxstyle_ {
display: block;
    float: left;
height: 425px;
    width: 50%;
    margin: 0px 0px 20px 0px;
    padding: 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* mobile */
@media (max-width: 768px){
.results-container li.staff.layout.boxstyle_ {
display: block;
    float: left;
height: 410px;
    width: 50%;
    margin: 0px 0px 15px 0px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
}

/* 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;
}