  
.button-group {
  margin: 15px 0;
}
.button-group .button {
  display: inline-block;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}
.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #e6e6e6;
  border: none;
  color: #222;
  cursor: pointer;
}
.button:hover {
  background-color: #333;
  color: #fff;
}
.button:active, .button.is-checked {
  background-color: #003359;
}
.button.is-checked {
  color: #fff;
}

.button-group .button {
    border-bottom: 3px solid transparent;
}
button.button.btn-campus {
    border-bottom-color: #003359;
}
button.button.btn-community {
    border-bottom-color: #00AEEF;
}
button.button.btn-professional {
    border-bottom-color: #A5ACAF;
}
button.button.btn-research {
    border-bottom-color: #4caf50;
}
button.button.btn-teaching {
    border-bottom-color: #64A0C8;
}
button.button.btn-wellness {
    border-bottom-color: #673ab7;
}

.input-group {
  width: 100%;
  margin: 0 0 24px 0;
}

.quicksearch {
  border: 0;
  background: #f6f6f6;
  box-shadow: none;
  border-bottom: 3px solid #ddd;
  width: 100%;
  padding: 30px 20px;
    font-size: 18px;
}
.quicksearch:active, .quicksearch:focus {
  background: #e6e6e6;
  border-color: #00AEEF;
  box-shadow: none;
  outline: none;
}

.quicksort {
  width: 50px;
  height: 43px;
  margin: 15px 0;
  display: table;
  text-align: center;
  font-size: 20px;
  background: #e6e6e6;
  color: #151515;
  border-radius: 0.5em;
  font-weight: normal;
  text-decoration: none;
}
.quicksort i {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.quicksort:hover {
  color: #fff;
  background: #222;
  text-decoration: none;
}

.element-item {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding: 10px 10px 10px 65px;
  border: 1px solid #d7d7d7;
  background: #f6f6f6;
  color: inherit;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-family:'Open Sans', sans-serif;
  display: block;
  overflow:hidden;
}
.text-muted {
    color: inherit;
    padding-left: 20px;
    font-weight: lighter;
    text-transform: lowercase;
}
.element-item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  float: left;
  color:#fff;
  background: rgba(0, 0, 0, 0.15);
}
.element-item.Campus span {
  background: #003359;
}
.element-item.Community span{
  background: #00AEEF;
}
.element-item.Professional span{
  background: #a5ACAF;
}
.element-item.Research span{
  background: #4caf50;
}
.element-item.Teaching span{
  background: #64A0C8;
}
.element-item.Wellness span{
  background: #673ab7;
}


