/************ faculty ************/
.quicktabs-wrapper .quicktabs-tabs{
  border:0;
}
.quicktabs-tabs{
  
}
.filter{
  display:none;
}
.facultyblocks{
  display:flex;
  flex-wrap:wrap;
}

@media screen and (min-width: 768px){
.quicktabs-wrapper .quicktabs-tabs>li:nth-last-child(2), .quicktabs-wrapper .quicktabs-tabs>li:nth-last-child(2)~li {
    display: inline-block;
    width: auto;
    padding: 3px 40px;
    margin-bottom: 15px;
    border: 1px solid #014924;
    margin-right: 30px;
}}
.quicktabs-wrapper .quicktabs-tabs li a {
    border: 0;
    font-size: 20px;
}
.quicktabs-wrapper .quicktabs-tabs li.active{
    background: #014924;
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
    color: #f4cd64;
    border: 0;
    border-bottom: none;
}
.facultypage-title,.facultypage-alpha {
  color:#999;
}
.facultypage-title .list-title,.facultypage-alpha .list-title{
  font-size:18px;
  line-height:200%;
  font-weight: bold;
  color:#333;
}
.facultypage-title .list-title span,.facultypage-alpha .list-title span{
 display:block;
 color:#777;
 font-size:14px;
 font-weight:normal;
}
.list-text{
 color:#777;
}
.facultypage-title .list-title a,.facultypage-alpha .list-title a{
    font-size: 18px !important;
    font-weight: bold;
    display:block;
    margin-bottom:2px;
    color:#009999;
}

.facultypage-title   h3,.facultypage-alpha   h3{
      margin-top: 40px;
    color: #333;
    text-transform: capitalize;
    font-size: 30px;
    border-bottom: 1px solid #f4cd64;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.list-images-1-1 .list-left img {
    max-height: 160px;
}
.list-images-1-1 .list-left:after {
    background: #009999;
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 10px;
    z-index: -1;
    left: -10px;
}
.list-images-1-1 .list-left{
  position:relative;
}
.list-images-1-1 .list-left a{
  display:block;
  line-height:1;
}
.list-bottom{
  position:relative;
}
.list-bottom:before {
    content: "";
    border-top: 1px dotted #ECECEC;
    width: calc(100% - 210px);
    height: 1px;
    position: absolute;
    left: 140px;
    top: 10px;
}
.list-bottom:hover:before{
    width: calc(100% - 230px);
}
.list-more.f-r a {
    display: inline-block;
    padding-right: 0px;
}
.list-more.f-r a:hover{
    padding-right: 20px;
    background-position: center right;
    background-size: contain;
}

@media screen and (min-width: 992px){
.facultypage-title  .list-images-1-1 .list-content,.facultypage-alpha  .list-images-1-1 .list-content {
    display: inherit;
    padding-right: 16px;
    padding-left:0;
}
.facultypage  .list-images-1-1 .list-content {
    padding-left: 5px;
    padding-right: 15px;
}
.block-region-content{
  padding-left:40px;
}
.list-images-1-1 {
    min-height: 200px;
}
}
@media screen and (min-width: 1171px){
.faculty-row {
    padding-bottom: 20px;
    border-bottom: 0.9px solid #dcdcdc;
    margin-bottom: 20px;
}}
@media screen and (max-width: 1170px){
.views-view-grid .views-col {
    float: none;
    width:100% !important;
    overflow:hidden;
}
.facultypage-title  .faculty-row,.facultypage-alpha  .faculty-row {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0px;
}
.faculty-col{
  margin-bottom:20px;
}
}
/**************** alpha folio ****************/
.alphasearchregion{
    padding: 20px 30px;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    margin-bottom: 50px;
    box-shadow: 2px 2px 6px #CCCCCC;
}
.alphasearchtext{
  padding-bottom:15px;
  margin-bottom:10px;
  border-bottom:#86000D 1px solid;
}
.alpharegion {
    overflow: hidden;
    padding: 0;
}
.alpharegion .view-row{
  margin-left:-14px;
  margin-right:-14px;
}
.alpharegion li {
    padding: 5px 1.2%;
    text-align: center;
    color: #333;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    list-style: none;
}
.alpharegion li:hover,.alpharegion li.active
{
    color:#009999;
}
.filter{
  margin-bottom:40px;
}
.alpharegion li.no_res {
    cursor: default;
    color: #CCC;
}
.alpharegion li.no_res:hover{
  background:none;
}
span.dead {
    border: 1px solid #666;
}
/*** retiredteacher */
.retiredteacher{
overflow:hidden;
}
.retiredteacher li{
 padding:10px;
 float:left;
 width:150px;
 text-align:center;
 list-style:none;
}
.retiredteacher li strong{
 border:1px solid #333;
 font-weight:normal;
}

.faculty-member{
 display:flex;
 flex-wrap:wrap;
}
.faculty-member .people {
 padding:20px 30px;
 background:#D2E8E8;
 height: 100%;
 position:relative;
}
.faculty-member .people:after{
 content:"";
 width:100%;
 height:100%;
 right:-10px;
 bottom:-10px;
 background:rgba(9,82,63,0.5);
 position:absolute;
 z-index:-1;
}
.faculty-member .people h4{
 color:#000;
 padding: 0px 0 25px 0;
 font-size:22px;
 font-weight:500;
}
.faculty-member  p{
  font-size:14px;
}

