#tw-mq {
	display: none;
	border: 3px solid red;
}

/* SoMAS List Page */
#live-filter-list .flex-list-2 {
	height: auto !important;
}

@media only screen and (max-width: 960px) {
	.css-apartment-complex-filter-badges.one-third {
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 960px) {
	.css-apartment-complex-filter-badges.one-third {
		padding-top: 0px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	#live-filter-list .flex-list-2 {
		flex-flow: row wrap;
	}

	.course-program-list.flex-list-2 > li {
		margin-right: 2% !important;
	}

}

.key-icons--icon_black {
	padding: 5px;
}

.key-icons--icon_grey {
	padding: 11px;
}

.key-icons--icon_black:hover {
	background: #990000;
}

.key-icons--icon_grey:hover {
	background: #990000;
}

.css-apartment-complex-search-bar.whole {		
	padding: 0px;
}

@media only screen and (min-width: 960px) {
	.css-apartment-complex-search-bar.whole {
		width: 88%;
	}

	.css-apartment-complex-clear-filter.whole {
		width: 12%;
		padding: 11px 25px;
	}
}

@media only screen and (min-width: 768px) {
	.course-program-list.flex-list-2 > li {
		margin-right: 2% !important;
	}

	.major-minor-badges--wider-badges .course-program-list li a {
		width: 85%;
	}
}

/* Selected badge */
.do-live-filter-search-term:focus {
    background-color: #900;
    color: #900;
    border-radius: 2px;
    outline: none !important;
}

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

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

.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';
}



/* SoMAS List Page END */