*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
.faculty_region_wrapper .faculty_member {float:left; width:25%; margin-bottom:1em;}
.faculty_region_wrapper .faculty_member(3n+1) {padding-right:1%;}
.faculty_region_wrapper .faculty_membere(3n+2) {padding:0 .5%;}
.faculty_region_wrapper .faculty_member(3n+3) {padding:0 .5%;}
.faculty_region_wrapper .faculty_member(3n+4) {padding-left:1%;}
.faculty_region_wrapper .faculty_member img {width:100%; height:auto; margin:0;}
.faculty_region_wrapper .faculty_member:nth-of-type(3n+5) {clear:left;}
*/

.faculty_member {
  display: inline-block;
  margin-bottom: 15px;
}

.faculty_member img {
  margin-bottom: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

/*.faculty_member a *{
  float: left;
}*/

.faculty_member a {
  font-size: smaller;
}

.faculty_member a span {
  color: #0f0e9f;
  font-size: 16px;
  line-height: 20px;
}

/*.page-professionals-faculty #main_content,
.node-type-faculty #main_content{
  padding: 20px;
}*/

.faculty_member .subtext {
  color: #1e5ce8;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  font-family: 'Univers LT W01_57 Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faculty_member .readBio {
  color: #1e5ce8;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  font-family: 'Univers LT W01_57 Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 4px;
  display: block;
}

.faculty_member .subtext ul {
  padding: 0;
  margin: 0;
  list-style: disc;
}

.faculty_name {
  color: #0F479E;
  line-height: normal;
  font-size: 14px;
  display: block;
}

.faculty_member .subtext ul li {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 4px;
}

.faculty_region_title {
  border-bottom: 3px solid #060e9f;
  margin-bottom: 20px;
}

/* node page*/
.field-name-field-profile-image {
  float: left;
  margin: 0 27px 20px 0;
}

.field-name-field-profile-image .field-label {
  display: none;
}

.node-type-faculty .container.banners {
  display: none;
}

.node-type-faculty h1.res-title {
  margin-top: 0 !important;
}

.faculty_profile .location .field-item {
  color: #060e9f;
}

.faculty_profile .left {
  float: left;
  width: 25%;
}

.faculty_profile .return {
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.faculty_profile .return a {
  white-space: nowrap;
}

.faculty_profile .right {
  float: right;
  width: 70%;
  margin-top: -5px;
}

@media (max-width: 800px) {
  .faculty_profile .left {
    float: left;
    width: 100%;
  }
  .faculty_profile .right {
    float: right;
    width: 100%;
  }
}

.bio {
  color: #838588;
  font-size: 12px;
}

.faculty_profile .subtext {
  float: left;
  clear: both;
  margin-left: -4px;
}

.faculty_region_wrapper .faculty_member {
  margin-bottom: 25px;
}

.jump_links {
  margin-bottom: 25px;
}

.faculty_profile .right .res-title {
  display: none;
}

.bio > p > strong {
  color: #060e9f;
}

.faculty_region_title {
  position: relative;
  top: -5px;
}

.faculty_members .subtext {}

.faculty_name b {
  font-weight: normal;
}

.faculty_member a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.text-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(6, 14, 159, 0.45);
  display: none;
  text-align: center;
}

.faculty_member .text-content span {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}

.faculty_member a:hover .text-content {
  display: table;
}

#block-block-95 p {
  max-width: 360px;
}

.map-info .row:last-child div:nth-child(2) .map-title:before {
  background: #fdbe95 !important;
}

.map-info .row:last-child div:first-child .map-title:before {
  background: #77c26a !important;
}
