#live-filter-list .alumni-degree{
	float: none;
	/* 	padding: 3px; */
	font-size: 12px;
	line-height: 13px;
	/* 	background: #000;
	color: #fff; */
	border-radius: 5px;
}

/* Alumni Search Form */
.rounded-input {
	background: #ddd;
	border: 2px solid #bbb;
	padding: 10px;
	/* 	color: #fff; */
	width: 100%;
	border-radius: 0px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	font-family: 'Effra W01';
}

#live-filter-list .course-program-list li a {
	width: 100%;
}

/* Alumni Info */
.womens-leadership-alumni .two-third p{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.linkedin-after:after {
	content: "\f08c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: 1em;
	padding: 0 0 0 5px;
}

.womens-leadership-alumni img{
	max-height: 360px;
}

@media only screen and (min-width: 1072px){
	/* Red Block */

	h2.alumni-directory-header:before {
		display: block;
		position: absolute;
		left: 0;
		margin-top: 2px;
		content: " ";
		width: 25px;
		height: 25px;
		background: #900;
	}

	h2.alumni-directory-header{
		margin-left: 35px !important;
	}
}

.womens-leadership-alumni ul {
	margin-left: 10px;
}

@media only screen and (min-width: 600px){

	.womens-leadership-alumni ul {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 560px){
	#live-filter-list .alumni-degree {
		display: none;
	}
	#live-filter-list .course-program-list li a {
		width: 100%;
	}
}


#live-filter-list-1 img{
	max-width: 180px;
}

#live-filter-list-1 p {
	margin: 0;
	margin-top: 10px;
	font-weight: 600;
	/* 	max-width: 80%; */
}

#live-filter-list-1 span {
	font-weight: bold;
	font-size: 13px;
}


#live-filter-list-1 li {
	border: none !important; 
}

#live-filter-list-1 .course-program-list li a + a {
	width: 100%;
}

#live-filter-list-1 .course-program-list img{
	border-radius: 10px;
	height: 270px;
}

#live-filter-list-1 .alumni-degree{
	float: none;
}


#live-filter-list-1 .flex-list-4 {
	flex-flow: row wrap;
	height: auto !important;

}

@media only screen and (max-width: 560px){
	#live-filter-list-1 .course-program-list img{	
		float: left !important;
	}
}

@media only screen and (min-width: 960px) {
	.flex-list-4 li {
		width: 19%;
		margin: 0 0.5% 0px !important;
	}
}

@media only screen and (min-width: 960px) {
	#live-filter-list-1 li{
		height: 400px !important;
	}
	#live-filter-list-1 .course-program-list img{
		height: 270px;
	}
}


#live-filter-list-1 img:hover{
	/* 	box-shadow: #00000030 0px 0px 20px 0px; */
	opacity: 0.9;
	transition: 0.3s ease;
}