  /*Faculty Directory & Profile*/

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin: 1.35em 0;
		max-width: 35.0em;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.pagination > .page-item > .page-link {
  margin-left: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: #a90533;
  border-color: #a90533;
}

.profile-top-area {
  background-color: #f4f5f6;
  border: 1px solid #e5e6e7;
  padding: 20px 15px;
  max-width: 1140px;
  width: 100%;
  display: inline-block;
}

.profile-image {
	margin: 0 auto;
	max-width: 147px !important;
	padding-bottom: 25px;
	border: 0px solid #000;
}

.profile-top > h2, .profile-top > h3, .profile-top > h4 {
	font-family: 'Amiri', serif !important;
}

.profile-top > h2 {
	font-size: 2.15em;
	color: #a80532 !important;
	padding: 0;
	margin: 0 0 4px 0 !important;
}

.profile-top > h3 {
	font-size: 1.65em;
	color: #a80532 !important;
	padding: 0;
	margin: 0 0 6px 0 !important;
}

.profile-top > h4 {
  font-size: 1.28em;
  text-transform: none !important;
  padding: 0 0 1.0em 0 !important;
}

.profile-top ul {
  padding-left: 0;
  margin-left: 0;	
}

.profile-top ul > li {
	margin: 0;
	line-height: 1.85em;
}

.profile-top ul > li:before {
	display: none !important;
}

.profile-info {
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.65em;
}

.profile-info ul li {
	list-style: square outside none !important;
	margin-left: 20px;
	
}

.profile-info ul {
	margin: 15px 0;
}