  .person-contact {
    height: 200px;
}

.dp-select-list .dp-option {
    white-space: normal;
}

.faculty-list .person-contact {
     margin-top: 30px;
     height: 200px;
}

.faculty-list p {
    font-weight: 300;

}
.faculty-list .person-contact h3 {
    padding-bottom: 3px;
    padding-left: 5px;
    margin-bottom: 3px;
    padding-top: 5px;
    border-bottom: 1px solid #fff;
}

.faculty-list h3 {
    font-size: 18px;
    font-weight: 600;
}

.faculty-list a {
    color: #e55400;
}

.dept-panel {
    background: #861213;
    display: block;
    color: #fff;
    padding: 15px 10px 12px 10px;
    position: relative;
    min-height: 85%;
    bottom: 5px;
    right: 10px;
}
.dept-panel h3 {
    color:#fff;
    font-weight:500;
    font-size:22px;
}
.dept-panel p:last-child {
    margin-bottom: 0;
}
.dept-panel a {
    color: #fff;
}

.view-profile .more  {
    text-transform: uppercase;
}
    
.filter-form .dp-select {
    width: 385px;
}
 
.pagePagination {
    display: table;
    margin: 20px auto;
    overflow: hidden;
    padding: 15px 0;
}

.pagePagination a { 
    border: 4px solid #7f1416;
    color: #7f1416;
    display: inline-block;
    font-size: 24px;
    min-width: 48px;
    line-height: 40px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
}

.pagination span.active a,
.pagination span a:hover,
.pagination span a:focus {
    border: 4px solid #7f1416 !important;
    color: #fff;
    text-decoration:none;
    background-color: #7f1416 !important;
    outline: none;

}

span.ng-scope a:first-child, span.ng-scope a:last-child {
    padding: 0 15px;
}

span.ng-scope.disabled:first-child, span.ng-scope.disabled:last-child  {
    display: none;
}

/*input[type=text] {*/
/*    width: 338px;*/
/*    float: right;*/
/*    background-image: url(http://www.w3schools.com/howto/searchicon.png);*/
/*    height: 59px;*/
/*    border: 4px solid #7d7d7d;*/
/*    margin-left: 8px;*/
/*    font-size: 18px;*/
/*    background-position: 295px 13px;*/
/*    background-repeat: no-repeat;*/
/*    padding: 8px 20px 10px 13px;*/
/*}*/