  /*
 Theme Name:   MSU 2016 Newsroom Child Theme
 Theme URI:    http://www.montclair.edu
 Description:  Child theme implementing changes for Alumni
 Version:      0.1
 Author:       91ÉçÇø State University
 Author URI:   http://www.montclair.edu
 Template:     msu-prpl
*/


.faculty-expert-headshot img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.faculty-expert-headshot {
	margin: 2em 0em;
}

.expert-search input {
	font-size: inherit;
	padding: 0.25em 0.5em;
	line-height: 1.5em;
	border: 1px solid #777;
	margin: 0.5em 0em;
}

.page-middle .article-listing.experts .image-holder::before {
	padding-bottom: 133.33333333333333333333333333333%;
}

.newscenter-featured-stories h3,
.newscenter-featured-stories p {
	margin: 0;
}

@media (min-width: 720px) {
	.faculty-expert-headshot {
		float: right;
		width: 40%;
		margin-left: 2em;
		position: relative;
		z-index: 2;
	}

	.expertise-list:before,
	.expertise-list:after {
		display: table;
		content: " ";
		clear: both;
	}

	.expertise-list {
		margin-left: -1em;
	}

	.expertise-list .prpl-button {
		display: block;
		float: left;
		box-sizing: border-box;
		padding-left: 1em;
		width: 33%;
	}
	
	.expertise-list .button-wrapper:nth-child(3n+1) {
		clear: left;
	}

}