.faculty-directory-grid {
	max-width: 1100px;
	margin:auto !important;
}

.grid > .views-exposed-form {
  grid-column: 1 / -1;
  display: block;
  margin-bottom: 1.5rem;
}

.views-exposed-form {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin:auto;
}

.views-exposed-form .form-item,
.views-exposed-form .form-actions, select {
  width: 100%;
  margin-bottom: 1rem;
  margin-left:0px !important;
}

.views-exposed-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
  text-align: left;
}

.views-exposed-form input.form-text,
.views-exposed-form input.form-autocomplete,
.views-exposed-form .form-actions input[type="submit"], 
.clear-filter-btn { /*input[type="submit"]*/
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.button.js-form-submit.form-submit {
	margin-top:15px;
	margin-left:0px !important;
}

#edit-title, #edit-field-people-research-value {
	height: 35px;
}

@media (max-width: 767px) {
  .views-exposed-form {
    flex-direction: column;
  }
  
  .faculty-directory-grid {
	display: block;
}
#edit-reset {
	float: none !important;
}
  
}

.listing-row.view-rows {
    max-width: 45%;
    margin: auto;
    background: #edece8 !important;
	margin-bottom:20px;
}

/*Styling the Clear Filters Button*/
.clear-filter-btn {
	margin-top:15px;
}



.faculty-directory-row {
    width: 100%;
    margin: auto;
    background-color: #edece8;
    padding: 30px;
    min-height: 100%;
    margin-bottom: 20px;

}
.faculty-directory-row .views-field-field-people-profile-image img {
    border-radius: 50%;
    width: 100px;
}

.views-field-field-department {
	min-height: 100px;
    border-top: solid 2px #0082ba;
    padding-top: 29px;
    margin-top:29px;
}

/*@media screen and (max-width: 768px) {*/
/*.faculty-directory-row {*/
/*	min-height: 100%;*/
/*}*/
/*}*/
