.block h2.block-title{
  font-size:24px;
  margin-bottom:30px;
  font-weight: bold;
  color:#005826;
  border-bottom:0;
}

.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: #014924 !important;
    font-size: 18px !important;
    font-weight: bold;
    display:block;
}
.faculty-row {
    padding-bottom: 20px;
    border-bottom: 0.9px solid #dcdcdc;
    margin-bottom: 20px;
}
.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;
}
@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;
}
}
@media screen and (max-width: 1170px){
.views-view-grid .views-col {
    float: none;
    width:100% !important;
}
.facultypage-title  .faculty-row,.facultypage-alpha  .faculty-row {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0px;
}
.faculty-col{
  margin-bottom:20px;
}
}
/**************** alpha folio ****************/
.alpharegion {
    overflow: hidden;
    margin: 0 0 50px 0;
    padding: 0;
}
.alpharegion .view-row{
  margin-left:-14px;
  margin-right:-14px;
}
.alpharegion li.all{
  width:110px;
}
.alpharegion li {
    padding: 10px;
    border: 1px solid #333;
    text-align: center;
    color: #014924;
    min-width: 30px;
    font-size: 16px;
    text-transform: capitalize;
    margin: 10px;
    cursor: pointer;
    float: left;
    background: white;
    list-style: none;
}
.alpharegion li:hover
{
    color: #199959;
    background-color: #ECECEC;
}
.alpharegion li.active{
    background-color: #199959;
    color: white;
}
.filter{
  margin-bottom:20px;
}
.alpharegion li.no_res{
    color: #e1e1e1;
    cursor: default;
    border: 1px solid #e1e1e1;
}
.alpharegion li.no_res:hover{
  background:none;
}
.pager.outside-tb.t-c {
    clear: both;
    padding-top: 40px;
}