/**
 * @file
 * Views Styling
 */


.view-research .views-row {
  min-height: 290px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.view-research .views-field-field-research-image {
  float: left;  
}
.view-research .views-field-field-research-image img {
	border: 4px solid #fff;
	-moz-box-shadow:    0px 0px 20px 4px #ccc;
  -webkit-box-shadow: 0px 0px 20px 4px #ccc;
  box-shadow:         0px 0px 20px 4px #ccc;
}
.view-research .views-field-title {
  margin-left: 180px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
.page-research .view-research .views-field-title a {
	font-size: 29px;
}
.page-research .view-research .views-field-title {
	line-height: 1.9em;
}
.view-research .views-field-title a {
	font-size: 23px;
	font-family: 'Ubuntu', sans-serif;
	display: block;
	text-decoration: none;
	color: #D1585F;
	font-weight: normal;
}
.view-research .views-field-view-node a {
	font-size: 12px;
	color: #D1585F;
}
.view-research .views-field-view-node a:hover {
	color: #fc9e12;
}
.view-research .views-field-field-research-teaser {
  margin-left: 180px;
  border-top: 1px dashed #888;
  padding: 10px 0;
  margin-top: 6px;
}
.view-research .views-field-field-research-teaser p {
	margin: .5em 0;
}
.read-more-button {
	text-align: left;
}
.view-research a.research-more-link {
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 13px;
  width: 75px;
}
.view-research a.research-more-link:hover {
  color: #fc9e12;
}


.view-Publications ol li {
  margin-bottom: 20px;
  border-bottom: 1px dashed #888;
  padding-bottom: 10px;
  position: relative;
}
.view-Publications .view-row {
  position: relative;
}
.view-Publications .node-publication {
  padding-right: 100px;
}
.view-Publications a.pdf-link {
  position: absolute;
  right:0;
  top: 10px;
}

.view-galleries table {
  width: auto;
}
.view-members-only-galleries ul,
.view-galleries ul {
  list-style-image: none;
  list-style-type: none;
  margin:0;
  padding:0;
}
.view-members-only-galleries ul li,
.view-galleries ul li {
  list-style-image: none;
  list-style-type: none;
  margin:0;
  padding:0;
}
.view-members-only-galleries .gallery-item,
.view-galleries ul li .gallery-item {
  float: left;
  padding: 10px 45px 25px 0;
  line-height: 1em;
}
.view-members-only-galleries .gallery-item img,
.view-galleries ul li .gallery-item img {
  padding: 2px;
  border: 1px solid #aaa;
}
.view-members-only-galleries .gallery-item .gallery-caption,
.view-galleries ul li .gallery-item .gallery-caption {
  text-align: center;
  font-size: .9em;
}




.view-group table {
  width: 100%;
}
.view-group table tr td {
  width: 50%;
}
.view-group table tr td.col-1 .member {

}
.view-group table tr td .member {
  width: 315px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #dcdcdc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#dcdcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
}
.view-group table tr td .member .photo {
  float: left;
  margin-right: 10px;
  height: 134px;
}
.view-group table tr td .member-details {
  margin-left: 110px;
}
.view-group table tr td .member .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.view-group table tr td .email,
.view-group table tr td .publications {
  font-size: 13px;
}



#position-table table {
	width: 100%;
}
#position-table table .odd {
	background-color: #f0f0f0;
}
#position-table table .even {
  background-color: #fff;
}
#position-table table th {
	color: #ef3c24;
}
#position-table table th,
#position-table table td {
	padding: 5px 5px;
	vertical-align: middle;
}
#position-table table .views-field-php {
  width: 150px;
}
#position-table table .views-field-php-1 {
	width: 130px;
}

.view-research .field-item a {
  color: #0071BC;
}

.view-display-id-block_1.view-research .views-field-title a {
 color: #808080; 
}