/*
	Title:		Contacts Styles Less
	Version:	v1
	Author:		Lisa French
	Last Edit:	April 2016
*/
/*****************************************************
Imports
******************************************************/
/*****************************************************
Main
******************************************************/
/*********************
Cards
**********************/
.contacts .card-image {
  padding: 2% 0 4%;
}
@media (min-width: 768px) {
  .contacts .card-image {
    padding: 10% 0 12%;
  }
}
.contacts .card-image img {
  max-height: 100px;
}
.contacts .card-body {
  color: #7d7d7d;
}
.contacts .form-control {
  height: 38px;
}
/*********************
Search
**********************/
.search-match {
  display: block !important;
}
.contacts-search-submit button {
  display: block;
  width: 100%;
}
/*********************
// Page/app specific classes
**********************/
.contact-photo-info {
  padding-bottom: 5%;
}
.contact-photo img {
  max-height: 130px;
}
.contact-bio p {
  padding-bottom: 3%;
}
