/************ faculty ************/
.filter{
  display:none;
}
.facultyblocks{
  display:flex;
  flex-wrap:wrap;
}
.facultypage-title,.facultypage-alpha {
  color:#999;
}
.alphaall h4 strong{
	font-size:18px;
}
@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: #f4fdff;
    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:#1C9AF5;
}
.filter{
  margin-bottom:40px;
}
.alpharegion li.no_res {
    cursor: default;
    color: #999;
}
.alpharegion li.no_res:hover{
  background:none;
}
span.dead {
    border: 1px solid #666;
}