/************ 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:14px;
  line-height:200%;
}
.facultypage-title .list-title a,.facultypage-alpha .list-title a{
    color: #77110c !important;
    font-size: 18px !important;
    font-weight: bold;
    display:inline-block;
    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:after {
    background: #F4F0EC;
    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:hover:before{
    width: calc(100% - 230px);
}
.list-more.f-r a {
    display: inline-block;
    padding-right: 0px;
}
.list-more.f-r a:hover{
    background: url(../../morelink-arrow-normal.png) no-repeat;
    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;
}
}
@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:30px 30px;
    background-color: #F4F1EC;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    margin-bottom:50px;
}
.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:red;
}
.alpharegion li.no_res {
    cursor: default;
    color: #999;
}
.alpharegion li.no_res:hover{
  background:none;
}
span.dead {
    border: 1px solid #666;
}