

/*      Request ID: bdff15d611db1f88feca0f7923502e6c_1751561272 (07/04/2025 8:17pm) (minifier disabled) (DcyBDYAgDATAiaQjmYa+2gRL0kdwfL0BTqamrLVE40Trm2GW5hPr0oYSGHIN65Wye5wJc8Sg4B2pFLXbSe9Bqf0J/kFuh4chSyU/)      */

.counselor-finder {
    font-size: 1.125rem;
}
.counselor-finder hr {
    margin: 2rem 0;
}
.lw_widget_counselors ul.multi_value,
.lw_widget_transfer_counselors ul.multi_value {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
.lw_widget_results_profiles {
    display: flex;
    flex-wrap: wrap;
}
.lw_widget_results_profiles > li {
    width: 33.333%;
}
.counselor {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-bottom: 1em;
	position: relative;
}
.counselor:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.counselor a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.counselor img {
    display: block;
}
.counselor.fadeout {
	opacity: .2;
}
.counselor.fadein:after {
	display: none;
}
.radio-inline,
.radio-inline + .radio-inline {
	margin-left: 0;
	margin-right: 10px;
}