/* BEGIN AREA-LISTING CSS ---------------------------------------> */

div#listColumnWrapper
{
	display: flex;
	gap: 4.4vw;
	position: relative;
	margin: 30px 0 0 0;
}

div.listColumn
{
	position: relative;
	width: 50%;
}

div.listColumn ul,
div.listColumn ul li
{
	position: relative;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

div.listColumn > ul > li
{
	padding: 20px 0;
	color: #555555;
	font-size: 1.2rem;
	font-weight: 300;
	border-bottom: 1px solid #BCCDD6;
}

div.listColumn ul li a
{
	display: block;
	padding-right: 40px;
	color: #555555;
}

div.listColumn ul li a:hover,
div.listColumn ul li a:focus
{
	color: #3E915E;
	text-decoration: none;
}

div.listColumn ul.hierList li
{
	padding: 12px 0 0px 1em;
	font-size: 1rem;
}

div.listColumn li ul.hierList li
{
	padding-left: 1em;
}

div.listColumn.areaToggle > ul > li > ul.hierList
{
	display: none;
}

div.listColumn.areaToggle .areaExpand
{
	position: absolute;
	top: 11px;
	right: 3px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px 0 0 5px;
	padding: 0px;
	background: none;
	border: 0px;
	font-size: 1.8rem;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

div.listColumn.areaToggle .areaExpand span
{
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	color: #555555;
}

div.listColumn.areaToggle .areaExpand:not(.expanded) span:last-child
{
	display: none;
}

div.listColumn.areaToggle .areaExpand.expanded span:first-child
{
	display: none;
}

#formOptions button#practiceExpand
{
	background: none;
	border: 0px;
	/*color: #3E915E;*/
	color: #707070; /* changed to meet ADA */
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	cursor: pointer;
}

#practiceSearch 
{
	position: relative;
}

#inlineSearchPopup
{
	top: calc(100% - 46px);
}

@media (max-width: 501px)
{
	div#listColumnWrapper
	{
		display: block;
	}

	div.listColumn
	{
		width: 100%;
	}
}




/* END AREA-LISTING CSS -----------------------------------------> */