/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.txt-sec ul.thumbnails.ldp li::before {
	content: none !important;
}

/* START FACULTY LISTING STYLING */

.faculty-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-filter_buttons {
	float: right;
}

.news-filter_submit:first-child {
	margin-right: 15px;
}

.txt-sec ul li {
	display: table;
}

/* mobile search bar */
div.search-mobile form {
	margin: 20px 0px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: start;
}
div.search-mobile #m-search-bar {
	width: 100%;
	padding: 10px;
}
div.search-mobile label {
	width: 80%;
}
div.search-mobile .searchButton {
	margin: 0 1%;
}

/* nested list bullets */
.txt-sec ol ul li:before {
	margin: 0;
}


