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

#waterMarkAnimation.drawMark
{
	display: none !important;
}

#listColumnWrapper
{
	display: block;
}

div.listColumn
{
	width: 100%;
}

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

div.listColumn ul.hierList li
{
	font-weight: normal;
	margin: 0.25em 0 0 0;
	line-height: normal;
	font: normal 16px Helvetica, Arial, sans-serif;
}

div.listColumn ul.hierList li a
{
	color: #889FA7;	
	padding-bottom: 13px;
}

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

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

div.listColumn.areaToggle .areaExpand
{
	display: inline-block;
	width: 30px;
	height: 21px;
	margin: 2px 0 0 5px;
	padding: 0px;
	border: 0px;
	color:  #627984;
	font-weight: normal;
	background: none;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

div.listColumn.areaToggle .areaExpand span
{
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 1;
}

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

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

div.listColumn.areaToggle li a
{
	color: #627984;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 15px;	
}

div.listColumn.areaToggle li a:hover
{
	color: #008066;
}

button#practiceExpand
{
	display: block;
	float: right;
	padding: 0px;
	background: none;
	border: none;
	font-size: 0.9rem;
	cursor: pointer;
}

#practiceExpanderWrapper::after
{
	/* make div stretch to height of content */
	display: block;
	clear: both;
	content: '';
}

@media (min-width: 768px)
{
	
	div#listColumnWrapper
	{
		display: flex;
		position: relative;
	}

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

}

/* Order flex list items with expander */

#services #listColumnWrapper
{
	margin: 24px 40px 50px 40px;
}

div.listColumn.areaToggle li
{
	display: flex;
	flex-wrap: wrap;
}

div.listColumn.areaToggle li .hierList
{
    display: flex;
    flex-direction: column;
    order: 2;
}

div.listColumn.areaToggle li a
{
	order: 2;
	width: 100%;
}

div.listColumn.areaToggle li .areaExpand
{
	margin-left: -30px;
}

#services div.listColumn.areaToggle li a.sp_pencil
{
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	line-height: normal;
}

#services div.listColumn.areaToggle li a.sp_pencil:before
{ 
	content: " ";
	display: inline-block;
	width: 0;
	margin-right: -0.25em;
}


/* end order flex list items with expander */

#practiceSearch
{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#practiceSearch form
{
	position: relative;
	flex: 1 1 800px;
	margin: 0 0 12px 0;
}

#practiceSearch form > div > div
{
	/*adjust width if changed to search icon */
	width: calc(100% - 72px);
	margin-bottom: 40px;
}

#practiceSearch form  > div
{
	display: block;
}

.search_form .submit_wrapper button
{
	width: 69px;
}

#practiceSearch form > div > div.submit_wrapper
{
	position: absolute;
	right: 0px;
	top: 0;
}

#practiceSearch form label
{
	font-size: 14px;
}

#practiceSearch form input[type=text]::-ms-clear
{
	margin-right: 20px;
}

#practiceSearch form button
{
	position: absolute;
	right: 0px;
	top: 0;
	height: 58px;
	line-height: 58px;
	padding: 0 8px 0 8px;
	border: none;
	background-color: #013C4D;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
}

#inlineSearchPopup
{
	top: 60px; /* height of search form field */
}

@media (min-width: 768px)
{
	#practiceSearch form label
	{
		font: normal 18px/1.8 Helvetica, Arial, sans-serif;
	}
	
	#practiceSearch form .hasFocus label
	{
		font-size: 14px;
		line-height: normal;
	}

	#practiceSearch form input[type=text]::-ms-clear
	{
		margin-right: 120px;
	}
}


/* specific color bar on practice landing page - for H2s may be able to do this as a sitewide style in default or with a specific class? */

#services h2
{
	color: #fff;
	background-color: #013C4D;
	padding: 15px 20px;
	font-weight: 300;
	--max-font-size: 21;
	--min-font-size: 21;
	margin-bottom: 10px;
}

#services h2:first-of-type
{
	background-color: #008066;
}


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