.faculty-view {
  padding: 2em 0;
}
.faculty-view .views-field-field-photo {
  float: left;
  margin-right: 0.8em;
  overflow:hidden;
  border-radius: 100%;
  max-width: 150px;
}
.faculty-view .views-field-field-photo img {
  -webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  box-shadow:none;
  border:none;
  margin: 0;
}
.faculty-view .views-field-field-photo a:hover img {
  transform:scale(1.1);
}

.faculty-view h3, .faculty-view h2  {
  font-size: 1.2em;
  font-family:'CoreSansMedium', 'Arial', 'Helvetica', sans-serif;
  margin: 2em 0 0 0;
}
.faculty-view h3 a:hover, .faculty-view h3 a:focus, .faculty-view h2 a:hover, .faculty-view h2 a:focus{
  text-decoration: none;
  border-bottom: 1px solid deeppink
}
.faculty-view .views-field-field-email a, .faculty-view .views-field-field-email-1 a  {
  border-bottom: 1px solid #000;
}
.faculty-view .views-field-field-email a:hover, .faculty-view .views-field-field-email-1 a:hover, .faculty-view .views-field-field-email a:focus, .faculty-view .views-field-field-email-1 a:focus {
  border-bottom:none;
  text-decoration: none;
}
.faculty-view .views-field-field-email-1 {
  margin: 2.5px 0;
}
.faculty-view .views-field-field-email a:hover, .faculty-view .views-field-field-email a:focus, .faculty-view .views-field-field-email-1 a:hover, .faculty-view .views-field-field-email-1 a:focus {
  border-bottom:none;
}
.faculty-view .views-field-field-position {
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'CoreSansCaption', 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  margin-top: 2px;
}
.faculty-view .views-row {
  padding: 2em 0;
  /*border-bottom: 1px solid #000;*/
}
.path-directory #main {
  margin-top: 0;
}
.path-directory .sidebar {
  border-left: 1px solid #000;
}
.path-directory .main-content, .path-directory .content .views-element-container {
  padding-right: 0;
}
.path-directory .top-content {
  margin-top: 0;
}
.faculty-view .views-view-grid {
  padding-right: 0;
}
/*faculty spotlight*/
.faculty-spotlight h2 {
  font-size:1.75em;
  margin-top: .5em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.faculty-spotlight .views-field-title {
  margin-top: 0.5em;
}
.faculty-spotlight .views-field-title a {
  font-family: 'CoreSansCaption', 'Arial', 'Helvetica', sans-serif!important;
  font-size: 1.25em;
  border-bottom: 1px solid #000;
  letter-spacing: 0.02em;
}
.faculty-spotlight .views-field-title a:hover, .faculty-spotlight .views-field-title a:focus {
  border-bottom:none;
  text-decoration: none;
}
.faculty-spotlight .views-field-title a:hover, .faculty-spotlight .views-field-title a:focus {
  border-bottom:none;
}
.faculty-spotlight {
  padding: 2em 0 0 1em;
  }
.faculty-spotlight .views-field-field-featured-image, .faculty-spotlight .views-field-field-gallery-image {
  overflow:hidden;
}
.faculty-spotlight .views-field-field-featured-image img, .faculty-spotlight .views-field-field-gallery-image img{
  -webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  box-shadow:none;
  border:none;
}
.faculty-spotlight .views-field-field-featured-image a:hover img, .faculty-spotlight .views-field-field-gallery-image a:hover img {
  transform:scale(1.1);
}
/*graduate view*/
.faculty-view .views-field-field-grad-degree {
  display: inline-block;
  margin-right:5px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'CoreSansCaption', 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  margin-top: 2px;
}
.faculty-view .views-field-field-grad-aos {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'CoreSansCaption', 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  margin-top: 2px;
}

/*featured graduate student*/
.feat-grad h2 {
  margin-top: .5em;
  margin-bottom: 0.3em;
  font-size: 1.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.feat-grad {
  padding-top: 3em!important;
  padding-left: 1em!important;
}
.feat-grad .views-field-title {
  margin-top: 5px;
}
.feat-grad .views-field-title a {
  font-family: 'CoreSansMedium','Arial', 'Helvetica', sans-serif;
  font-size: 1.2em;
  border-bottom:1px solid #000;
  margin-top:10px;
}
.feat-grad .views-field-title a:hover, .feat-grad .views-field-title a:focus {
  border-bottom:none;
  text-decoration:none;
}
.feat-grad .views-field-field-photo {
  overflow:hidden;
}
.feat-grad .views-field-field-photo img {
  -webkit-transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .3s cubic-bezier(.215,.61,.355,1),transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  box-shadow:none;
  border:none;
}
.feat-grad .views-field-field-photo a:hover img {
  transform:scale(1.1);
}

/*board of visitors*/
.bm-grid-details p {
  font-style: normal;
  text-transform: uppercase;
  font-family: 'CoreSansCaption', 'Arial', 'Helvetica', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  font-size: 0.85em;
}
.bm-grid-details h3 {
  margin-bottom: 0.1em;
  margin-top:0.5em;
}
.bov-view {
  padding: 0;
}

.bov-view h2 {
  text-align:center;
}

.bov-view .views-field-field-photo {
  float:none;
  max-width:150px;
}

/*alumni*/
.alumni-view .node--type-alumni .field--name-field-photo {
  width: auto;
}
/*dropdown*/
.aos-dropdown .dropdown {
  max-width: 100%!important;
}
.aos-dropdown .dropdown .show a {
  border-bottom: 1px solid #b8b8b8;
}

.aos-dropdown .dropdown-menu.show {
  background: #e5e5e5;
}
.aos-dropdown .dropdown-item:focus, .aos-dropdown .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: deeppink;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: deeppink;
  border-color: deeppink;
}
/*alpha pagination*/
ul.alpha-directory {
  list-style:none;
  padding-inline-start: 0;
  -webkit-padding-start: 0;
  margin-top: 1.5em;
  max-width: 100%!important;
}
ul.alpha-directory li {
  display:inline-block;
  padding-right: 10px;
}
ul.alpha-directory li a {
  font-family: 'CoreSansBold', sans-serif;

}
ul.alpha-directory li a:hover {
  text-decoration: none;
  border-bottom:none;
}
/*Dodd Chair*/
.dodd-chair .item-list ul li {
  width: 100%;
  float: left;
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid deeppink;
}
.dodd-chair .item-list ul li .views-field-field-image {
  float:left;
  margin-right: 1em;
}
.dodd-chair .views-field-field-season, .dodd-chair .views-field-field-year, .dodd-chair .views-field-field-end-year {
  display:inline-block;
  font-family: 'CoreSansMedium', sans-serif;
  padding-bottom: 5px;
}
.dodd-chair .views-field-field-year, .dodd-chair .views-field-field-end-year {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .path-directory .sidebar {
    border-left:none;
  }
  .alumni-view .node--type-alumni .field--name-field-photo {
    width: 100%;
    text-align: left;
  }
  .alumni-view .node--view-mode-teaser .alumni-copy {
    padding-top: 0;
    padding-left: 0;
  }
  .faculty-view .views-field-field-photo {
    float:none;
  }
  .faculty-view h3 {
    margin: 0.5em 0 0 0;
  }
  .feat-grad {
    padding-left: 0em!important;
  }
  .bov-view .col-md-3 {
    padding-bottom: 1em;
  }
  .bov-view .views-row {
    padding: 0;
  }

}

@media (max-width: 570px) {


}
