.directory-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.directory-list li {
	display: inline-block;
	padding: 0;
}
.directory-list li:first-of-type {
	padding-left: 0;
}
.directory-list li:after {
	content: "|";
	padding: 0 10px
}
.directory-list li:last-of-type:after {
	content: "";
}
.directory-card {
	margin-bottom: 30px;
}
.directory-card-inner {
	border: #cfcfcf 1px solid;
	border-radius: 10px;
	font-size: 18px;
	height: 100%;
	padding: 15px;
}
.directory-card-name {
	font-size: 22px;
	font-weight: bold;
}
.select-container-directory-all {
	margin-bottom: 15px;
	width: auto;
}
@media (min-width: 992px) {
	.select-container-directory-all {
		margin: 0 15px 0 0;
		width: 570px;
	}
}
@media (min-width: 1200px) {
	.select-container-directory-all {
		width: auto;
	}
}
.button-directory-all-search {
	font-size: 14px;
	height: 42px;
	margin: 15px 0 0 0;
	padding: 0;
	position: relative;
}
@media (min-width: 992px) {
	.button-directory-all-search {
		font-size: 1rem;
		height: 100%;
		margin: 0 0 0 15px;
		position: absolute;
	}
}
.button-directory-search.button-directory-all-search .icon--search {
	right: 25%;
	top: -4em;
}
@media (min-width: 992px) {
	.button-directory-search.button-directory-all-search .icon--search {
		top: -2.5em;
	}
}
.profile-heading {
  border-top: 1px solid #e4e2e0;
  font-weight: 600;
  margin: 30px 0;
  padding: 25px 0 0 0;
  text-transform: none;
}
.tab-pane .profile-heading:first-of-type {
  border-top: none;
  margin: 0 0 30px 0;
  padding: 0;
}
/** T4 **/
.directory-list li button {
  background: transparent;
  border: none;
  color: #c7531e;
  margin: 0;
  padding: 0;
}

.directory-list li.active button {
  color: #ad491a;
  text-decoration: underline;
}

.directory-list li:hover button {
  color: #ad491a;
  text-decoration: underline;
}

.no-bullet {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.no-bullet li {
  border: #cfcfcf 1px solid;
  border-radius: 10px;
  color: #c7531e;
  margin: 0.25rem 0.5rem 0.25rem 0;
  padding: 0.25rem 0.75rem;
  text-transform: capitalize;
  width: auto;
  display: inline;
}

.no-bullet li span.remove {
  font-weight: 700;
}

.no-bullet li:hover {
  color: #ad491a;
  text-decoration: underline;
  cursor: pointer;
}

.select-container-directory select {
  width: 15vw;
}

.select-container-directory select#department {
  /*width: 35vw;*/
    width: 100%;
}

@media (min-width: 768px) {
    .select-container-directory select#department {
        width: 35vw;
    }
}

a.clear-filters {
  background: #254a54;
  margin: 0.25rem 0 0.25rem 0;
}

.directory-list li:after {
  content: "|";
  padding: 0 8px;
}
.directory-list li:last-of-type:after {
  padding: 0;
}
/** T4 **/
.button-directory-search {
    background: url(/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-gray.svg) no-repeat center;
    height: 58px;
    margin: 0;
    position: static;
    width: 60px;
}

@media (min-width: 992px) {
    .button-directory-search {
        margin: 0 0 0 1em;
    }
}
.button-directory-search:focus,
.button-directory-search:hover {
    background: url(/media/evms_public/content/style_assets/refresh_2018_style_assets/images/search-icon-hover.svg) no-repeat center;
}

.CommunityFacultyList .list {
    display: grid;
    gap: 0.25em;
    grid-template-columns: repeat(3, minmax(1em, 25em));
}
