@CHARSET "UTF-8";

.quicktabs-wrapper .item-list ul,
.quicktabs-tabs {
  height: 2em;
  margin: 1.125em 0 0;
  padding: 0;
}

.quicktabs-wrapper > .item-list:after {
  clear: both;
  content: " ";
  height: 1px;
  float: none;
  display: block;
}

.quicktabs-wrapper ul.quicktabs-tabs li {
  float: left;
  margin-right: .125em;
  margin-top: .125em;
  margin-bottom: 0;
  padding: 0;
}
ul.quicktabs-tabs li:before {
  content: "";
  display: none;
}

ul.quicktabs-tabs li a {
  //text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 .5em;
  height: 2em;
  line-height: 2em;
  background-color: #f0f0f0;
  color: #156588; // must darken this link color otherwise it won't pass accessibility test.
}

ul.quicktabs-tabs li a:hover {
  background-color: #666;
  color: white;
}

.view-group-members {
	margin-top: 40px;
}

ul.quicktabs-tabs li.active a {
  background-color: #57A5F3;
  color: white;

}

.quicktabs_main {
  border: 1px #dadada dashed;
  padding: 0 1.25em 1em;
  list-style-type: none;
  list-style-image: none;
}

.views-row .node,
.quicktabs_main .node,
.view-publications .quicktabs-tabpage li {
  border-bottom: 1px #adadad dashed;
  padding: 0 0 .5em 0;
  margin: 0;
}

.view-publications .quicktabs-tabpage li {
  padding-top: .5em;
}

.views-row .node-research-topic,
.quicktabs_main .node-member {
  padding-top: 2em;
}


.view-header .node-member,
.quicktabs_main .quicktabs-views-group:last-of-type .node,
.view-publications .quicktabs-tabpage li:last-of-type {
	border-bottom-width: 0;
}

.view-header .node-member .field-name-field-work-phone span{
	white-space: nowrap;
}