/* BEGIN DEFAULT CSS --------------------------------------------> */



@font-face{
    font-family:"Avenir";
    src:url("../fonts/avenir-medium.woff2") format("woff2"),
    	url("../fonts/avenir-medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

html
{
	/* prevent vertical scrollbar jump */
	overflow-y: scroll;

	/* need to hide bottom scrollbar if using the calc(50vw - 50%) method */
	overflow-x: hidden;

	font: normal 18px/1.7 'Hind', Helvetica, Arial, sans-serif;
	color: #4b4b4b;
}

body
{
	position: relative;
	min-width: 320px;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	box-sizing: border-box;
}

#bodyWrapper
{
	position: relative;
	clear: both;
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}

[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *:focus
{
  outline: 0;
}

/* make sure the browser doesn't go smaller than 320, and throws a scrollbar */
@media (max-width: 320px)
{
	html
	{
		max-width: 320px;
		overflow-x: visible;
	}
}

p
{
	margin: 0 0 1em 0;
}

td p
{
	margin: 0;
	padding: 0;
}

b b,
strong strong,
strong b,
b strong
{
	/* bad HTML was making multiple levels of bold */
	font-weight: inherit;
}

/* no blockquote, just padding - make it equal */
p[style*='padding-left: 30px'],
td p[style*='padding-left: 30px']
{
	padding-right: 30px
}

p[style*='padding-left: 60px'],
td p[style*='padding-left: 60px']
{
	padding-right: 60px
}

p[style*='padding-left: 90px'],
td p[style*='padding-left: 90px']
{
	padding-right: 90px
}

sup, sub
{
	line-height: 0;
}

a
{
	color: #e51d9b;
	text-decoration: none;
}

a:hover,
a:focus
{
	text-decoration: underline;
}

/* make tel: links look like normal text */
a[href^=tel]
{
    color: inherit;
    text-decoration: inherit;
    cursor: default;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #2e4551;
	line-height: normal;
}

h1
{
	margin: 5px 0 25px 0;
	padding: 4px 0 0 16px;
	border-left: 4px solid #002144;
	font-size: 1.7rem;
	line-height: 1.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

body.practices-item h1#pageTitle,
body.industries-item h1#pageTitle
{
	margin: 5px 0 25px 0;
	padding: 4px 0 0 0px;
	border-left: 0px solid #002144;
	font-size: 1.7rem;
	line-height: 1.7rem;
	font-weight: 700;
	text-transform: none;
}

h2
{
	padding: 8px 0 24px 0;
	font-weight: 400;
	font-size: 1.35rem;
	line-height: 1.85rem;
}

h2.newsroomHeader
{
	margin: 10px 0 0 0;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #dce5ea;
}


/* h3 and subContent h2 are same */
h3,
#subContent h2
{
	margin: 30px 0 20px 0;
	padding: 0px 0 4px 0;
	border-bottom: 2px solid #d3dfe5;
	color: #2b3033;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	text-transform: uppercase;
}

#area_bio h2,
#industry_bio h2,
#office_bio h2,
#item_bio h2
{
	margin: 30px 0 6px 0;
}


/* h4 and contentSection h2 are same */
h4,
.contentSection h2
{
	margin: 30px 0 20px 0;
	padding: 0px 0 4px 0;
	color: #2e4551;
	font-weight: 400;
	font-size: 1.45rem;
	line-height: 1.25rem;
}

.contentSection #bio_content h2
{
	margin: 4px 0 20px 0;
	font-size: 1.35rem;
	line-height: 1.85rem;
}

h5
{
	padding: 5px 0 5px 0;
	font-size: 1.25rem;
}

/* Reserved for Print Pilot */
h6
{
	font-weight: bold;
	font-size: 1em;
}

ul, ol
{
	padding: 0;
	margin: 1em 0;
}

ol
{
	padding-left: 1em;
}

li
{
	padding: 0;
	margin: 0 0 0 1.5em;
}

li ~ li
{
	margin-top: .5em;
}

/* bullet graphic
ul li
{
	list-style: none url('../i/bullet.png');
}
*/

ol ol,
ul ul
{
	margin: .5em 0 0 0;
	padding: 0;
}

/* invalid nested lists need the left margin from 'ul li' above */
ul > ul
{
    margin-left: 1.5em;
}

li p
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

#content > div > :first-child,
#content > div > :first-child > :first-child
{
	margin-top: 0;
}

@media (max-width: 425px)
{
	/* make wys images take up full width on smaller screens */
	p > a:not(sp_pencil) > img,
	p > img
	{
		float: none !important;
		margin: 10px 0 18px 0 !important;
		width: 100% !important;
		height: auto !important;
	}
}

@media (max-width: 991px)
{
	/* make wys tables take up full width on smaller screens */
	#mainContent table[style*=width]
	{
		width: 100% !important;
		height: auto !important;
	}
}


/* ---- START FLEXIBLE BACKGROUNDS ---

	items that need a background stripe - make sure the item itself has:

	- position:relative
	- a background color set
	- no uncleared floats (needs to stretch to its contents height
	- can't use overflow: hidden
*/

#header:before,
#tabLinks:before,
#footer:before
{
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	/*
			we need to be left offset by the width of the left margin, which is half the
			difference between page width and viewport width

				long version, before simplifying: -(100vw - 100%)/2
	*/
	left: calc(50% - 50vw);
	content: '';
	width: 100vw;
	background: inherit;
}

#header:before
{
	background: rgba(0,33,68,1);
}

#tabLinks:before
{
	height: 70px;
	background: #ffffff;
	border-bottom: 1px solid #d3dfe5;
}

#footer:before
{
	/*background: rgba(0,33,68,0.50);*/
	background: rgba(0,33,68,1);

}

#index #footer
{
	margin-top: 0;
}

@media (max-width: 1124px)
{
	/*#header:before
	{
		background: rgba(0,0,0,0.80);
	}*/

	#header:before
	{
	    background: rgba(0,33,68,1);
	}

	body.newsroom-news-item h1#pageTitle,
	body.newsroom-publications-item h1#pageTitle
	{
		font-size: 1.3rem;
	}
}


/* Header --------------------------------------------------------> */

#header
{
	position: relative;
	z-index: 5;
	left: -10px;
	height: 115px;
	width: calc(100% + 20px);
	max-width: 1900px;
	margin: 0 0 356px 0;
	box-sizing: border-box;
}

#headerInner
{
	position: relative;
	width: 100%;
	height: 115px;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

#banner
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0;
  	right: 0;
  	margin: 0 auto;
	width: 1124px;
}

#banner > img
{
	display: block;
	margin-left: -388px;
}

#bannerContent
{
	position: absolute;
	z-index: 2;
}

#logo
{
	width: 218px;
	position: relative;
	z-index: 2;
	float: left;
	margin: 20px 0 0 0px;
}

#logo img
{
	display: block;
	width: 100%;
	height: auto;
}

#header a
{
	text-decoration: none;
	color: #cccccc;
}

#upperSearchLink
{
	display: block;
	position: absolute;
	z-index: 20000;
	top: 61px;
	right: 97px;
	width: 26px;
	height: 22px;
	background: url('../i/icon-search.svgz') center center no-repeat; /* data-uri */
}

#topSearch form
{
	display: block;
	margin: -6px 14px 0 0;
	width: 200px;
	height: 30px;
	background:  #ebebeb;
	font-size: 11px;
	line-height: 14px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#topSearch input
{
	float: left;
	margin: 0;
	padding: 6px 4px 0 0;
	border: 0px;
	background:  #ebebeb;
	height: auto;
}

#topSearch button
{
	float: right;
	padding-top: 6px;
	cursor: pointer;
	border: 0;
	background: transparent;
}

#topSearch input#searchtext
{
	width: 150px;
	margin: 6px 0 0 2px;
	padding: 2px 2px 2px 5px;
	border: 0;
	font:inherit;
	font-size: 14px;
	font-weight: normal;
}

#sectionTitle
{
	position: relative;
	position: absolute;
	z-index: 2;
	top: -148px;
	top: inherit;
	left: 0px;
	margin: -140px 0 0 0;
}

#sectionTitle span
{
	display: inline-block;
	float: left;
	height: 70px;
}

#sectionTitle span#sectionTitleColor
{
	display: inline-block;
	width: 86px;
	background: #e51d9b;
}

#sectionTitle span#sectionTitleText
{
	display: inline-block;
	margin-left: 10px;
	padding: 0 40px 0 40px;
	background: #ffffff;
	font-weight: 300;
	font-size: 2rem;
	line-height: 4rem;
}

@media (max-width: 1124px)
{
	/*#header*/
	body:not(.attorneys-item) #header
	{
		left: 0px;
		width: calc(100% - 0px);
		min-height: 115px;
		height: auto;
		margin: 0 0 0 0;
	}

	/*#banner*/
	body:not(.attorneys-item) #banner
	{
		position: relative;
		top: 0px;
		width: 100%;
		overflow: hidden;
	}

	/*#banner > img*/
	body:not(.attorneys-item) #banner > img
	{
		width: 100%;
		margin: 0px;
	}

	#sectionTitle
	{
		position: absolute;
		top: inherit;
		left: inherit;
		margin: -50px 0 0 0;
	}

	#sectionTitle span
	{
		height: 32px;
	}

	#sectionTitle span#sectionTitleColor
	{
		width: 14px;
	}

	#sectionTitle span#sectionTitleText
	{
		margin-left: 10px;
		padding: 0 20px 0 20px;
		font-weight: 300;
		font-size: 1.0rem;
		line-height: 2.1rem;
	}
}

@media (min-width: 1124px)
{
	#headerInner
	{
		padding: 0 98px 0 98px;
	}
}

@media (max-width: 1300px)
{
	#headerInner
	{
		padding: 0 20px 0 20px;
	}

	#upperSearchLink
	{
		right: 19px;
	}
}

@media (max-width: 991px)
{
	#logo img
	{
		max-width: calc(100% - 0px);
	}

	#upperSearchLink
	{
		top: 10px;
		right: 57px;
	}
}


/* Main Navigation -----------------------------------------------> */

#mainNav
{
	position: relative;
	z-index: 21000;
}

/* base style resets */

#mainNav ul,
#mainNav li
{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainNav > ul
{
	clear: right;
	float: right;
}


/* TOP nav  */

#mainNav > ul:first-child
{
	z-index: 21000;
	margin: 16px -1.1vw 0px 0px;
	color: #cccccc;
	font-size: 17px;
	line-height: normal;
}

#mainNav > ul:first-child > li > a
{
	display: block;
	padding: 5px 0.8vw;
	color: #cccccc;
}

#mainNav > ul:first-child li:hover > a
{
	color: #ffffff;
	text-decoration: none;
}

#mainNav > ul:first-child > li:hover > a
{
	background: rgba(0,0,0,0.85);
}

#mainNav > ul:first-child li ul a
{
	color: #c4c4c4;
}

/* main nav tab current page highlight */
/*#mainNav .current > a:not(:hover)*/
#mainNav > ul:first-child .current > a
{
	color: #eceb01;
}

/* dropdown current page highlight */
#mainNav > ul:first-child > li > ul .current > a:not(:hover)
{
	color: #ffffff;
	background: none;
}

/* main nav items */
#mainNav > ul:first-child ul
{
	display: none;
	position: absolute;
	background: #aaaaaa;
	background: rgba(0,0,0,0.85);
	padding: 20px 20px 20px 20px;

	/*** un-comment to center the drops***
	width: 300px;
	left: calc(50% - 150px);
	/***/
}

/* last two double/triple drops go right like parent above */
#mainNav > ul:first-child > li:nth-last-child(-n + 2):hover > ul ul
{
	left: inherit;
	right: 100%;
}


/* MAIN nav */

#mainNav > ul:last-child
{
	z-index: 20000;
	margin: 3px 1.4vw 0px 0px;
	margin-right: calc(1.4vw + 26px);
	color: #cccccc;
	font-size: 19px;
	line-height: normal;
}

#mainNav > ul:last-child > li > a
{
	display: block;
	padding: 5px 1.4vw;
	color: #e51d9b;
	font-weight: 700;
	text-transform: uppercase;
}

#mainNav > ul:last-child li:hover > a
{
	color: #ffffff;
	text-decoration: none;
}

#mainNav > ul:last-child > li:hover > a
{
	background: rgba(0,0,0,0.85);
}

#mainNav > ul:last-child li ul a
{
	color: #c4c4c4;
}

/* main nav tab current page highlight */
/*#mainNav .current > a:not(:hover)*/
#mainNav > ul:last-child .current > a
{
	color: #eceb01;
}

/* dropdown current page highlight */
#mainNav > ul:last-child > li > ul .current > a:not(:hover)
{
	color: #ffffff;
	background: none;
}

/* main nav items */
#mainNav > ul:last-child ul
{
	display: none;
	position: absolute;
	background: #aaaaaa;
	background: rgba(0,0,0,0.85);
	padding: 10px 20px 20px 20px;
	font-size: 17px;
	/*** un-comment to center the drops***
	width: 300px;
	left: calc(50% - 150px);
	/***/
}

/* last two double/triple drops go right like parent above */
#mainNav > ul:last-child > li:nth-last-child(-n + 2):hover > ul ul
{
	left: inherit;
	right: 100%;
}

@media (min-width: 992px)
{
	#navJump, #topJump
	{
		display: none;
	}

	#mainNav
	{
		position: relative;
		z-index: 9999;
		float: right;
	}

	#mainNav > ul,
	#mainNav > ul > li
	{
		display: inline-block;
	}

	#mainNav > ul :hover > ul
	{
		display: block;
	}

	/* push double drops out the width of the parent */
	#mainNav > ul li > ul ul
	{
		top: 0px;
		left: 100%;
	}

	#mainNav li > a
	{
		white-space: nowrap;
	}

	#mainNav li.megaMenu
	{
		width: 500px;
	}

	#mainNav #navButton-attorneys li.megaMenu form
	{
		clear: both;
	}

	#mainNav li.megaMenu form > div > div
	{
		width: calc(50% - 12px);
	}

	#mainNav .letterLinks
	{
		width: 100%;
		margin-left: -5px;
	}

	#mainNav .letterLinks a,
	#mainNav .letterLinks span
	{
		font-size: 1rem;
	}

	#mainNav .letterLinks a:hover
	{
		color: #ffffff;
	}

	#mainNav a.viewAll:hover
	{
		color: #ffffff;
	}

	#mainNav ul.keepOpen
	{
		display: block !important;
	}

	#mainNav #navButton-offices > ul
	{
		height: 220px;
		padding-top: 30px;
		padding-right: 300px;
	}

	#mainNav #navButton-offices > ul a
	{
		display: block;
	}

	#mainNav #officeSnippet
	{
		position: absolute;
		top: 30px;
		right: 0;
		width: 220px;
		padding-left: 20px;
		border-left: 1px outset #444444;
		font-size: 90%;
		line-height: 1.3;
	}

	#mainNav > ul:last-child #navButton-practices > ul,
	#mainNav > ul:last-child #navButton-industries > ul
	{
		left: -200px !important;
		width: 600px !important;

		-webkit-columns: auto 3;
		   -moz-columns: auto 3;
			columns: auto 3;

		-webkit-column-gap: 38px; /* Chrome, Safari, Opera */
    		-moz-column-gap: 38px; /* Firefox */
   			 column-gap: 38px;

		-webkit-column-rule: 1px outset #444444; /* Chrome, Safari, Opera */
    		-moz-column-rule: 1px outset #444444; /* Firefox */
    		column-rule: 1px outset #444444;
	}

	#mainNav > ul:last-child #navButton-industries > ul
	{
		left: -334px !important;
	}

	#mainNav > ul:last-child #navButton-practices > ul,
	#mainNav > ul:last-child #navButton-industries > ul
	{
		padding: 20px 20px 20px 20px;
	}

	#mainNav > ul:last-child #navButton-practices > ul li,
	#mainNav > ul:last-child #navButton-industries > ul li
	{
		padding: 3px 0px 5px 0;
		margin: 0;

		-webkit-column-break-inside: avoid;
			-moz-column-break-inside:avoid;
			-moz-page-break-inside:avoid;
			page-break-inside: avoid;
			break-inside: avoid-column;

		box-sizing: border-box;
		-moz-box-sizing: border-box;

		line-height: 19px;
	}

	#navButton-practices > ul li a,
	#navButton-industries > ul li a
	{
		white-space: pre-wrap;
	}

}


/* Mobile navigation ------------------------------------------------> */

@media (max-width: 991px)
{
	#mainNav
	{
		position: fixed;
		z-index: 99;
		top: 0;
		left: -400px;
		max-width: calc(100% - 80px);
		height: 100vh;
		padding: 10px;
		background: rgba(0,0,0,.88);
		box-sizing: border-box;
		box-shadow: 0 0 10px 5px rgba(0,0,0,.5);
		transition-duration: 0.5s;
	}

	#mainNav:before
	{
		display: none;
	}

	#mainNav:target,
	#mainNav.target
	{
		left: 0 !important;
	}

	#mainNav ul:first-child,
	#mainNav li:first-child,
	#mainNav ul:last-child,
	#mainNav li:last-child
	{
		display: block;
		float: none;
		margin: 0 !important;
		padding: 0 !important;
	}

	#mainNav ul:first-child,
	#mainNav ul:last-child
	{
		margin: 0 !important;
		padding: 0 !important;
	}

	#mainNav li:first-child,
	#mainNav li:last-child
	{
		margin: 0 !important;
		padding: 0 !important;
	}

	#mainNav ul:first-child li a,
	#mainNav ul:last-child li a
	{
		margin: 0 !important;
		padding: 5px 18px 5px 18px !important;
	}

	#mainNav li ul,
	#mainNav li ul
	{
		display: none !important;
	}

	#mainNav li a:hover
	{
		background: none !important;
	}

	#topJump,
	#navJump
	{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 14px 28px 0 0;
		border: 0 solid white;
		border-width: 4px 0;
		cursor: pointer;
	}

	#topJump::before,
	#topJump::after,
	#navJump::after
	{
		position: absolute;
		top: 5px;
		left: 0px;
		content: '';
		width: 100%;
		border-top: inherit;
	}

	#topJump
	{
		display: none;
		background: white;
	}

	#mainNav.target ~ #topJump,
	#mainNav:target ~ #topJump
	{
		display: block;
	}

	#topJump:after,
	#topJump:before
	{
		left: 20%;
		width: 60%;
		border-color: #0b3c5d;
		border-radius: 2px;
		transform:rotate(-35deg);
	}

	#topJump:before
	{
		transform:rotate(35deg);
	}
}


/* Sub Navigation ------------------------------------------------> */

ul.subNavList
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.1rem;
	text-transform: uppercase;
}

ul.subNavList li
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 16px 0 11px 0;
	border-bottom: 2px solid #d3dfe5;
}

ul.subNavList li a
{
	color: #8ba2ae;
}

ul.subNavList ul
{
	padding-left: 10px;
	text-transform: none;
}

ul.subNavList li.here,
ul.subNavList li.hereParent
{
	border-bottom: 2px solid #55595c;
}

ul.subNavList li.here > a,
ul.subNavList li.hereParent > a
{
	color: #2b3033;
}


/* Tabs -------------------------------------------------------> */

@media (min-width: 992px)
{
	#tabLinks
	{
		position: relative;
		/*width: calc(100% + 200px);*/
		/*width: 100%;*/
		height: 70px;
    	/*overflow: hidden;*/
		background: #ffffff;
		border-bottom: 1px solid #d3dfe5;
	}

	#tabLinks a
	{
		display: block;
		float: left;
		position: relative;
		margin: 0 0 0 0;
		padding: 25px 20px 20px 20px;
		color: #8ba2ae;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}

	#tabLinks .current
	{
		background: #eceb01;
		color: inherit;
		text-decoration: none;
		cursor: default;
	}

	.js .contentSection
	{
		display: none;
	}

	.js .sectionTitle
	{
		display: none;
	}

	.js #tabLinks a#tabViewAll
	{
		float: right;
		padding: 0.5em 0;
		border: none;
	}
}

@media (max-width: 991px)
{
	#tabLinks
	{
		display: none;
	}

	h1.sectionTitle
	{
		display: block;
		position: relative;
		overflow: hidden;
		margin: 1px 0 0 0;
		padding: 13px 20px 13px 20px;
		background: #dddddd;
		color: #666666;
		font-size: 20px;
		box-sizing: border-box;
		text-decoration: none;
	}

	h1.sectionTitle:hover
	{
		background: #cccccc;
	}

	h1.sectionTitle:after
	{
		content: '+';
		position: absolute;
		top: 16px;
		right: 10px;
		font-weight: 300;
		font-size: 2rem;
	}

	h1.sectionTitle.isOpen:after
	{
		content: '-';
	}

	.contentSection
	{
		display: block !important;
	}

	.contentSection > *
	{
		display: none;
		padding: 10px 0 10px 0;
	}

	.js #tabLinks a#tabViewAll
	{
		display: none;
	}
}


/* Content -------------------------------------------------------> */

#content
{
	position: relative;
	z-index: 1;
	height: auto !important;
	min-height: 350px;
}

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

#content > div
{
	margin: 27px 0 0 0;
}

main
{
	display: block;
	width: 100%;
	margin: 38px 0 0 0;
	padding: 0 0 20px 0;
	box-sizing: border-box;
}

#pdfLink
{
	position: absolute;
	top: 48px;
	right: 10px;
	margin: 0 0 0 0;
	padding: 12px 14px 8px 38px;
	background: #eceb01 url('../i/pdf.png') 10px 10px no-repeat; /* data-uri */
	color: #2e4551;
	font-weight: 700;
	font-size: 13px;
}

body.practices-item #pdfLink,
body.industries-item #pdfLink
{
	top: 108px;
}

#subNav
{
	padding: 10px 0px 50px 0px;
	box-sizing: border-box;
}


#pdfLink + #mainContent + #subContent,
#pdfLink + #subNav
{
	padding: 76px 0px 50px 0px;
}

#subContent
{
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
}

@media (min-width: 992px)
{
	#mainContent
	{
		float: left;
	}

	#mainContent:not(:only-child)
	{
		width: calc(100% - 321px);
	}

	#industries #mainContent,
	#practices #mainContent
	{
		width: 100%;
	}

	#subNav
	{
		float: right;
		clear: right;
		width: 261px;
	}

	#subContent
	{
		float: right;
		clear: right;
		width: 261px;
	}

	body.practices-item #subContent,
	body.industries-item #subContent
	{
		margin-top: 78px;
	}

	body.offices-item #subContent,
	body.item-detail #subContent
	{
		margin-top: 0px !important;
	}
}

@media (max-width: 991px)
{
	#content
	{
		display: -webkit-flex;
		display: flex;


		-webkit-flex-direction: column;
			flex-direction: column;
	}

	#mainContent
	{

	}

	#pdfLink + #mainContent:not(:only-child),
	#pdfLink + #subNav + #mainContent:not(:only-child)
	{
		margin: 80px 0 0 0;
		padding: 0 0 0 0;
	}

	#subContent
	{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#subNav
	{
		margin: 0 0 0 0;
		padding: 0 0 50px 0;
		-webkit-order: 2;
			order: 2;
	}

	#pdfLink,
	body.practices-item #pdfLink,
	body.industries-item #pdfLink
	{
		top: 20px;
		right: 0px;
	}
}

div.texthtml
{
	margin: 5px 0 8px 0;
}

.texthtml p
{
	padding: 0 0 8px 0;
}

ul.none
{
	margin: 5px 0 8px 0;
	list-style: none;
}

ul.none li
{
	padding: 0;
	margin: 0 0 8px 0;
}

#subContent li
{
	margin: 0 0 10px 0;
	line-height: 24px;
}

#subContent p
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 24px;
}


/* hide any items after first 3 */
.js .expandableList .results_list > li:nth-child(n+4)
{
	display: none;
}

/* hide all items for area, industry, and office 'professionals' */
.js #area_bio .results_list > li:nth-child(n+1),
.js #industry_bio .results_list > li:nth-child(n+1),
.js #office_bio .results_list > li:nth-child(n+1)
{
	display: none;
}

#mainContent .xrefSection ul,
#mainContent .xrefSection ul li,
#subContent .bioSection:not(#bio_education) ul,
#subContent .bioSection:not(#bio_education) ul li,
#subContent .areaSection ul,
#subContent .areaSection ul li,
#subContent .itemSection ul,
#subContent .itemSection ul li,
#subContent .officeSection ul,
#subContent .officeSection ul li
{
	list-style: none;
	margin-left: 0;
}

.js #area_bio ul.results_list,
.js #industry_bio ul.results_list,
.js #office_bio ul.results_list
{
	margin: 0px 0 8px 0;
}

#backLink
{
	margin-bottom: 14px;
	font-weight: bold;
}





/* Bio Directory */

#directoryHeader
{
	position: relative;
	margin: 28px 0 25px 0;
	background: #efefe0;
}

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

#directoryHeader > div
{
	float: left;
	padding: 10px 15px 5px 15px;
	color: #2b3033;
	box-sizing: border-box;
	vertical-align: middle;
}

#sortLabel
{
	width: 104px;
	border-right: 1px solid #dedec3;
	font-weight: 700;
	text-transform: uppercase;
}

#sortPosition
{
	width: 95px;
	border-right: 1px solid #dedec3;
	cursor: pointer;
}

#sortOffice
{
	width: 75px;
	border-right: 1px solid #dedec3;
	cursor: pointer;
}

#sortPosition:hover,
#sortOffice:hover
{
	color: #ffffff;
	background:  #e51d9b;
}

#sortLetters
{
	position: relative;
	width: calc(100% - 300px);
	max-width: 800px;
	padding-right: 0px;
}

span#sortAlpha
{
	float: left;
	width: 115px;
}

.letterLinks
{
	margin-left: 120px;
	color: #999999;
	font-weight: 300;
}

.letterLinks a,
.letterLinks span
{
	display: inline-block;
	float: left;
	width: calc(100% / 26);
	text-align: center;
}

.letterLinks > *:last-child
{
	width: calc(100% / 26 - 1px);
}

.letterLinks a
{
	color: #e51d9b;
}

@media (max-width: 992px)
{
	#sortPosition
	{
		width: calc(50% - 52px);
		text-align: center;
	}

	#sortOffice
	{
		width: calc(50% - 52px);
		text-align: center;
	}

	span#sortAlpha
	{
		width: 85px;
	}

	.letterLinks
	{
		margin-left: 95px;
	}

	#sortLetters
	{
		width: 100%;
		max-width: 100%;
		border-top: 1px solid #dedec3;
		font-size: 14px;
	}

	.letterLinks a,
	.letterLinks span
	{
	 	width: calc(100% / 13);
	 	font-size: 15px;
	}

	.letterLinks > *:nth-child(12),
	.letterLinks > *:last-child
	{
	 	width: calc(100% / 13 - 1px);
	}
}

.bioList
{
	margin: 1rem 0;
}

.bioList tr
{
	padding: 0.5rem 0;
	border-bottom: 1px solid #efefe0;
}

.bioList .results_list td
{
	padding: 0;
	line-height: normal;
}

.bioList .results_list td.title
{
	font-weight: 700;
}

.bioList .results_list td.office a
{
	color: inherit;
}

@media (min-width: 992px)
{
	.bioList .results_list td
	{
		padding: inherit;
	}

	.bioList td + td
	{
		padding-left: 1em;
		padding: 1rem 0;
	}
}

.bioList .results_list th
{
	border-bottom: 1px solid currentColor;
}

.bioList .office ul,
.bioList .office li
{
	margin: 0;
}

.bioList ul li
{
	list-style: none;
	list-style-image: none;
}


/* Bio Profile */

body.attorneys-item #bannerContent
{
	bottom: 0px;
	left: 0px;
	color: #ffffff;
}

body.attorneys-item #bannerContent h1
{
	color: #ffffff;
}

body.attorneys-item #bannerContent a
{
	color: #ffffff;
}

#bioInfo
{
	position: relative;
	float: left;
	width: 378px;
	max-width: 378px;
	margin: 42px 0 0 0;
	font-weight: 300;
	box-sizing: border-box;
}

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

#bioInfoTop
{
	min-height: 240px;
	padding: 28px 28px 0 28px;
	/*background: rgba(0,186,231,0.9);*/
	background: rgba(0,33,68,.9);
	box-sizing: border-box;
}

#bioInfoBottom
{
	height: 44px;
	margin: 1px 0 0 0;
	padding: 8px 0px 0 28px;
	/*background: rgba(0,186,231,0.75);*/
	background: rgba(0,33,68,.75);
	box-sizing: border-box;
}

#bioInfo h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
	font-size: 40px;
	font-weight: 300;
	line-height: 42px;
	text-transform: none;
}

img#bioPhoto
{
	display: block;
	position: relative;
	float: left;
	width: calc(100% - 378px);
	max-width: 626px;
}

#bioTitle
{
	margin: 20px 0 0 0;
}

#bioTitle > span
{
	padding: 0 0 10px 0;
	font-weight: 700;
}

ul#bioContact,
ul#bioContact li,
ul#bioAccessories,
ul#bioAccessories li
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#bioAccessories li
{
	margin-right: 17px;
}

ul#bioAccessories li#bioEmail
{
	float: left;
}

ul#bioAccessories li#bioLinkedin,
ul#bioAccessories li#bioTwitter,
ul#bioAccessories li#bioPDF,
ul#bioAccessories li#bioVcard
{
	float: right;
	margin: 3px 17px 0 0;
}

ul#bioAccessories li#bioLinkedin a,
ul#bioAccessories li#bioTwitter a,
ul#bioAccessories li#bioPDF a,
ul#bioAccessories li#bioVcard a
{
	display: block;
}

ul#bioAccessories li#bioLinkedin a
{
	height: 21px;
	width: 21px;
	background: url('../i/bio-linkedin.png') 0px 0px no-repeat; /* data-uri */
}

ul#bioAccessories li#bioTwitter a
{
	height: 21px;
	width: 21px;
	background: url('../i/bio-twitter.png') 0px 0px no-repeat; /* data-uri */
}

ul#bioAccessories li#bioPDF a
{
	height: 21px;
	width: 18px;
	background: url('../i/bio-pdf.png') 0px 0px no-repeat; /* data-uri */
}

ul#bioAccessories li#bioVcard a
{
	height: 21px;
	width: 25px;
	margin: 2px 0 0 0;
	background: url('../i/bio-vcard.png') 0px 0px no-repeat; /* data-uri */
}



@media (max-width: 1124px)
{
	body.attorneys-item #header
	{
		left: 0px;
		width: 100%;
		min-height: 115px;
		height: auto;
		margin: 0 0 0 0;
	}

	body.attorneys-item #banner
	{
		position: relative;
		top: -115px;
		top: 0px;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	body.attorneys-item #banner > img
	{
		display: block;
		width: auto;
		margin-left: 0px;
	}

	body.attorneys-item #bannerContent
	{
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: -471px;
		width: 100%;
		height: auto;
	}

	#bioInfo
	{
		clear: left;
		width: 100%;
		max-width: 100%;
		margin-top: 0px;
		background: rgba(0,33,68,1);
	}

	#bioInfo h1
	{
		font-size: 1.8rem;
	}

	img#bioPhoto
	{
		display: block;
		float: none;
		min-width: 400px;
		margin: 0px auto;
	}
}


/* Practice List */

div.listColumn
{
	width: calc(50% - 30px);
	float: left;
	margin: 0 0 40px 0;
	border-top: 1px solid #dce5ea;
	border-bottom: 1px solid #dce5ea;
}

div.listColumnTwo
{
	margin: 0 0 40px 60px;
}

div.listColumn ul,
div.listColumn ul li
{
	position: relative;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #2e4551;
	font-weight: 700;
	font-size: 17px;
	line-height: normal;
}

div.listColumn ul li a
{
	color: #2e4551;
}

div.listColumn > ul > li
{
	margin: 0 0 0 0px;
	padding: 8px 0 8px 18px;
	border-top: 1px solid #dce5ea;
}

div.listColumn > ul > li:first-child
{
	border-top: 0px solid #dce5ea;
}

div.listColumn ul.hierList li
{
	font-weight: normal;
	font-size: 17px;
	padding: 3px 0 3px 1em;
	color: #e51d9b;
}

div.listColumn ul.hierList li a
{
	color: #e51d9b;
}

#practiceExpander,
div.listColumn ul li .expander
{
    cursor: pointer;
    text-decoration: none;
}

#practiceExpanderWrapper
{
	position: relative;
	margin: 30px 0 50px 0;
	text-align: right;
}

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

.practiceExpander
{
   display: inline-block;
   position: relative;
   padding: 4px 13px 2px 13px;
   background: #eceb01;
   color: #2e4551;
   font-size: 13px;
   text-transform: uppercase;
}

.practiceExpander.triggered
{
   background: #dce5ea;
   cursor: default;
}

.practiceExpander.triggered:after
{
	content: '';
    position: absolute;
    left: 43%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dce5ea;
    clear: both;
}

.practiceExpander:hover
{
   color: #666666;
   text-decoration: none;
   cursor: pointer;
}

.practiceExpander.triggered:hover
{
    color: #2e4551;
    cursor: default;
}

div.listColumn ul li .expander:before
{
    content: '\203A';
    padding: 0 0 0 2px;
    font-family: Helvetica;
    font-size: 40px;
    font-weight: 300;
    color: #d5d400;
    line-height: 40px;
}

div.listColumn ul li .expander.isOpen:before
{
    content: '\2039';
    color: #dce5ea;
}

div.listColumn ul li .expander
{
    position: absolute;
    top: -2px;
    left: 0px;
}

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

@media (max-width: 768px)
{
	div.listColumn
	{
		width: 100%;
		margin: 0 0 0 0px;
	}

	div.listColumnTwo
	{
		margin: 0 0 40px 0px;
		border-top: 0px;
	}

	#practiceExpanderWrapper
	{
		margin: 20px 0 30px 0;
		text-align: left;
	}
}


/* Practice Profile */

#subContent #area_hierarchy.areaSection ul li li
{
	margin-left: 20px;
}


/* News/Pub type Listing */

.itemList > ul,
.itemList > ul li
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.itemList > ul li
{
	margin: 0 0 0 0;
	padding: 9px 0 9px 0;
	border-bottom: 1px solid #dce5ea;
}

.view_more a
{
	display: inline-block;
	width: auto;
	margin: 18px 0 25px 0;
	padding: 9px 14px 8px 14px;
	background: #d3dfe5;
	color: #2e4551;
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
}

.view_more a:hover
{
	background: #2e4551;
	color: #ffffff;
	text-decoration: none;
}

.rsvpButton
{
	margin: 10px 0 0 0;
}

.goButton
{
	display: block;
	margin: -50px 0 0 0 !important;
	padding: 11px 14px 10px 14px;
	background: #eceb01 url('../i/signup-arrow.png') right 15px top 0px no-repeat; /* data-uri */
	color: #2e4551;
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
	text-transform: uppercase;
}


/* News/Pub type Profile */

div.publication,
span.publication
{
	font-style: italic;
}

#itemContent
{
	margin: 20px 0 0 0;
}

.photoRight
{
	float: right;
	margin-left: 14px;
}


/* Offices Main Listing */

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

#officeList ul,
#officeList ul li
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#officeList ul
{
	position: relative;
	width: 100%;
}

#officeList ul li
{
	float: left;
	width: calc(33.33% - 22px);
	max-width: 346px;
	margin: 20px 0px 10px 32px;
}

#officeList ul li:first-child,
#officeList ul li:nth-child(4n)
{
	clear: left;
	margin: 20px 0 10px 0;
}

#officeList ul li .photomain
{
	max-width: 346px;
	margin: 0 0 10px 0;
}

#officeList ul li .photomain img
{
	display: block;
	width: 100%;
}

#officeList ul li .title
{
	font-weight: 700;
}

#officeList ul li span.blueLetter
{
	color: #e51d9b;
}

#officeList ul li .contactperson
{
	margin: 1rem 0;
}

@media (max-width: 991px)
{
	#officeList ul li
	{
		float: none;
		width: 100%;
		margin: 20px 0px 10px 0;
	}
}

/* Office Profile Pages */

#officeAddress
{
	margin: 20px 0 25px 0;
	color: #2e4551;
	font-size: 22px;
	line-height: 32px;
}

#officeAddressPhone
{
	margin: 0px 0 10px 0;
}

/* Forms ---------------------------------------------------------> */

form
{
	position: relative;
	margin: 0;
	padding: 0;
}

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

form > div > div
{
	position: relative;
	float: left;
	width: calc(33.33% - 12px);
	height: 34px;
	margin: 0 12px 12px 0;
}

@media (max-width: 992px)
{
	#mainContent form > div > div
	{
		width: calc(50% - 12px);
	}
}

@media (max-width: 767px)
{
	#mainContent form > div > div
	{
		width: calc(100% - 12px);
	}
}

#subContent form > div > div
{
	width: auto;
	margin-right: 0;
}

form > div > div.textarea_wrapper
{
	height: auto;
	width: calc(100% - 12px);
}

form > div > div.radio_wrapper
{
	clear: both;
	float: none;
	height: auto;
	width: calc(100% - 7px);
	padding: 10px 0 5px 0;
}

form > div > div.checkbox_wrapper
{
	clear: both;
	float: none;
	height: auto;
	width: calc(100% - 7px);
	padding: 5px 0 10px 0;
}

form > p
{
	clear: both;
}

.js form > div > div.radio_wrapper > label
{
	position: relative;
}

/* hide the label via CSS by default if it has a value (class added in ItemSearch) */
.js form > div > div.hasValue > label
{
	visibility: hidden;
}

/* remove the visibility: hidden the moment the field has any style added to it via JS */
.js form > div > div.hasValue > label[style]
{
	visibility: visible;
}

/* reset button appearance on iOS */
input[type=submit]
{
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text],
input[type=password],
textarea,
select,
.customSelect,
.js form > div > div > label
{
	max-width: 768px;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 1px 7px 1px 7px;
	color: #666766;
	border: 1px solid #d6d6d6;
	font: normal 16px/1.8 Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

textarea
{
	max-width: none;
	line-height: normal;
	padding-top: .5em;
	min-height: 6.5em;
}

.js form > div > div > label
{
	position: absolute;
	top: 2px;
	left: 1px;
	border: 0;
	background: none;
}

.customSelect
{
    display: block !important;
    overflow: hidden;

    /* make room for the arrow */
    padding-right: 40px;
}

.customSelect:after
{
	content: '';
	display: block;
	position: absolute;
	top: .75em;
	right: .75em;

	/* http://apps.eky.hk/css-triangle-generator/ */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .5em .5em 0 .5em;
	border-color: currentColor transparent transparent transparent;
}

/* this makes sure the invisible select always floats above */
select.hasCustomSelect
{
	z-index: 1;
}

.customSelectInner
{
	display: inline !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.customSelectFocus
{
	background-color: #eee;
}

input[type=submit]
{
	width: auto;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 1px 14px 1px 14px;
	background: #2e4551;
	border: 0 solid #d6d6d6;
	color: #ffffff;
	font: normal 16px/1.8 Helvetica, Arial, sans-serif;
	cursor: pointer;
}

input[type=submit]:hover
{
	background: #868686;
	color: #ffffff;
	text-decoration: none;
}

a.viewAll,
a.clearAll
{
	display: inline-block;
	width: auto;
	color: #666666;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 3px 4px 3px 4px;
}

.js form > div > div.checkbox_wrapper > label
{
	position: relative;
}

form > div > div.radio_wrapper > div
{
        display: -webkit-flex;
        display: flex;
}
form > div > div.radio_wrapper > div > div
{
        padding-right: 9px;
}



/* side, index, and other page specific form styles */

#emailField
{
	display: none;
}


/* auto complete js */

.autocomplete-w1
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 8px 0 0 6px;
}

.autocomplete
{
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px;
	background: #ffffff;
	border: 1px solid #999999;
	text-align: left;
	cursor: default;
	box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.5);
}

.autocomplete .selected
{
	background: #f0f0f0;
}

.autocomplete div
{
	padding: 5px 5px;
	/* white-space: nowrap; */
	line-height: 120%;
}

.autocomplete div span.autoCompleteMore
{
	font-size: 11px;
	color: #3874a8;
}

.autocomplete h2
{
	margin: 0;
	padding: 12px 5px 6px 5px;
	white-space: nowrap;
}

.autocomplete strong
{
	font-weight: bold;
	color: #3874a8;
}


/* Footer --------------------------------------------------------> */

#footer
{
	position: relative;
	z-index: 2;
	height: 70px;
	margin: 1em 0 0 0;
	padding: 1.6em 0 1em 0;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
}

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

#footer a
{
	color: #ffffff;
}

#footer a:hover
{
	color: #d8d8d8;
	text-decoration: none;
}

#footer ul
{
	display: inline-block;
}

#footer ul li,
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li
{
	float: left;
	margin-right: 1em;
	line-height: normal;
}

#footerSocial
{
	margin: 20px 0;
}

#footerSocial ul
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 150px;
	margin: 0 auto;
}

#footerSocial img
{
	display: block;
	height: 30px;
	width: auto;
}

#footerSocial a:hover img,
#footerSocial a:focus img
{
	filter: brightness(80%);
}

@media (min-width: 1091px)
{
	#footerSocial
	{
		position: absolute;
		top: 0;
		left: calc(100% - 160px);
	}

	#footerSocial ul
	{
		min-width: 120px;
	}
}

@media (max-width: 1090px)
{
	#footer
	{
		height: auto;
	}

	#footerSocial
	{
		width: auto;
	}

	#footerSocial ul
	{
		justify-content: center;
		gap: 10px;
	}

	#footer ul li
	{
		float: none;
		margin-right: 0;
		line-height: 15px;
	}
}


/* Video Support -------------------------------------------------> */
/*
#backgroundPopup
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	height: 100%;
	width: 100%;
	background: #333333;
	border: 1px solid #cecece;
}

.popupPlayerWrapper
{
	display: none;
	position: fixed;
	top: calc(50% - 40vh);
	left: calc(50% - 40vw);
	z-index: 99999999;
	height: 80vh;
	width: 80vw;
	background: #ffffff;
	border: 12px solid #cecece;
	color: #ffffff;
	font-size: 13px;
}

.jwplayer
{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	width: 75% !important;
	height: 100%;
	height: 75% !important;
	box-sizing: border-box;
}

@media all and (orientation: portrait)
{
	.popupPlayerWrapper
	{
		left: calc(50% - 45vw);
		top: calc(50% - 20vh);
		width: 90vw;
		height: 40vh;
	}
}

span.popupPlayerClose
{
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #333333;
	color: #f1f1f1;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
	cursor: pointer;
}

span.popupPlayerClose:hover
{
	background: #000000;
	color: #ffffff;
}

.popupPlayerPlaylist
{
	display: none;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 25%;
	overflow: hidden;
	overflow-y: auto;
	background: #f5f5f5;
}

.popupPlayerPlaylist ul,
.popupPlayerPlaylist ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.popupPlayerPlaylist ul li
{
	width: 100%;
	margin: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	background: #d5d4d4;
}

.popupPlayerPlaylist ul li:hover
{
	background: #c7c7c7;
	cursor: pointer;
}

.popupPlayerPlaylist ul li a
{
	text-decoration: none;
}

.popupPlayerPlaylist ul li a.sp_pencil
{
	display: none;
}

.popupPlayerSidebar
{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #f5f5f5;
}

.popupPlayerSidebar > div
{
	padding: 10px 16px 10px 16px;
}

.popupPlayerSidebar > div ul,
.popupPlayerSidebar > div ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.popupPlayerSidebar > div ul li
{
	margin: 3px 0 4px 0;
}

.itemMultimediaList ul li .photo img,
.xrefMultimediaList ul li .photo img
{
	width: 130px;
}
*/


/* Email Popup Support -------------------------------------------------> */

#emailPopupBackground
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	height: 100%;
	width: 100%;
	background: #333333;
	border: 1px solid #cecece;
}

#emailPopup
{
	display: none;
	position: fixed;
	top: calc(50% - 30vh);
	left: calc(50% - 30vw);
	z-index: 99999999;
	height: 60vh;
	width: 60vw;
	background: #ffffff;
	border: 12px solid #cecece;
}

#emailDisclaimerContentWrapper
{
	padding: 20px 20px 0px 20px;
	text-align: center;
}

#emailDisclaimerButtons a
{
	display: inline-block;
	margin: 10px;
	padding: 4px 6px 4px 6px;
	background: #3874a8;
	color: #ffffff;
	text-align: center;
}

span#emailPopupClose
{
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #333333;
	color: #f1f1f1;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
	text-indent: 1px;
	cursor: pointer;
}

span#emailPopupClose:hover
{
	background: #000000;
	color: #ffffff;
}

/*@media all and (orientation: portrait)*/
@media (max-width: 991px)
{
	#emailPopup
	{
		left: calc(50% - 43vw);
		top: 6%;
		width: 80vw;
		max-height: 90vh;
		font-size: 80%;
		overflow-y: auto;
		overflow-x: hidden;
	}
}



/* Object Support ------------------------------------------------> */

.errors
{
	color: red;
}

#captcha_wrapper
{
	float: none;
	height: auto;
	clear: both;
}

#captcha_wrapper img
{
	margin-top: 2px;
	display: block;
}

table.results_list
{
	border-collapse: collapse;
	width: 100%;
}

table.results_list th
{
	text-align: left;
}

table.results_list td + td
{
	padding-left: 1rem;
}

@media (max-width: 991px)
{
	table.results_list,
	table.results_list td,
	table.results_list tr
	{
		display: block;
	}

	table.results_list th
	{
		display: none;
		background: red;
	}
}

.expandableHeading
{
	cursor: pointer;
}

.expandableHeading:after
{
	content: ' +';
}

.expandableHeading.expanded:after
{
	content: ' –';
}


/*SiteMap object */

table.SITE_MAP
{
	margin-top: 5px;
	border-collapse: collapse;
}

table.SITE_MAP th
{
	padding-top: 5px;
	text-align: right;
}

table.SITE_MAP td
{
	padding-top: 5px;
}

table.SITE_MAP td.h_separator
{
	height: 5px;
	border-bottom: solid 1px #ccc;
}

table.SITE_MAP td.v_separator
{
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8em;
	color: #666;
}

@media (max-width: 991px)
{
	table.SITE_MAP,
	table.SITE_MAP th,
	table.SITE_MAP td,
	table.SITE_MAP tr
	{
		display: block;
		text-align: left;
		padding: 0;
	}

	table.SITE_MAP .v_separator
	{
		display: none;
	}
}


/* Search Object Support */

.form-section-label
{
	margin: 1em 0 0 0;
	font-weight: bold;
}

#search .search_text
{
	margin: 1em 0 0 0;
}

#search #search_button
{
	margin-left: 8px;
}

#search form div
{
	height: auto;
	width: 100%;
}

#search .search_form label
{
	position: relative;
	display: inline;

}

#search .search_form label,
#search .search_form input
{
	margin: 3px 4px;
	vertical-align: middle;
}

#search .search_form input[type=radio]
{
	margin: 8px 4px;
}

#search .search_form input#searchtext
{
	width: 60%;
	max-width: 100%;
	height: 34px;
	margin: 0;
	padding: 0 0 0 5px;
	font: normal 16px/1.8 Helvetica, Arial, sans-serif;
	color: #666766;
	border: 1px solid #d6d6d6;
	background: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#search div.search_section_wrapper
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;

}

#search div.sections
{
	box-sizing: border-box;
	max-width: 30%;
}

#search div.search_type
{
	box-sizing: border-box;
}

@media (max-width: 991px)
{
	#search div.search_section_wrapper
	{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#search div.sections
	{
		max-width: 100%;
	}
}



#search div.sections input,
#search div.search_type  input
{
	border: 0;
}

#search a.more
{
	font-weight: bold;
	font-size: 1.1em;
}


.searchfoundtext
{
	font-weight: bold;
}

#search p
{
	padding-top: 0;
	padding-bottom: 10px;
}

#search p.link
{
	padding-top: 5px;
	padding-bottom: 0;
}

#search #mainContent h3
{
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0;
}


/* Map Object Support */

.sp_map
{
	margin: 2em 0 1em 0;
}

.printMap
{
	display: inline-block;
	padding: 4px 4px 4px 4px;
	background: #3874a8;
	color: #ffffff;
	text-align: center;
}

.printMap:hover
{
	background: #6a747c;
	text-decoration: none;
}

/* buttons to look like links */
button.toggleExpand
{
	margin: 0 0 6px 0;
	padding: 0 !important;
	background: none !important;
	border: none;
	color: #e51d9b;
	font: inherit;
	white-space: nowrap;
	cursor: pointer;
}


/* Blogs ----------------------------------------------------------> */

/* IF-BLOG

.blog #topLinks
{
	display: none;
}

.blog #searchMessage
{
	border-bottom: 1px solid currentColor;

	background-size: 12px 1px;
	padding-bottom: .8rem;
	margin-bottom: 1.3rem;
}

.blogPosts div > div.title
{
	font-size: 1.5rem;
	margin-bottom: .3em;
}

.blogPosts img
{
	max-width: 100%;
	height: auto;
}

.blogPosts .viewMore
{
	text-align: right;
}

.blogPosts .addthis
{
	text-align: right;
	padding: .5em 0;

	border-bottom: 1px solid currentColor;
}

.blogPosts .intro
{
	overflow: hidden;
	margin: 1rem 0;
}

.blogPosts .intro > div
{
	display: inline;
}

.blogPosts .image:not(:empty)
{
	float: left;
	margin: 0 1em 1em 0;
}

/* in listing, make image a max height */
/* IF-BLOG
.blogPosts > div > div:not(:only-child) img
{
	display: block;
	max-height: 9.5em;
}

.blogPosts .sp_pencil img
{
	display: inline !important;
}

/* in listing, make sure the read more shows inline with the intro */
/* IF-BLOG
.blogPosts > div > div:not(:only-child) .intro p:last-child
{
	display: inline;
}

.blogPosts > div > div > div + div
{
	margin-top: .5em;
	clear: both;
	overflow: hidden;
}

.blogPosts > div > div
{
	margin-bottom: 2.5em;
}

.blogPosts .blogComments
{
	margin-bottom: 0;
}

.blogPosts .blogComments > div > div
{
	padding: 1rem 0;
	border: 1px solid currentColor;
	border-width: 1px 0 0 0;
}

.blogPosts .blogComments > div > div > div
{
	margin: 0 1rem;
}

.blogPosts .blogComments .comment
{
	margin-top: 1rem;
}

#addComment
{
	border-top: 1px solid currentColor;
}

.blog #historyLinks a
{
	float: left;
}

.blog #historyLinks a:last-child
{
	float: right;
}

.blogtag
{
	line-height: 1.5;
	margin: 1em 0;
}

.blogFilters ul,
.blogFilters li
{
	list-style: none;
	margin: 0 0 .5em 0;
}

.js #subContent .blogFilters .results_list > li:nth-child(n+6)
{
	display: none;
}

#mainContent #blogArchives .results_list
{
	column-count: 2;
}


@media (min-width: 480px)
{
	#mainContent #blogArchives .results_list
	{
		column-count: 3;
	}
}

#mainContent #blogArchives .results_list,
#mainContent #blogArchives .results_list > li
{
	list-style: none;
	margin: 0 0 1.5rem 0;
}

#mainContent #blogArchives .results_list > li
{
	padding: .5rem 0 0 0;
	margin: 0;
}

.blogAuthors .title
{
	font-size: 1.3em;
	margin: 0 0 .3em 0;
}

.blogAuthors .photo
{
	float: left;
	margin-right: 1em;
}

.blogAuthors ul,
.blogAuthors li
{
	list-style: none;
	margin: 0 0 1rem 0;
}

.blogAuthors li
{
	border-bottom: 1px solid currentColor;
	padding-bottom: 1rem;
	overflow: hidden;
}

.blogAuthors .abstract
{
	margin: .5rem 0;
}
/**/

/* often copy/pasted from elsewhere */

/* Alignment */

.alignleft {
	float: left;
	margin: 0 1.5em .5em 0;
}
.alignright {
	float: right;
	margin: 0 0 .5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .5em auto;
}


/* Home Page ------------------------------------------------------> */

#index #bodyWrapper
{
	width: 100%;
	max-width: 1900px;
	padding: 0 0 0 0;
}

#index #mainContent
{
	float: none;
	width: 100%;
	max-width: 1900px;
	/*height: calc(100vh - 115px);
	max-height: 985px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#index #content
{
	min-height: auto;
}

#index #header
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#homeAnimation
{
	position: relative;
}

#homeAnimation #mobileVideo
{
	display: block;
	width: 800px;
	height: auto;
	position: relative;
	left: calc(50% - 400px);
}

#homeAnimation #desktopVideo
{
	display: none;
}

#homeAnimation #slides
{
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}

#homeAnimation #slides li
{
	width: 100%;
}

#homeAnimation .title
{
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.25;
	font-style: italic;
}

#homeAnimation .title2
{
	color: #e50695;
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	line-height: 1.25;
}

#homeAnimation ul.results_list,
#homeAnimation li
{
	margin: 0;
	list-style: none;
}

#homeAnimation #explore
{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 500;
}

#homeAnimation #explore a
{
	padding: 5px 15px;
	border-radius: 10px;
	background: #e50695;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	font-size: 20px;

}


#index #homeNewsItem
{
	position: absolute;
	z-index: 101;
	bottom: 120px;
	max-width: 430px;
	padding: 8px 18px 6px 40px;
	background: rgba(0,33,68,0.5);
	color: #cccccc;
	font-style: italic;
	line-height: 20px;
	box-shadow: 3px 4px 128.65px 26.35px rgba(24, 24, 24, 0.37);
}

#index #homeNewsItem a
{
	color: #cccccc;
}


/*#index #footer
{
	width: 100%;
	position: relative;
	left: calc(50% - 50vw);
	max-width: 1350px;
	height: 70px;
	margin: -70px 0 0 0;
}*/

#index #footerSocial
{
	right: 0;
	left: auto;
}

@media (min-width: 920px)
{

	#homeAnimation #mobileVideo
	{
		display: none;
	}

	#homeAnimation #desktopVideo
	{
		display: block;
		width: 100%;
		height: auto;
	}

	#homeAnimation #slides
	{
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		width: 70%;
		height: 100%;
		padding-bottom: 50px;
	}

	#homeAnimation #slides ul.results_list
	{
		height: 100%;
	}

	#homeAnimation #slides li
	{
		display: flex !important;
		align-items: center;
		justify-content: center;
		height: 100%;

	}

	#homeAnimation #slides .title,
	#homeAnimation #slides .title2
	{
		margin: 0;
		font-size: max(32px,
		             min(72px, 32px + (72 - 32) * ((100vw - 920px) / (1800 - 920))
		));
		line-height: 1.2;
	}

	#homeAnimation #explore
	{
		bottom: max(30px,
		             min(130px, 30px + (130 - 30) * ((100vw - 920px) / (1800 - 920))
		));
	}

	#homeAnimation #explore a
	{
		padding: 10px 40px;
		font-size: max(24px,
		             min(32px, 24px + (32 - 24) * ((100vw - 920px) / (1800 - 920))
		));
	}

}



@media (max-width: 991px)
{
	/*#index #mainContent
	{
		height: calc(100vh - 145px);
	}*/

	#index #homeNewsItem
	{
		left: auto;
		right: 0px;
		bottom: 180px;
		padding: 2px 18px 2px 8px;
		font-size: 15px;
	}



	#index #footer ul li
	{
		float: none;
		margin-right: 0;
	}
}


/* END DEFAULT CSS -----------------------------------------------> */


/* BEGIN PRINT CSS -----------------------------------------------> */

/*@media all and (max-width:8.5in) /* use while programming */
@media print
{
	*,
	*:before
	{
		background: none !important;
		color: #333333;
	}

	.mobile,
	#topSearch,
	.view_more,
	.sp_map,
	.printMap,
	.letterLinks,
	#pdfLink,
	#navJump,
	#topJump,
	#subNav,
	.goButton,
	.toggleExpand,
	#directoryHeader,
	#mainContent form,
	#practiceExpanderWrapper,
	#sectionTitle,
	#bioInfoBottom,
	.contentSection h1,
	#footer a,
	#index #controls
	{
		display: none !important;
	}

	body,
	#content
	{
		position: relative !important;
		width: 100% !important;
		background: none !important;
	}

	#header
	{
		height: 0px !important;
		min-height: 1px !important;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-top: 100px solid #000;
	}

	#mainContent
	{
		margin: 0 0 0 0 !important;
		padding: 30px 0 10px 0 !important;
	}

	#subContent
	{
		margin: 0 0 0 0 !important;
		padding: 10px 0 0 0 !important;
	}

	body.attorneys-item #bioInfo
	{
		border-top: 240px solid #002144;
	}

	body.attorneys-item #bioInfoTop
	{
		margin-top: -240px;
	}

	body.attorneys-item #bioInfoTop,
	body.attorneys-item #bioInfoTop *
	{
		color: #2e4551 !important;
	}

	#logo
	{
		margin: -75px 0 0 0;
	}

	#content
	{
		/* cancel out flexbox?
		display: block; */
	}

	.contentSection > div
	{
		display: block !important;
	}

	.results_list li
	{
		display: block !important;
	}

	body
	{
		padding: 0 0 0 0;
	}

	footer
	{

	}
}

/* END PRINT CSS -------------------------------------------------> */
