/************ faculty ************/
.quicktabs-wrapper .quicktabs-tabs{
  border:0;
}
.quicktabs-tabs{
  
}
.filter{
  display:none;
}
.facultyblocks{
  display:flex;
  flex-wrap:wrap;
}
.facultylist h3{
 clear:both;
 font-size:20px;
 margin-bottom:20px;
 margin-top:20px;
 font-weight:bold;
 color:#1D7B70;
 margin-left:14px;
 width:100%;
}
.facultybg {
    overflow: hidden !important;
    padding: 10px;
    background: #F2f2f2;
}
.facultylist{
flex-wrap: wrap;
    display: flex;
}
@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;
    min-width: 30%;
}}
.quicktabs-wrapper .quicktabs-tabs li a {
    border: 0;
    font-size: 20px;
}
.quicktabs-wrapper .quicktabs-tabs li.active{
    background-image: linear-gradient(135deg,#12A9C4,#265930);
    background-image: -webkit-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -moz-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -ms-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -o-linear-gradient(135deg,#12A9C4,#265930);
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
    color: #f4cd64;
    border: 0;
    border-bottom: none;
    outline: none;

}
.facultypage-title,.facultypage-alpha {
  color:#999;
}
.facultypage-title .list-title,.facultypage-alpha .list-title{
  font-size:14px;
  line-height:200%;
  margin-top:8px;
  margin-bottom:8px;
}
.facultypage-title .list-title a,.facultypage-alpha .list-title a{
    color: #1D7B70 !important;
    font-size: 18px !important;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    margin-right:10px;
}

.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{
  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);
}


@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;
}
}
@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{
    margin-bottom:50px;
}
.alphasearchtext{
  padding-bottom:15px;
  margin-bottom:10px;
  border-bottom:#005826 1px solid;
}
.alpharegion {
    overflow: hidden;
    padding: 0;
}
.alpharegion .view-row{
  margin-left:-14px;
  margin-right:-14px;
}
.alpharegion li {
    text-align: center;
    color: #333;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    width: 45px;
    line-height: 40px;
    height: 45px;
    list-style: none;
    margin-right: 10px;
    border: 1px solid #ECECEC;
}
.alpharegion.zc li {
    text-align: center;
    color: #333;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    width: auto;
    line-height: 60px;
    height:60px;
    padding:0 30px;
    margin-right: 10px;
    border: 1px solid #ECECEC;
}
.alpharegion li:hover
{
    color:green;
}
.alpharegion li.active{
    background:green;
    color:#FFF;
}
.filter{
  margin-bottom:40px;
}
.alpharegion li.no_res {
    cursor: default;
    color: #999;
    display:none;
}
.alpharegion li.no_res:hover{
  background:none;
}
span.dead {
    border: 1px solid #666;
}