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

/*

Breakpoints

767px - end mobile
768px/919px - begin tablet/end tablet portrait
920px - begin tablet landscape
1025px - begin desktop

*/

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 16px/1.3 Arial, sans-serif;
	font-weight: 400;
	font-display: auto;
	color: #444;
}

body
{
	position: relative;
	min-width: 320px;
	max-width: 1590px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	font-size: 1.025rem;
	line-height: 1.875rem;
}

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

@media (max-width: 767px)
{
	body
	{
		padding: 0 10px;
	}

	body#index,
	body#people
	{
		padding: 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: #366fb4;
	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: #00446a;
	line-height: normal;
}

h1
{
	padding: 5px 0 10px 0;
	margin: 0 0 40px;
	color: #000;
	font-size: 1.775rem;
	font-family: 'Baskerville';
}

h1#pageBannerTitle
{
	margin: 0 0 20px 0;
	color: #ffffff;
}

h1#pageTitle
{
	color: #000;
	border-bottom: 1px solid #cfcfcf;
}

h2
{
	padding: 12px 0 8px 0;
	font-size: 1.875rem;
	color: #f16d22;
	font-weight: normal;
}

h3
{
	margin: 30px 0 5px 0;
	color: #f16d22;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: Arial, sans-serif;
}

h4
{
	color: #f16d22;
	font-size: 1.25rem;
	font-weight: normal;
}

h5
{
	color: #2e1f12;
	margin: 30px 0 5px 0;
	font-size: 1.25rem;
}

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

#mainContent > h1:first-child,
#mainContent > h2:first-child,
#mainContent > h3:first-child,
#mainContent > h4:first-child,
#mainContent > h5:first-child,
#mainContent > h6:first-child
{
	margin-top: 0;
}

ul, ol
{
	padding: 0;
	margin: .625rem 0;
	line-height: 1.675rem;
}

ol
{
	padding-left: 2.1em;
}

li
{
	position: relative;
	margin: 18px 0;
	line-height: 1.4;
}

#subContent li
{
	margin: 4px 0;
}

li li
{
	margin: 8px 0;
}

ul
{
	list-style: none;
	margin: 0;
}


ol ol
{
	margin: .5em 0 0 0;
	padding: 0;
}
ul ul
{
	margin-left: 45px;
}
ul ul ul
{
	margin-left: 35px;
}

ul ul > li::before
{
	font-size: .75em;
	content: "\25A0";
	width: 2em;
	margin-left: -2em;
	display: inline-block;
	position: relative;
	top: -2px;
}

.subNavList ul li::before,
.bioList ul ul li::before,
ul #homeSocialLinks ul li::before
{
	content: '';
	display: block;
}


ul ul ul li::before
{
	color: #ff8200;
}

ol > ol,
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;
}

#subContent
{
	line-height: 1.375rem;
}

/*
#subContent ul li
{
	margin: 5px 0 0 0;
}
*/

#subContent h2
{
	padding: 10px 0 3px;
	margin: 30px 0 15px;
	border-bottom: 1px solid #666666;
	font-weight: 700;
	color: #041E42;
	font-family: 'FranklinGothicDemiCondensed';
	font-size: 1.3875rem;
}

#subContent p
{
	line-height: 1.5rem;
}

#subContent h3
{
	font-size: .9375rem;
	color: #2e1f12;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
}

#subContent h4
{
	margin: 0 0 7px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-family: 'Baskerville';
	color: #333333;
}

#subContent h5
{
	margin: 0 0 8px;
	font-size: .875rem;
	color: #f16d22;
	font-weight: 700;
}

#subContent .results_list a:not(.email a)
{
	color: #333333;
}

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

@media (max-width: 768px)
{
	/* 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,
#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;
}

body.scrolled #header:before
{
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
}


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

#header
{
	position: relative;
	padding: 20px 10px 20px;
	background: #ffffff;
	box-sizing: border-box;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#logo
{

	width: 50%;
	max-width: 252px;

	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

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

#header a
{
	text-decoration: none;
}

#upperSearchLink
{
	display: none;
}

#topLinks
{
	position: absolute;
	top: 60px;
	right: 8px;
	z-index: 20001;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

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

#topLinks li
{
	position: relative;
	float: left;
	margin: 0 0 0 10px;
}

#topLinks a
{
	margin: 0 3px 0 3px;
	color: #a5a5a5;
	font-size: 10px;
	text-transform: uppercase;
}

#topLinks a:hover
{
	color: #589ec0;
	text-decoration: none;
}

@media (min-width: 920px)
{
	#logo
	{
		width: auto;
		height: 100%;
		max-height: 107px;
	}

	#topLinks li:not(#topSearch)
	{
		top: -6px;
	}
}


@media (max-width: 919px)
{

	#topSearch
	{
		display: none;
	}

	#upperSearchLink
	{
		display: block;
		position: absolute;
		top: 20px;
		right: 50px;
		width: 34px;
		height: 30px;
		background: #ffffff url('../i/icon-search.png') center center no-repeat; /* data-uri */
		border-radius: 2px;
	}
}


@media (max-width: 767px)
{

	#topLinks li
	{
		line-height: 19px;
	}

	#topLinks li:nth-child(2)
	{
		clear: both;
	}
}

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

#mainNav
{
	position: relative;
	line-height: normal;
}

/* base style resets */

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

#mainNav li:before
{
	display: none;
}

#mainNav > ul
{
	width: 100%;
}

#mainNav > ul > li > a
{
	display: block;
	padding: 0 0 3px 0;
	color: #433d32;
	font-size: 1.0625rem;
	line-height: 20px;
}

#mainNav li:hover > a
{
	color: #f16d22;
	text-decoration: none;
}

#mainNav li ul a
{
	color: #366fb4;
}


/* main nav tab current page highlight */
/*#mainNav .current > a:not(:hover)*/
#mainNav .current > a
{
	color: inherit;
	border-bottom: 1px solid #f16d22;
}


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


/* main nav items */
#mainNav > ul ul
{
	display: none;
	position: absolute;
	background: #ffffff;
	padding: 10px 0 18px 0;

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

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

#subNav .subNavList li
{
	margin: 0 0 1px;
	background: #041E42;
	color: #ffffff;
	padding: 2px 0;
}

.subNavList > li:before
{
	display: none;
}

#subNav .subNavList li a
{
	display: block;
	padding: 0 10px;
	color: inherit;
	font-size: 1rem;
}

#subNav .subNavList li.hasSubSubNav > a:after
{
	/*content: " +";*/
	position: relative;
    top: 7px;
    left: -12px;
    display: inline-block;
    content: url('../i/arrow-78BE20.svgz');
    width: 8px;
    height: 7px;
    margin: 0 0 0 8px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#subNav .subNavList li.here,
#subNav .subNavList li.here li,
#subNav .subNavList li.hereParent,
#subNav .subNavList li.hereParent li
{
	background: #f16d22;
}

#subNav .subNavList li.here > a:after
{
	/*
	width: 10px;
	height: 9px;
	display: inline-block;
	content: url('../i/arrow-white.svgz');
	padding-left: 6px;
	*/

	/*
	top: 5px;
    left: 5px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    */
}

#subNav .subNavList li ul
{
	display: none;
	padding: 4px 0 12px;
	margin-left: 10px;
}

#subNav .subNavList li ul li
{
	line-height: 1.5rem;
}

#subNav .subNavList li.here ul,
#subNav .subNavList li.hereParent ul
{
	display: block;
	margin-top: 0;
}

@media (min-width: 768px)
{
	#header
	{
		padding: 25px 15px;
	}
}

@media (min-width: 920px)
{
	#header
	{
		height: 159px;
		padding: 25px 25px 0;
	}

	#mainNav
	{

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	#logo
	{
		position: relative;
		top: 6px;
	}

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

	/* fix header to top and shrink */

	body
	{
		padding: 159px 0 0 0;
	}

	#header
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		max-width: 1590px;
		z-index: 100;
		height: 90px;
		padding: 15px 50px;
		z-index: 9999;
	}

	#header
	{
		height: 159px;
		padding: 25px 15px 15px;
	}

	body.scrolled #header
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		max-width: 1900px;
		z-index: 100;
		height: 90px;
		padding: 15px 50px;
	}

	body.scrolled #mainNav
	{
		position: fixed;
		top: 54px;
	}

	body.scrolled #topLinks
	{
		top: 20px;
	}

	#navJump, #topJump
	{
		display: none;
	}

	#mainNav
	{
		position: absolute;
		z-index: 20000;
		top: 100px;
		max-width: 790px;
		width: 71.5vw;
		left: 25vw;
	}

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

	#mainNav > ul > li
	{
		padding: 0 1.6vw;
	}

	#mainNav > ul > li:first-child
	{
		padding-left: 0;
	}

	#mainNav > ul > li:last-child
	{
		padding-right: 0;
	}

	#mainNav:not(.delay) > ul > li: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 > ul > li ul
	{
		font-size: 1rem;
	}

	#topLinks
	{
		position: fixed;
		width: auto;
		top: 30px;
		right: -20px;
		padding-right: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/*left: calc(50% - 50vw);*/
	}

	#topLinks ul
	{
		float: right;
	}

	#topSearch
	{
		position: relative;
		top: -5px;
	}


	/* Megamenu */

	#mainNav > ul > li
	{
		position: static;
		height: 40px;
	}

	#mainNav > ul > li > ul
	{
		width: 885px;
		height: auto;
		padding: 30px;
		right: 0;
		top: 28px;

		overflow: hidden;

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

		box-shadow: 1px 2px 21px 0px rgba(0, 0, 0, 0.21);
	}

	#mainNav li.megaMenu ul
	{
		position: static;
		display: block;
		padding: 0;
	}

	#mainNav > ul > li > ul > li:not(.megaMenu)
	{
		position: relative;
		right: -1px;
		width: 24%;
		padding-right: 35px;
		padding: 0 15px 15px 0;

		border-right: 1px solid #e3e3e3;

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

	#mainNav > ul > li > ul > li a
	{
		white-space: pre-wrap;
	}

	#mainNav li.megaMenu
	{
		display: block;
		width: 76%;
		float: right;
		padding-left: 35px;

		border-left: 1px solid #e3e3e3;

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

	#mainNav li.megaMenu .navHighlight .results_list li
	{
		display: -webkit-flex;
		display: flex;

		font-size: 1rem;
		line-height: 1.5rem;

		color: #666666;
	}

	#mainNav li.megaMenu .navHighlight .results_list li .text1,
	#mainNav li.megaMenu .navHighlight .results_list li .text2
	{
		margin: 5px 0 0 0;
	}

	#mainNav li.megaMenu .navHighlight .results_list li > div
	{
		position: relative;
		-webkit-flex: 1 1 270px;
		    -ms-flex: 1 1 270px;
		        flex: 1 1 270px;
	}

	#mainNav li.megaMenu .navHighlight .results_list li div.highlight2:empty
	{
		display: none;
	}

	#mainNav li.megaMenu .navHighlight .results_list li > div + div
	{
		margin-left: 35px;
	}

	#mainNav li.megaMenu .navHighlight .results_list li div.URL1,
	#mainNav li.megaMenu .navHighlight .results_list li div.URL2
	{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	#mainNav li.megaMenu .navHighlight .results_list li div.URL1 a,
	#mainNav li.megaMenu .navHighlight .results_list li div.URL2 a
	{
		display: block;
		height: 100%;
	}

	#mainNav #navButton-people > ul
	{
		padding-bottom: 100px;
	}

	#mainNav #navButton-people #megaSearch
	{
		position: absolute;
		bottom: 0px;
		left: 30px;
		width: 812px;
		padding: 0;
		border: none;
	}

	#mainNav #navButton-people #megaSearch input[type=submit]
	{
		position: absolute;
		right: 5px;
		top: 5px;
		width: 32px;
		height: 28px;
		background: url('../i/icon-search.png') center no-repeat; /* data-uri */
	}

	#mainNav #navButton-services li#megaService .results_list,
	#mainNav #navButton-contact li#megaOffice .results_list
	{
		display: -webkit-flex;
		display: flex;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	#mainNav #navButton-services li#megaService .results_list li,
	#mainNav #navButton-contact li#megaOffice .results_list li
	{
		min-height: 168px;
		-webkit-flex: 0 1 calc(100%/3);
		    -ms-flex: 0 1 calc(100%/3);
		        flex: 0 1 calc(100%/3);
	}

	#mainNav #navButton-services li#megaService h3
	{
		margin: 0 0 15px;
	}

	#mainNav #navButton-services li#megaService .results_list li img,
	#mainNav #navButton-contact li#megaOffice .results_list li img
	{
		display: block;
		max-width: 100%;
		height: auto;
	}

	#mainNav #navButton-services li#megaService .results_list li .title,
	#mainNav #navButton-contact li#megaOffice .results_list li .title
	{
		position: absolute;
		/*top: 0;*/
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		padding: 0px 20px 5px;
		min-height: 60px;
		/*opacity: 0;*/

		display: -webkit-flex;
		display: flex;

		-webkit-align-items: center;
		     -ms-flex-align: center;
		        align-items: center;

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center

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

		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		font-size: .875rem;
		line-height: 1.25rem;

		/*background: rgba(51,51,51, .8);
*/
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}

	#mainNav #navButton-services li#megaService .results_list li:hover .title,
	#mainNav #navButton-contact li#megaOffice .results_list li:hover .title
	{
		/*opacity: 1;*/
		color: #f16d22;
	}

	#mainNav #navButton-services li#megaService .results_list li .image:after,
	#mainNav #navButton-contact li#megaOffice .results_list li .image:after
	{
		position: absolute;
		content: '';
		display: block;
		top: 0;
		bottom: 0;
		width: 100%;

		background: -moz-linear-gradient(top,  rgba(2,2,2,0) 0%, rgba(2,2,2,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(2,2,2,0) 0%,rgba(2,2,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(2,2,2,0) 0%,rgba(2,2,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	#mainNav #navButton-people .megaMenu
	{
		margin-top: -37px;
	}
}

@media (min-width: 1025px)
{
	#header
	{
		padding: 25px 50px 15px;
	}

	#mainNav
	{
		left: 30vw;
	}

	#mainNav > ul > li > ul
	{
		left: -180px;
	}
}

@media (min-width: 1100px)
{

	#mainNav > ul > li > ul
	{
		left: -10vw;
	}
}

@media (min-width: 1280px)
{
	#mainNav > ul > li > ul
	{
		left: -48px;
	}
}

@media (min-width: 1400px)
{

	#mainNav
	{
		left: calc(50% - 343px);
		right: auto;
	}

	#mainNav > ul > li
	{
		padding: 0 28px;
	}

}

@media (min-width: 1610px)
{
	#header
	{
		padding-left: 0;
		padding-right: 0;
		left: calc(50% - 795px);
	}
}

@media (min-width: 1920px)
{
	body.scrolled #header
	{
		left: calc(50% - 950px);
	}


	#topLinks
	{
		right: 0;
	}

}


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

@media (max-width: 919px)
{
	#mainNav
	{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: -60%;
		width: 60%;
		max-width: calc(100% - 80px);
		height: 100vh;
		padding: 20px 0 0 0;
		background: #041E42;
		box-sizing: border-box;
		-webkit-box-shadow:inset -2px -5px 15px 0 rgba(200,200,200,.4);
		box-shadow:inset -2px -5px 15px 0 rgba(200,200,200,.4);
		transition-duration: 0.1s;

		/*position: absolute;
		z-index: 300;
		top: 0;
		left: -400px;
		max-width: calc(100% - 80px);
		height: 100vh;
		padding: 10px;
		background: #0b3c5d;
		box-sizing: border-box;
		box-shadow: 0 0 20px 5px rgba(0,0,0,.8);
		transition-duration: 0.1s;*/
	}

	#mainNav a
	{
		padding: 10px 15px;
		text-align: right;
	}

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

	#mainNav ul,
	#mainNav li
	{
		display: block;
		margin: 0;
		padding: 0;
	}

	#mainNav li
	{
		border-top: 2px solid #f2f2f2;
	}

	#mainNav li:first-child
	{
		border-top: none;
	}

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

	#mainNav > ul > li > a
	{
		color: #ffffff;
		padding: 22px 20px 22px 0;
		font-weight: 600;
		font-size: 1.25rem;
	}

	#mainNav > ul > li.current > a
	{
		color: #b6d7ff;
	}

	#topJump,
	#navJump
	{
		display: block;
		position: absolute;
		top: 24px;
		right: 10px;
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 14px 28px 0 0;
		border: 0 solid #f16d22;
		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);
	}

	.highlight1 img,
	.highlight2 img
	{
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 919px)
{
	#mainNav > ul > li > a
	{
		padding-right: 40px;
		font-size: 1.8125rem;
		line-height: 3.25rem;
	}
}

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

ul.subNavList
{
	margin-bottom: 1em;
}

ul.subNavList li
{
	list-style: none;
	margin-left: 0;
	padding: 0;
}

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

li.here > a,
li.hereParent > a
{
	color: inherit;
}


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


@media (min-width: 768px)
{
	#tabLinks
	{
		display: -webkit-flex;
		display: flex;

		-webkit-flex-wrap: no-wrap;
		    -ms-flex-wrap: no-wrap;
		        flex-wrap: no-wrap;

		margin: 0 0 35px;

		background: #eeeeee;
	}

	#tabLinks a
	{
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;

		height: 65px;

		/*-webkit-flex: 0 1 120px;
		    -ms-flex: 0 1 120px;
		        flex: 0 1 120px;*/

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;

		text-align: center;

		padding: 0 15px;

		color: #888888;
		text-transform: uppercase;
		font-size: .825rem;
		line-height: 1rem;


		background: #eeeeee;
	}

	#tabLinks .current
	{
		color: #2e1f12;
		text-decoration: none;
		cursor: default;
		font-weight: 600;
		background: #d6d6d6;
	}

	.js .contentSection
	{
		display: none;
	}

	.js .sectionTitle
	{
		display: none;
	}

	a#tabViewAll
	{
		position: relative;
		display: inline-block;
		background: #407EC9;
		padding: 8px 12px;
		margin: 20px 0 0 0;
		border: none;
		color: #ffffff;
		font-weight: 700;
		text-transform: uppercase;
		font-size: .9375rem;
		line-height: .9375rem;
	}

	a#tabViewAll:after
	{
		position: absolute;
		left: 42px;
		top: 15px;
		display: block;
		content: url('../i/arrow-407EC9.svgz');
		width: 25px;
		z-index: -1;

		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (min-width: 1025px)
{
	#tabLinks a
	{
		font-size: 1rem;
		font-weight: normal;
		padding: 0 35px;
	}

}

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


	a#tabViewAll
	{
		display: none !important;
	}

	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;
		font-family: Arial, sans-serif;
		box-sizing: border-box;
		text-decoration: none;
		cursor: pointer;
	}

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

	h1.sectionTitle:after
	{
		content: '+';
		position: absolute;
		top: 6px;
		right: 10px;
		font-weight: 300;
		font-size: 2rem;
		z-index: 100;
		cursor: pointer;
	}

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

	.contentSection
	{
		display: block !important;
	}

	.contentSection h1
	{
		margin: 0 -10px;
	}

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

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

	#profReveal
	{
		display: none !important;
	}
}


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

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

body#index #content,
body#people #content,
body#people-directory #content,
body#people-management #content,
body#contact #content,
body#newsroom #content
{
	padding: 0;
}

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

hr
{
	border-style: solid;
	border-color: #f16d22;
}

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

#subNav,
#subContent
{
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

#banner,
#expandedBanner
{
	display: -webkit-flex;
	display: flex;
	margin: 27px -10px 20px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#banner > div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#banner > div img
{
	max-width: 100%;
	height: auto;
	display: block;
}

#banner #middle
{
	background: #041E42;
	padding: 15px;
	color: #b5ada0;
	font-family: 'Baskerville';
	font-size: 1.0625rem;
	line-height: 1.5rem;
	width: 100%;
}

#banner #middle p:last-child
{
	margin: 0;
}

#banner #middle
{
	font-weight: 300;
	font-family: Arial, sans-serif;
}

#banner #middle strong
{
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Baskerville';
}

#banner #right
{
	display: none;
}

#socialLinks
{
	display: -webkit-flex;
	display: flex;
	margin: 20px 0 0 0;

	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#socialLinks li
{
	padding: 0;
	margin: 0;
	width: 33px;
	height: 33px;
	background: rgba(196,211,222, .9);
	list-style: none;
}

#socialLinks li a
{
	display: block;
	height: 100%;
	padding: 3px;

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

#socialLinks li img
{
	width: 26px;
	height: auto;
}

#socialLinks li span
{
	display: none;
}

#footer #socialLinks
{
	margin: 40px 0 20px;
}


@media (min-width: 768px)
{

	#content
	{
		max-width: 1308px;
		margin: 0 auto;
		padding: 0 15px;
	}

	body#index #content
	{
		max-width: 100%;
	}

	#mainContent:not(:only-child)
	{
		float: left;
		width: calc(64%);
	}

	body#people #mainContent
	{
		width: 100%;
	}

	#subNav,
	#subContent
	{
		float: right;
		clear: right;
		width: 33%;
	}

	#subNav
	{
		margin: 8px 0 0 0;
	}

	#banner
	{
		margin: 27px 0px 20px;
	}

	#banner #left
	{
		height: 28.5vw;
		background-position: center !important;
		background-size: cover !important;

		order: 10;
		-webkit-order: 10;


		-webkit-flex: 1 3 66.5%;
		    -ms-flex: 1 3 66.5%;
		        flex: 1 3 66.5%;
	}

	#banner #middle
	{
		padding: 30px;
		font-size: 1.1875rem;
		line-height: 1.875rem;
		background-size: cover !important;
		order: 30;
		-webkit-order: 30;

		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}


	#banner #middle strong
	{
		font-size: 1.5rem;
	}

	#banner #right
	{
		display: none;
		height: 28.5vw;
		background-position: center !important;
		background-size: cover !important;
		overflow: hidden;

		order: 20;
		-webkit-order: 20;


		-webkit-flex: 1 1 33.5%;
		    -ms-flex: 1 1 33.5%;
		        flex: 1 1 33.5%;
	}

	#banner #left > img,
	#banner #right > img
	{
		display: none;
	}

	body.services-industries-item #banner,
	body.services-practices-item #banner,
	body.contact-item #banner
	{
		height: 398px;
		margin-bottom: 0;
	}

	#socialLinks
	{
		position: absolute;
		top: 18px;
		right: 100px;
		margin: 0;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;

		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}

	#socialLinks li
	{
		margin: 0 5px 0 0;
	}


	body.scrolled #socialLinks
	{
		top: 11px;
	}
}

@media (min-width: 920px)
{

	body#services #mainContent
	{
		width: 100%;
	}

	#socialLinks
	{
		top: 22px;
		right: 275px;
	}
}

@media (min-width: 1025px)
{
	#banner
	{
		width: 100%;
		max-width: 1590px;
		margin: 0 0 35px 0;

		height: 340px;
		/*height: 19.89vw;*/
		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}

	#banner #left
	{
		height: 100%;

		order: 20;
		-webkit-order: 20;

		/*
		-webkit-flex: 1 3 796px;
		    -ms-flex: 1 3 796px;
		        flex: 1 3 796px;
		*/

		-webkit-flex: 1 3 1118px;
		    -ms-flex: 1 3 1118px;
		        flex: 1 3 1118px;
	}

	#banner #middle
	{
		/*padding: 0 45px;*/
		padding: 55px 55px 0px 55px;


		display: -webkit-flex;
		display: flex;

		/*
		-webkit-align-items: center;
		     -ms-flex-align: center;
		        align-items: center;
		*/

		order: 10;
		-webkit-order: 10;

		-webkit-flex: 1 1 397px;
		    -ms-flex: 1 1 397px;
		        flex: 1 1 397px;

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

	}

	#banner #right
	{
		display: none;
		height: auto;
		overflow: hidden;

		order: 30;
		-webkit-order: 30;


		-webkit-flex: 1 1 397px;
		    -ms-flex: 1 1 397px;
		        flex: 1 1 397px;
	}


}

@media (min-width: 1340px)
{
	#content
	{
		padding: 0;
	}
}

@media (min-width: 1665px)
{
	#socialLinks
	{
		position: fixed;
		top: 186px !important;
		right: 0;
		flex-direction: column;
		-webkit-flex-direction: column;
		z-index: 100;
		width: 33px;
	}

	#content
	{
		padding: 0;
	}

	#socialLinks li
	{
		height: 33px;
		width: auto;
		margin: 0 0 1px;
		overflow: hidden;


		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	#socialLinks li a
	{
		display: block;
		height: 100%;
	}

	#socialLinks li img
	{
		float: left;
		display: block;
	}

	#socialLinks li span,
	#socialLinks li span a
	{
		display: block;
		height: 100%;
		padding-left: 45px;
		color: #000000;
		font-size: .825rem;
		text-transform: uppercase;
		line-height: 33px;
		color: #ffffff;
		font-weight: 700;
		white-space: nowrap;
	}

	#socialLinks li span a
	{
		background: none;
		padding-left: 0;
	}


	#socialLinks li:hover
	{
		margin-left: -250px;
		background: rgba(54,111,180, 1);
	}

}

@media (max-width: 767px)
{
	#content
	{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
			flex-direction: column;
	}

	#subNav
	{
		margin: 30px -10px 0 !important;
		-webkit-order: 2;
			order: 2;
	}

	#packet-widget .subtitle, .packet-button-help
	{
		display: none !important;
	}
}



/* Expanded Banner */

#expandedBanner #left,
body#services #banner #left
{
	position: relative;
	overflow: hidden;
}

body#services #banner #left
{
	display: none;
}

#expandedBanner #left > img,
#expandedBanner #right > div > div img
{
	display: block;
	width: 100%;
}

#expandedBanner #left .triggerPopupPlayer
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #ffffff;
	opacity: 0;

	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

#expandedBanner #left .triggerPopupPlayer:hover
{
	opacity: .3;
}

#expandedBanner #left > div
{
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 10px;
	color: #ffffff;
	line-height: 1.5rem;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#expandedBanner #left h3
{
	text-transform: uppercase;
	color: #b6d7ff;
	font-size: .875rem;
	line-height: 1rem;
}

#expandedBanner #right > div
{
	display: -webkit-flex;
	display: flex;
	position: relative;


	background: #2e1f12;
	color: #ffffff;
	font-weight: 700;
}

#expandedBanner #right > div + div
{
	background: #ede5dc;
	color: #333333;
}

#expandedBanner #right > div + div + div
{
	background: #02397c;
	color: #ffffff;
}

#expandedBanner #right > div > div
{
	position: relative;
	width: 50%;
}

#expandedBanner #right > div:nth-child(even) > div.image
{
	order: 20;
	-webkit-order: 20;
}

#expandedBanner #right > div > .text
{
	display: -webkit-flex;
	display: flex;

	width: 50%;

	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;

	padding: 0 20px;

	text-align: center;
	font-size: .75rem;
	line-height: 1.0625rem;
	color: inherit;
	text-transform: uppercase;

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


#expandedBanner #right > div > .text *
{
	margin: 0;
	width: 100%;
}

#expandedBanner #right > div > div.image:after
{
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	content: url('../i/arrow-2e1f12.png');

	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#expandedBanner #right > div + div > div.image:after
{
	content: url('../i/arrow-ede5dc.png');
	right: auto;
	left: 0;
}

#expandedBanner #right > div + div + div > div.image:after
{
	content: url('../i/arrow-02397c.png');
	right: 0;
	left: auto;
	top: calc(50% - 20px);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media (min-width: 768px)
{

	#expandedBanner
	{
		margin: 0 0 35px;
	}

	#expandedBanner #left > img,
	#expandedBanner #right > div > div img
	{
		width: 102%;
	}

	#expandedBanner #right
	{
		display: -webkit-flex;
		display: flex;
	}

	#expandedBanner #right > div
	{
		height: 100%;
		width: calc(100%/3);
		flex-direction: column;
		-webkit-flex-direction: column;
	}



	#expandedBanner #right > div > .text
	{
		width: 100%;

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

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;

		height: 100%;
		color: inherit;
	}

	#expandedBanner #right > div > div,
	#expandedBanner #right > div > .text
	{
		position: relative;
		width: 100%;
		height: 50%;
		overflow: hidden;
	}

	#expandedBanner #right > div > a.text
	{
		overflow: visible;
	}

	#expandedBanner #right > div:nth-child(odd) > a.text:before
	{
		top: -100%;
		z-index: 100;
	}

	#expandedBanner #right > div:nth-child(even) > a.text:before
	{
		bottom: -100%;
	}

	#expandedBanner #right > div > div.image:after,
	#expandedBanner #right > div + div + div > div.image:after,
	#expandedBanner #right > div + div > div.image:after
	{
		top: auto;
		bottom: -11px;
		right: auto;
		left: calc(50%);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#expandedBanner #right > div + div > div.image:after
	{
		bottom: auto;
		top: -11px;
	}

	#expandedBanner #right > div + div + div > div.image:after
	{
		left: calc(50% - 7px);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media (min-width: 1280px)
{
	#expandedBanner #left > div
	{
		padding: 0 45px;
		bottom: 17%;
		font-size: 1.5rem;
		line-height: 2.375rem;
	}

	#expandedBanner #right > div > .text
	{
		padding: 20px;
		font-size: .875rem;
		line-height: 1.5rem;
	}
}

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

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

.js #bio_event .expandableList .results_list > li:nth-child(n+3)
{
	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;
}

/*
#hoverBoxContent .bioSection ul,
#hoverBoxContent .bioSection ul li,
#mainContent .xrefSection ul,
#mainContent .xrefSection ul li,
.bioSection:not(#bio_education):not(#bio_activity):not(#bio_community):not(#bio_content):not(#bio_flextabcontent1) ul,
.bioSection:not(#bio_education):not(#bio_activity):not(#bio_community):not(#bio_content):not(#bio_flextabcontent1) ul li,
#subContent .statictextSection ul,
#subContent .statictextSection ul li,
#subContent .areaSection ul,
#subContent .areaSection ul li,
#subContent .itemSection ul,
#subContent .itemSection ul li,
#subContent .officeSection ul,
#subContent .officeSection ul li,
#bioOffice li,
#bioOffice li,
#bioPhone li,
#bioExtras li,
#bioAccessories li,
#bio_highlightnews li,
#homeLower li,
div.listColumn ul,
div.listColumn ul li,
#featuredMain ul,
#featuredMain ul li,
#featured ul,
#featured ul li,
#blogSocialLinks,
#blogSocialLinks li,
.blog #subContent .results_list,
.blog #subContent .results_list li,
.areaSection .results_list li,
.bioList ul li,
#newsroom .results_list,
#newsroom .results_list li
*/
div.listColumn ul,
div.listColumn ul li,
#featuredMain ul,
#featuredMain ul li,
#featured ul,
#featured ul li,
#blogSocialLinks,
#blogSocialLinks li,
.blog #subContent .results_list,
.blog #subContent .results_list li,
#homeLower li,
#bioOffice li,
#bioPhone li,
#bioExtras li,
#bioAccessories li,
#mainContent .xrefSection ul,
#mainContent .xrefSection ul li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#bioOffice li
{
	display: inline-block;
	margin: 0px 0 0 0;
	line-height: 1.875rem;
}

#bioOffice li:not(:first-child):before
{
	content: ', ';
}

/*#hoverBoxContent .bioSection ul li:before,
#mainContent .xrefSection ul li:before,
.bioSection:not(#bio_education) ul li:before,
#subContent .statictextSection ul li:before,
#subContent .areaSection ul li:before,
#subContent .itemSection ul li:before,
#subContent .officeSection ul li:before,
#bioOffice li:before,
#bioPhone li:before,
#bioExtras li:before,
#bioAccessories li:before,
#bio_highlightnews li:before,
#bio_education ul li:before,
#topLinks li:before,
#homeLower li:before,
#socialLinks li:before,
div.listColumn ul li:before,
#featuredMain ul li:before,
#featured ul li:before,
#blogSocialLinks li:before,
.blog #subContent .results_list li:before,
.areaSection .results_list li:before,
.bioList ul li:before,
#newsroom .results_list li:before
{
	content: "";
}*/

/*
#bio_education ul
{
	padding: 0 0 0 28px;
	list-style: disc;
}

#bio_education ul li
{
	padding: 0;
}
*/

#subContent img
{
	max-width: 100%;
	height: auto;
}

#subContent .statictextSection h3
{
	padding: 0;
	font-size: .875rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #f16d22;
}

#subContent #statictext_highlights
{
	margin: 20px 0 0 0;
}

#subContent #statictext_highlights ul
{
	margin: 0;
}

#subContent #statictext_highlights .title
{
	font-size: 1.5rem;
	font-family: 'Baskerville';
	color: #333333;
	line-height: 1.875rem;
	margin: 13px 0 5px;
}

#subContent #statictext_highlights .abstract
{
	color: #203841;
	line-height: 1.875rem;
}

#subContent #statictext_highlights li
{
	margin: 0 0 45px 0;
}

#subContent #statictext_highlights li .image
{
	overflow: hidden;
	max-height: 340px;
}

#subContent #statictext_highlights li .image img
{
	width: 100%;
	height: auto;
}

.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 */


#attorneySearchContainer > .search_form
{
	display: -webkit-flex;
	display: flex;

	padding: 40px 10px 20px;
	background: url('../i/search-bg.jpg') no-repeat; /* data-uri */
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#attorneySearchContainer > .search_form form
{
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;
}

#attorneySearchContainer > .search_form form > div
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#attorneySearchContainer > .search_form form > div > div
{
	width: 100%;
}

body#services-experience input[type=submit]
{
	border: 1px solid #000000;
	padding: 0 35px;
}

.submit_wrapper input[type=submit],
.submit_wrapper .clearAll,
input[type=submit]
{
	float: right;
	display: block;
	height: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: .9375rem;
	line-height: 40px;
}

.submit_wrapper input[type=submit]
{
	margin: 0 0 0 20px;
	border: 1px solid #ffffff;
	padding: 0 35px;
	background: rgba(0,0,0,.5);
}

.submit_wrapper input[type=submit]
{
	background: #78BE20;
	border-color: #78BE20;
}

.submit_wrapper input[type=submit]:hover
{
	background: #041E42;
	border-color: #041E42;
}

#letterLinks
{
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	text-align: center;
}

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

#letterLinks *
{
	display: block;
	font-weight: 300;
	font-size: 24px;
	line-height: 42px;


	-webkit-flex: 0 1 36px;
	    -ms-flex: 0 1 36px;
	        flex: 0 1 36px;
}

#letterLinks a
{
	color: #f16d22;
}

.bioList
{
	margin: 1rem 0;
}

#peopleSubNav
{
	padding: 30px 0 15px;
	background: #041E42;
}

#peopleSubNav .subNavList
{
	margin: 0;
}

#peopleSubNav .subNavList li.here,
#peopleSubNav .subNavList li.here li,
#peopleSubNav .subNavList li
{
	background: none;
	text-align: center;
	color: #f06d1f;
	font-family: Arial, sans-serif;
}

#peopleSubNav .subNavList li
{
	margin: 0 0 10px;
}

#peopleSubNav .subNavList li a
{
	font-family: inherit;
	padding: 0;
	font-size: 1.325rem;
	color: #ffffff;
}

.subNavList li.here > a:after
{
	display: none;
}

/*#rowSpotlight
{
	margin: 0 -10px;
}*/

body#people.searchSubmitted #mainContent
{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

body#people.searchSubmitted #mainContent #attorneySearchContainer
{
	order: 30;
	-webkit-order: 30;
}

@media (min-width: 768px)
{

	body#people #content,
	body#people-directory #content,
	body#people-management #content,
	body#contact #content,
	body#newsroom #content
	{
		max-width: 100%;
	}

	.bioList .results_list td
	{
		padding: inherit;
	}

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

	#attorneySearchContainer
	{
		display: -webkit-flex;
		display: flex;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	#attorneySearchContainer > .search_form
	{
		padding: 40px 30px 20px 15px;
		margin: 0;
		height: 100%;
		order: 0;
		-webkit-order: 0;
	}

	#attorneySearchContainer > .search_form form > div > div
	{
		margin-left: 15px;

		-webkit-flex: 1 1 300px;
		    -ms-flex: 1 1 300px;
		        flex: 1 1 300px;
	}

	/*#attorneySearchContainer > .search_form form > div > div:nth-child(4n)
	{
		margin-left: 0;
	}*/

	#letterLinks
	{
		width: 50%;
		padding: 20px;

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

		order: 20;
		-webkit-order: 20;

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center

		-webkit-align-items: center;
		     -ms-flex-align: center;
		        align-items: center;


	}

	#letterLinks *
	{
		-webkit-align-items: center;
		     -ms-flex-align: center;
		        align-items: center;
	}

	/*#letterLinks a,
	#letterLinks span
	{
		-webkit-flex: 1 1 36px;
		    -ms-flex: 1 1 36px;
		        flex: 1 1 36px;
	}*/

	#peopleSubNav
	{
		width: 50%;
		margin: 0;
		order: 10;
		-webkit-order: 10;
	}

	#rowSpotlight
	{
		margin: 0;
	}
}

@media (min-width: 1280px)
{
	#attorneySearchContainer
	{
		position: relative;
		height: 680px;
	}

	#attorneySearchContainer > .search_form
	{
		width: 75%;
	}

	#attorneySearchContainer > .search_form form > div
	{
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	#attorneySearchContainer > .search_form form > div > div
	{

		-webkit-flex: 0 1 413px;
		    -ms-flex: 0 1 413px;
		        flex: 0 1 413px;
	}

/*
	#attorneySearchContainer > .search_form form > div > div.submit_wrapper
	{
		margin: 20px 0 0 0;

		-webkit-flex: 0 0 853px;
		    -ms-flex: 0 0 853px;
		        flex: 0 0 853px;
	}
*/

	#letterLinks,
	#peopleSubNav
	{
		position: absolute;
		width: 25%;
		height: 50%;
		margin: 0;
	}

	#letterLinks
	{
		bottom: 0;
		right: 0;
		padding: 20px 30px;

		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	#letterLinks *
	{
		width: 45px;



		-webkit-flex: 1 1 auto;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;

	}

	#peopleSubNav
	{
		padding: 0;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;

		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;


		top: 0;
		right: 0;
	}
}


#tableHeader
{
	display: none;
	background: #eeeeee;
}

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

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

.bioList ul.results_list > li
{
	clear: both;
	padding: 15px 10px;

	border-bottom: 1px solid #ddccbd;
}

.bioList ul.results_list li .office
{
	/*clear: both;*/
	color: #333333;
}

.bioList ul.results_list li .office a
{
	color: inherit;
}

.bioList ul li .photo
{
	float: left;
	margin: 0 10px 0 0;
	width: 123px;
	height: 82px;
}

.bioList ul li .title
{
	color: #f16d22;
	font-size: 1.25rem;
	font-family: 'Baskerville';
	line-height: 1.5rem;
}

.bioList ul li .title a
{
	color: inherit;
}

.bioList ul li .position
{
	line-height: 1rem;
	font-size: 1rem;
}

.bioList ul li .office
{
	/*margin: 0 0 10px;*/
	font-size: 1rem;
}

.bioList ul li .contact
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	clear: both;
	padding: 20px 0 0 0;
	/*-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
	font-size: 1rem;
}

.bioList ul li .contact > div
{
	margin: 0 10px 0 0;
}

.bioList ul li .contact > div a
{
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: -99999em;
	color: #333333;

	background: url('../i/icon-bio-phone.png') no-repeat; /* data-uri */
}

.bioList ul li .contact > div.email a
{
	background: url('../i/icon-bio-email.png') no-repeat; /* data-uri */
}

.bioList ul li .contact > div.vcard a
{
	background: url('../i/icon-bio-vcard.png') no-repeat; /* data-uri */
}

#hoverBox
{
	position: absolute;
	z-index: 5;
	width: 50vw;
	max-width: 800px;
	height: auto;
	padding: 15px;
	background: #2e3536;
}

#hoverBox:before
{
	position: absolute;
	top: 20px;
	left: -13px;
	display: block;
	content: url('../i/arrow-2e1f12.png');

	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hoverFlex
{
	display: -webkit-flex;
	display: flex;
}

#hoverBoxImage img
{
	display: block;
}

#hoverBox #bioContent,
#hoverBoxContent
{
	padding: 0 25px 0 30px;
	color: #ffffff;
	font-size: 1rem;
}

#hoverBox #bioContent
{
	padding: 9px 18px 0 9px;
	color: #ffffff;
	line-height: 1.25em;
}

#hoverBoxContent a
{
	color: #bc9a5d;
}

#hoverBoxContent #bioName
{
	margin: 0 0 10px;
	font-size: 1.375rem;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Baskerville';
}

#hoverBoxContent #bioName a
{
	color: inherit;
}

#hoverBoxContent p
{
	line-height: 1.75rem;
}

#hoverBoxContent p:last-child
{
	margin: 0;
}

@media (min-width: 768px)
{

	#tableHeader
	{
		display: display: -webkit-flex;
		display: flex;
		margin: 40px 0 0 0;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 1rem;
	}

	#tableHeader #name
	{
		-webkit-flex: 6 1 300px;
		    -ms-flex: 6 1 300px;
		        flex: 6 1 300px;
	}

	#tableHeader #office
	{
		padding: 0 30px 0 20px;
		-webkit-flex: 1 10 250px;
		    -ms-flex: 1 10 250px;
		        flex: 1 10 250px;
	}

	#tableHeader #contact
	{
		-webkit-flex: 1 1 350px;
		    -ms-flex: 1 1 350px;
		        flex: 1 1 350px;
	}

	.bioList ul.results_list > li
	{
		display: -webkit-flex;
		display: flex;
	}

	.bioList ul.results_list > li .nametitle
	{

		padding-right: 20px;
		-webkit-flex: 6 1 300px;
		    -ms-flex: 6 1 300px;
		        flex: 6 1 300px;
	}

	.bioList ul.results_list > li .office
	{
		padding-right: 30px !important;
		margin: 0;
		line-height: 1.25rem;

		-webkit-flex: 1 10 250px;
		    -ms-flex: 1 10 250px;
		        flex: 1 10 250px;
	}

	#areaSearchResults ul.results_list > li .office
	{
		padding-top: 10px;
	}

	.bioList ul.results_list > li .office li
	{
		margin: 0 0 5px;
	}

	.bioList ul.results_list > li .contact
	{

		-webkit-flex: 1 1 350px;
		    -ms-flex: 1 1 350px;
		        flex: 1 1 350px;

		padding: 0;

		/*-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;*/
	}

	.bioList ul li .contact > div
	{
		margin: 0 30px 0 0;
	}

	.bioList ul li .contact > div:last-child
	{
		margin: 0;
	}

	.bioList ul li .contact > div.phone a,
	.bioList ul li .contact > div.email a,
	.bioList ul li .contact > div.vcard a
	{
		background: none;
		text-indent: 0;
		width: auto;
		height: auto;
	}

	.bioList ul li .contact > div.vcard a
	{
		position: relative;
		top: -15px;
		padding: 15px 55px 0 0;
		height: 44px;
		background: url('../i/icon-bio-vcard.png') right center no-repeat; /* data-uri */
	}

}

@media (min-width: 1025px)
{
	#areaSearchResults ul.results_list > li .office
	{
		padding-top: 5px;
	}


	.bioList ul li .contact > .phone
	{
		width: 125px;
		padding-right: 30px;
	}
}

@media (min-width: 1280px)
{
	.bioList:not(#areaSearchResults) ul.results_list > li,
	#tableHeader
	{
		padding: 15px 5%;
	}

	.bioList:not(#areaSearchResults) ul li .title
	{
		padding: 18px 0 0 0;
	}

	.bioList ul.results_list > li .office,
	.bioList:not(#areaSearchResults) ul.results_list > li .contact
	{
		padding: 22px 0 0 0;
	}

	.bioList ul li .photo
	{
		margin-right: 20px;
	}

	.bioList ul.results_list > li .office
	{
		padding-top: 18px !important;
	}

}

@media (min-width: 1600px)
{
	.bioList:not(#areaSearchResults); ul.results_list > li,
	#tableHeader
	{
		padding: 15px 175px;
	}
}

@media (max-width: 1025px)
{

	#areaSearchResults ul li
	{
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	#areaSearchResults ul li > *
	{

		-webkit-flex: 1 1  auto;
		    -ms-flex: 1 1  auto;
		        flex: 1 1  auto;
	}

	#areaSearchResults ul li .office
	{
		/*padding: 10px 0 0;*/
	}
}

@media (max-width: 1050px)
{
	#hoverBox
	{
		display: none !important;
	}
}

#hoverBoxContent .bioSection h2
{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	padding-bottom: 0;
}

#hoverBoxContent .bioSection ul
{
	margin-top: 0;
}

#hoverBoxContent .bioSection ul li
{
	font-size: .9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

/* Bio Profile */

body.attorneys-item #banner #left
{
	width: 100%;
	padding: 20px;
	color: #ffffff;
	order: 20;
	-webkit-order: 20;
}

body.attorneys-item #banner #middle
{
	padding: 0;
	order: 10;
	-webkit-order: 10;
}

body.attorneys-item #banner #right
{
	display:none;
	/*
	width: 100%;
	display: block;
	padding: 20px;
	order: 30;
	-webkit-order: 30;
	background-size: cover !important;
	*/
}

body.attorneys-item h1#pageTitle,
body.services-industries-item h1#pageTitle,
body.contact-item #banner h1#pageTitle
{
	padding-bottom: 0;
	border-bottom: none;
	color: inherit;
	font-weight: 600;
	font-size: 1.55rem;
}

}
#bioInfo li
{
	margin: 0;
}

#bioOffice
{
	margin: 0;
}

body.attorneys-item #banner a
{
	color: inherit;
}

#bioEmail
{
	display: block;
	margin: 5px 0;
}

body.attorneys-item #banner #bioExtras a
{
	color: #fff !important;
}

#bioAccessories
{
	display: -webkit-flex;
	display: flex;
	margin: 15px 0 10px 0;
}

#bioAccessories li
{
	margin: 0 10px 0 0;
}


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

#bioTitle
{
	padding: 0 0 10px 0;
}

#bioTitle,
#bioOffice,
#bioEmail,
#bioExtras,
#bioPhone
{
	font-weight: 300;
}


ul#bioContact,
ul#bioAccessories
{
	float: left;
	width: 50%;
}

#bio_contentintro > p
{
	font-size: 1.375rem;
	line-height: 1.8625rem;
	color: #f16d22;
}

#subContent .bioSection
{
	margin: 0 0 20px;
	font-size: 1.0625rem;
}

/*#subContent .bioSection .results_list li a,
#subContent .areaSection .results_list li a
{
	color: inherit;
}*/

#subContent .bioSection h2
{
	margin: 25px 0 15px;
	border-bottom: 1px solid #666666;
	font-size: 1.3875rem;
	line-height: 1.3875rem;
	color: #2e1f12;
	font-weight: 700;
}

#subContent .bioSection p,
#XsubContent .bioSection li
{
	margin: 0 0 4px 0px;
	line-height: 1.175rem;
}

#subContent #bio_honors li
{
	margin: 0 0 15px;
}

#bio_highlightnews
{
	color: #ffffff;
	line-height: 1.75rem;
}

#bio_highlightnews h2
{
	color: inherit;
	font-size: 1.125rem;
	font-weight: normal;
}

/*.bioSection h2
{
	color: #2e1f12;
	font-size: 1.4rem;
	font-weight: 700;
}*/

#mainContent .bioSection .results_list li,
#mainContent .areaSection .results_list li
{
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}

#mainContent .results_list li > div
{
	padding: 4px 0;
}

#mainContent .bioSection .results_list li .startInline,
#mainContent .areaSection .results_list li .startInline,
#blogEventList .startInline
{
	font-size: 1rem;
	line-height: 1rem;
	color: #999999;
}

#mainContent .bioSection .results_list li .itemDesc
{
	color: #999999;
}

#mainContent .bioSection .results_list li .itemdate
{
	color: #999999;
}

#mainContent .bioSection .results_list li .title,
#mainContent .areaSection .results_list li .title
{
	margin-bottom: 2px;
}

#bio_event h3
{
	margin-top: 12px;
	padding-top: 0px;
	color: #698a9b;
}

#bio_event h3:nth-of-type(2)
{
	margin-top: 20px;
}

#bio_experience h3
{
	margin-top: 12px;
	padding-top: 0px;
	padding-bottom: 4px;
	color: #698a9b;
	border-bottom: 1px solid #cccccc;
}

#bio_experience li + li h3
{
	margin-top: 30px;
}

body.attorneys-item #banner #middle img
{
	display: none;
}

@media (min-width: 768px)
{

	body.attorneys-item #banner
	{
		margin: 0;
	}

	body.attorneys-item #banner #left
	{
		height: auto;
	}

	body.attorneys-item #banner #middle img
	{
		display: block;
		width: 100%;
	}

	#bio_highlightnews li
	{
		margin: 0 0 15px;
	}

	body.attorneys-item h1#pageTitle,
	body.services-industries-item h1#pageTitle,
	body.services-practices-item h1#pageTitle
	{
		font-size: 1.875rem;
		margin: 0 0 15px;
	}

	#bioTitle
	{
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
	}

	#bioOffice
	{
		position: relative;
		float: left;
		padding-left: 10px;
	}

	#bioOffice:before
	{
		content: '|';
		position: absolute;
		left: 0;
		color: #fff;
	}

	#bioEmail
	{
		clear: both;
	}

	#bioPhone,
	#bioExtras,
	#bioEmail
	{
		display: -webkit-flex;
		display: flex;
		margin: 0;
	}

	#bioPhone li,
	#bioExtras li
	{
		margin: 0 20px 0 0 ;
	}

	#bioPhone .type
	{
		padding: 0 4px 0 0;
	}

	#mainContent .bioSection
	{
		margin: 0 0 30px;
	}

}

@media (min-width: 1025px)
{

	body.attorneys-item #banner
	{
		height: auto;
		margin: 0;
	}

	body.attorneys-item #banner #left
	{
		height: auto;
		padding: 61px 50px 0;

		-webkit-flex: 0 1 596px;
		    -ms-flex: 0 1 596px;
		        flex: 0 1 596px;

		order: 10;
		-webkit-order: 10;

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

	}

	body.attorneys-item #banner #middle
	{
		position: relative;
		height: auto;
		-webkit-flex: 0 1 1118px;
		    -ms-flex: 0 1 1118px;
		        flex: 0 1 1118px;

		overflow: hidden;
	}

	body.attorneys-item #banner #middle img
	{
		display: none;
		width: 100%;
		max-width: none;
		height: auto !important;
	}

}

@media (max-width: 768px)
{
	ul#bioContact,
	ul#bioAccessories
	{
		float: none;
		width: 100%;
	}

	body.attorneys-item #banner #middle img
	{
		display: block;
		width: 100%;
	}
}

@media (min-width: 1300px)
{
        body.attorneys-item #banner #middle
        {
		min-height: 397px;
        }
}


/* Practice List */

body#services #banner
{
	position: relative;
	/*padding: 20px 0 0 0;*/
}

/*body#services #banner:before
{
	position: absolute;
	top: -20px;
	left: 10px;
	content: 'Featured Service Areas';
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}*/

body#services #pageTitle
{
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	border-bottom: none;
}

body#services #banner #left .startInline
{
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 15px;
	color: #ffffff;
	font-family: 'Baskerville';
	font-weight: 300;
	z-index: 10;
}

body#services #banner #left .startInline span
{
	display: block;
}

body#services #banner #left .title a,
body#services #banner #left .title
{
	font-family: Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	color: #b6d7ff;
	letter-spacing: 1px;
}

body#services #banner #left .expcontent p:last-child:after
/*#expandedBanner #left > div > p:last-child:after*/
{
	display: inline-block;
	content: url('../i/arrow-orange.svgz');
	width: 10px;
	padding: 0 0 0 7px;
}

body#services #banner #left li .image:before,
#expandedBanner #left:before
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,020202+100&0+0,0.48+100 */
	background: -moz-linear-gradient(top,  rgba(2,2,2,0) 0%, rgba(2,2,2,0.48) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(2,2,2,0) 0%,rgba(2,2,2,0.48) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(2,2,2,0) 0%,rgba(2,2,2,0.48) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

body#services #banner li img
{
	width: 100%;
}

body#services #banner ul.results_list
{
	margin: 0;
}

body#services #banner ul.results_list li
{
	position: relative;
	margin: 0;
}

body#services #banner ul.results_list li > a
{
	display: block;
}


body#services #banner ul.results_list li > a:before,
#rowSpotlight a.mask:before,
#rowSpotlight div.mask a:not(.sp_pencil):before,
#rowSpotlight a.triggerPopupPlayer,
#officeList ul li .image a:before,
#expandedBanner #right > div > a.text:before
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	opacity: 0;
	background: rgba(255,255,255, .3);
	z-index: 100;

	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}

body#services #banner ul.results_list li > a:hover:before,
#rowSpotlight a.mask:hover:before,
#rowSpotlight div.mask a:hover:before,
#rowSpotlight a.triggerPopupPlayer:hover,
#officeList ul li .image:hover a:before,
#expandedBanner #right > div > a.text:hover:before
{
	opacity: 1;
}

body#services #banner #left
{
	width: 100%;
	background: none !important;
}

body#services #banner #middle
{
	display: none;
}

body#services #banner #right
{
	display: block;
	background: none !important;
}

body#services #banner #right ul.results_list
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

}

body#services #banner #right ul.results_list li
{

	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}

body#services #banner #right ul.results_list li .title
{
	position: absolute;
	width: 100%;
	bottom: 15px;
	padding: 25px 15px 0;
	color: #ffffff;
	line-height: 1.0625rem;
	font-size: .875rem;
	font-weight: 700;
	z-index: 10;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body#services #banner #right ul.results_list li .title:after
{
	position: absolute;
	display: block;
	top: -20px;
	bottom: -15px;
	left: 0;
	right: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,020202+100&0+0,0.48+100 */
	background: -moz-linear-gradient(top,  rgba(2,2,2,0) 0%, rgba(2,2,2, .9) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(2,2,2,0) 0%,rgba(2,2,2, .9) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(2,2,2,0) 0%,rgba(2,2,2, .9) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	z-index: -1;
	content: '';
}

body#services #banner #right ul.results_list li .title a
{
	color: inherit;
}




#services-practices div.listColumn,
#services-industries div.listColumn
{
    /*-webkit-columns: 2;
       -moz-columns: 2;
	    columns: 2;*/
    margin-bottom: 1em;
}

div.listColumn > ul > li
{
    overflow: hidden;
    /*-webkit-column-break-inside: avoid;
       page-break-inside: avoid;
	    break-inside: avoid;*/
}

/* to force break at nth spot
div.listColumn > ul > li:nth-child(3)
{
    -webkit-column-break-after: always;
       -moz-break-after: column;
	    break-after: column;
}
*/

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

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

div.listColumn ul
{
	/*-webkit-column-count: 3;
	     -moz-column-count: 3;
	          column-count: 3;
	-webkit-column-width: 400px;
	-moz-column-width: 400px;
	     column-width: 400px;*/
	margin: 0 0 10px;
}

div.listColumn ul.hierList li
{
	font-weight: normal;
	margin: 0 0 10px;
}

div.listColumn ul ul
{
	margin: .25em 0;
	border-right: none;
}

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

body#services #subNav
{
	display: none;
}

@media (min-width: 768px)
{

	/*body#services #banner
	{
		margin-top: 27px;
	}*/

	body#services #banner,
	#expandedBanner
	{
		height: 34vw;
		max-height: 544px;

		-webkit-flex-wrap: nowrap;
		    -ms-flex-wrap: nowrap;
		        flex-wrap: nowrap;
	}


	body#services #banner
	{
		height: 28vw;
		max-height: 445px;
	}

	#expandedBanner #left
	{
		height: 100%;
		width: 100%;
		-webkit-flex: 1 1 635px;
		    -ms-flex: 1 1 635px;
		        flex: 1 1 635px;

	}


	body#services #banner #left
	{
		height: 100%;
		width: 100%;
		-webkit-flex: 1 1 515px;
		    -ms-flex: 1 1 515px;
		        flex: 1 1 515px;
	}

	body#services #banner ul.results_list li
	{
		height: 100%;
	}

	#featured,
	#featuredMain,
	#featured ul,
	#featuredMain ul
	{
		height: 100%;
	}

	body#services #banner li.image
	{
		overflow: hidden;
	}

	#expandedBanner #left > img,
	#expandedBanner #right > div > div img,
	body#services #banner li img
	{
		max-width: none;
		width: 102%;
	}

	body#services #banner #left .startInline
	{
		padding: 15px 20px 15px 15px;
	}

	body#services #banner #left .expcontent p:last-child:after
	{
		width: 14px;
	}

	body#services #banner #right,
	#expandedBanner #right
	{
		height: 100%;
		-webkit-flex: 1 1 955px;
		    -ms-flex: 1 1 955px;
		        flex: 1 1 955px;
	}

	body#services #banner #right ul.results_list li
	{
		/* Change back to width/flex: 25% and unhide the large tile if "main features" is wanted again */
		width: 16.66666%;
		height: 50%;
	    flex: 1 1 16.66666%;
	}

	body#services #banner #right ul.results_list li .title
	{
		font-size: .70625rem;
		line-height: .925rem;
	}
}

@media (min-width: 920px)
{
	body#services #banner:before
	{
		left: 50px;
	}
}

@media (min-width: 1025px)
{

	body#services #banner #left .startInline
	{
		bottom: 40px;
		padding: 0 48px 48px;
	}

	body#services #banner #left .expcontent
	{
		line-height: 2.25rem;
		font-size: 1.5rem;
	}

	body#services #banner #right ul.results_list li .title
	{
		text-align: center;
		bottom: 20px;
		line-height: 1.0625rem;
		font-size: .875rem;
	}

	body#services #banner #right ul.results_list li .title:after
	{
		bottom: -20px;
	}


	#servicesWrapper
	{
		display: -webkit-flex;
		display: flex;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;

	}

	#servicesWrapper .listColumn
	{

		-webkit-flex: 1 1 250px;
		    -ms-flex: 1 1 250px;
		        flex: 1 1 250px;

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

	#servicesWrapper .listColumn:nth-child(-n + 2)
	{
		padding-right: 40px;
	}

}


/*Practices | Insutries | Sectors */


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

#practiceExpanderWrapper
{
        margin: 14px 0 0 0;
	float: right;
}

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

#practiceExpander:after,
div.listColumn ul li .expander:after
{
    position: relative;
    top: 8px;
    left: -12px;
    display: inline-block;
    content: url('../i/arrow-78BE20.svgz');
    width: 8px;
    height: 7px;
    margin: 0 0 0 8px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#practiceExpander.isOpen:after,
div.listColumn ul li .expander.isOpen:after
{
    top: 5px;
    left: 5px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.listColumn ul li .expander
{
	padding-left: 4px;
}

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

#area_awards
{
	margin-top: 30px;
}

#area_awards :first-child
{
	margin-top: 0;
}


@media (max-width: 767px)
{
	#services #servicesWrapper div.listColumn
	{
		width: 100%;
		float: none;
	}
}

/* Practice Profile */

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

#subContent #area_hierarchy.areaSection ul li li::before
{
	display: none;
}

body.contact-item #banner > div
{
	width: 100%;
}

body.contact-item h1#pageTitle
{
	margin: 0;
}

body.contact-item #banner #left
{
	padding: 20px 10px;
	background: #041E42;
}

body.contact-item #banner #middle
{
	padding: 0;
}


body.contact-item #banner #middle > img
{
	width: 100%;
	height: auto;
}

#industry_bio > h2,
#area_bio > h2
{
	display: none;
}

/*#area_bio button.toggleExpand
{
	border: none;
	padding: 0 !important;
	color: #366fb4;
}
*/

#subContent #area_bio:first-child,
#subContent #industry_bio:first-child
{
	margin: 35px 0 0 0;
}

#industry_bio_contact .photo,
#industry_bio .photo,
#area_bio_contact .photo,
#area_bio .photo,
#item_bio .photo
{
	position: absolute;
	top: 0;
	left: 0;
}

#industry_bio_contact .photo img,
#industry_bio .photo img,
#area_bio_contact .photo img,
#area_bio .photo img,
#item_bio .photo img
{
	width: 110px;
	height: 74px;
}

#industry_bio_contact li,
#area_bio_contact li,
#item_bio li
{
	padding: 80px 0 0 0 !important;
	margin: 0 0 20px;
	line-height: 1.5rem;
}

#subContent #industry_bio li,
#subContent #area_bio li,
#item_bio .results_list li
{
	margin-bottom: 15px;
}

/*#industry_bio_contact li .title a,
#area_bio_contact .title a,
#industry_bio li a,
#area_bio a
{
	color: #333333;
}*/

#industry_bio_contact .phone a:before,
#industry_bio .phone a:before,
#area_bio_contact .phone a:before,
#area_bio .phone a:before
{
	content: 'T';
	padding-right: 5px;
}

#mainContent .areaSection h2
{
	padding: 5px 0 10px;
	margin-top: 30px;
	border-top: 2px solid #f16d22;
	font-size: 1.25rem;
	font-weight: 700;
}

#breadCrumb
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	font-size: .975rem;

}

#breadCrumb li
{
	margin: 0;
	list-style: none;
}

#breadCrumb li + li:before
{
	content: '\00bb';
	padding: 0 10px 0 5px;
}

#breadCrumb li a
{
	color: #999999;
}

#breadCrumb li:last-child a
{
	color: #f16d22;
}

#areaPhoto
{
	min-width: 100vw;
}

@media (min-width: 768px)
{
	body.contact-item #banner
	{
		height: auto;
		margin-bottom: 0;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	body.contact-item #banner #left
	{
		height: auto;
		padding: 55px;

		-webkit-flex: 1 1 100%;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;

	}

	body.contact-item #banner #right,
	body.contact-item #banner #middle
	{
		height: auto;

		-webkit-flex: 1 1 50%;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
	}

	body.contact-item #banner #middle > img
	{
		display: none;
	}

	body.contact-item #banner #middle
	{
		min-height: 35vw;
		background-position: center !important;
		order: 20;
		-webkit-order: 20;
	}

	body.services-practices-item #tabLinks,
	body.services-industries-item #tabLinks
	{
		margin: 0 0 80px;
	}

	#breadCrumb
	{
		position: absolute;
		top: -60px;
		font-size: 1rem;
	}

	#subContent #area_bio:first-child,
	#subContent #industry_bio:first-child
	{
		margin: 0;
	}
}

@media (min-width: 1025px)
{
	#industry_bio_contact .photo,
	#industry_bio .photo,
	#area_bio_contact .photo,
	#area_bio .photo,
	#item_bio .photo
	{
		position: absolute;
		top: 5px;
		left: 0;
	}

	#industry_bio_contact li,
	#area_bio_contact li,
	#area_bio_contact li,
	#item_bio li
	{
		padding: 0 0 0 120px !important;
		margin: 0 0 20px !important;
		line-height: 1.5rem;
	}
}

@media (min-width: 1280px)
{

	body.contact-item #banner #left,
	body.contact-item #banner #right,
	body.contact-item #banner #middle
	{
		min-height: 398px;

		-webkit-flex: 1 1 400px;
		    -ms-flex: 1 1 400px;
		        flex: 1 1 400px;
	}
}

/* News/Pub/Event type Listing */

input[type=submit]
{
	float: none;
	height: auto;
	padding: 0 35px;
	line-height: 40px;
	background: #78BE20;
	border-color: #78BE20;
	color: #ffffff;
	font-weight: 700;
}

input[type=submit]:hover
{
	background: #041E42;
	border-color: #041E42;
}


#mainContent > .itemList .results_list
{
	margin: 0;
}

#mainContent > .itemList .results_list li
{
	padding: 25px 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}

#mainContent > .itemList .results_list li:first-child
{
	padding-top: 0;
	border-top: none;
}

#mainContent > .itemList .results_list li:last-child
{
	padding-bottom: 0;
}

#mainContent > .itemList .results_list li .title,
.bioSection .results_list li .title,
#mainContent .bioSection .results_list li .itemTitle,
#mainContent .areaSection .results_list li .title
{
	margin: 5px 0;
	font-size: 1.25rem;
	color: #7d7d7d;
	font-weight: normal;
}

#mainContent > .itemList .results_list li .title a,
.bioSection .results_list li .title a,
#mainContent .bioSection .results_list li .itemTitle a,
#mainContent .areaSection .results_list li .title a
{
	color: #2e1f12;
}

#mainContent > .itemList .results_list li .abstract p,
#bio_experience .results_list li .abstract p,
.areaSection .results_list li .abstract p
{
	font-size: 1rem;
	line-height: 1.5rem;
	color: #999999;
}

#mainContent > .itemList .results_list li .itemdate,
.bioSection .results_list li .itemdate
{
	color: #999999;
	font-weight: 300;
}

#mainContent > .itemList .results_list li .startInline,
#mainContent > .itemList .results_list li .bio
{
	font-weight: 300;
	font-size: 1rem;
}

#mainContent > .itemList
{
	margin: 0 0 40px;
}

body#newsroom-events #mainContent .itemList
{
	margin-top: 20px;
}

#item_news .results_list li,
#item_publication .results_list li,
#item_alert .results_list li,
#item_event .results_list li
{
	margin: 0 0 20px;
}

#item_news .results_list li .itemdate,
#item_publication .results_list li .itemdate,
#item_alert .results_list li .itemdate,
#item_event .results_list li .itemdate,
#item_news .results_list li .publication,
#item_publication .results_list li .publication,
#item_alert .results_list li .publication,
#item_event .results_list li .publication,
#item_news .results_list li .type,
#item_publication .results_list li .type,
#item_alert .results_list li .type,
#item_event .results_list li .type,
#item_news .results_list li .bio,
#item_publication .results_list li .bio,
#item_alert .results_list li .bio,
#item_event .results_list li .bio,
#item_news .results_list li .location,
#item_publication .results_list li .location,
#item_alert .results_list li .location,
#item_event .results_list li .location
{
	font-size: .9125rem;
	color: #666666;
}

body#newsroom-events h2
{
	color: #2e1f12;
}

body#newsroom-blogs h3 a,
#mainContent .bioSection h2,
#mainContent .bioSection h2 a
{
	color: #f16d22;
	font-size: 1.4rem;
	font-weight: normal;
}

body#newsroom-blogs h3 img,
#mainContent .bioSection h2 img
{
	margin-left: 4px;
	position: relative;
	top: -2px;
}

body#newsroom-blogs .itemList
{
	margin: 0 0 80px;
}

body#newsroom-blogs #mainContent > .itemList .results_list li
{
	padding: 10px 0;
	border: none;
}

body#newsroom-blogs #mainContent h3
{
	padding-top: 10px;
	margin: 0 0 20px;
	border-top: 1px solid currentColor;
}

body#newsroom h1#pageTitle
{
	margin: 30px 0 15px 0;
	font-size: 1.25rem;
	line-height: 1.5rem;
	border-bottom: none;
	font-family: Arial, sans-serif;
}

body#newsroom-blogs #mainContent div.search_form
{
	margin: 0 0 80px;
}

#newsroomTop
{
	margin: 0 -10px;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#newsroomTop #left
{
	padding: 20px 10px;
	background-size: cover !important;


	-webkit-flex: 1 5 459px;
	    -ms-flex: 1 5 459px;
	        flex: 1 5 459px;

	        box-sizing: border-box;
	        -moz-box-sizing: border-box;
}
#newsroomTop #left li
{
	margin: 4px 0 9px 0;
}

#newsroomTop h4
{
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 30px;
}

#newsroomTop #left h3
{
	padding: 0;
	font-family: 'FranklinGothicDemiCondensed';
	font-size: 1.175rem;
	text-transform: uppercase;
	color: #b6d7ff;
	margin-top: 18px;
}

#newsroomTop #left h3 a
{
	color: inherit;
}

#newsroomTop #left .itemList
{
	margin: 0 0 30px;
}

#newsroomTop .results_list
{
	margin: 0;
}

#newsroomTop #left .itemList .title,
#newsroomTop #left .itemList .title a
{
	font-family: 'FranklinGothicBook';
	font-size: 1.3125rem;
	line-height: 1.1;
	font-weight: 300;
	color: #ffffff;
}

#newsroomTop #left > div:last-child a
{
	position: relative;
	color: #ffffff;
	font-weight: 600;
}

#newsroomTop #left > div:last-child a:after
{
	position: absolute;
	top: -1px;
	width: 8px;
	height: 30px;
	display: inline-block;
	padding-left: 7px;
	content: url('../i/arrow-78BE20.svgz');

	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#newsroomTop #right
{

	-webkit-flex: 1 1 559px;
	    -ms-flex: 1 1 559px;
	        flex: 1 1 559px;
}

#newsroomTop #right .results_list li
{
	margin: 0;
	background: #FF8200;
	overflow: hidden;
}

#newsroomTop #right .results_list li > a
{
	display: block;
	overflow: hidden;
}

#newsroomTop #right .results_list li a:hover .title
{
	text-decoration: underline;
}

#newsroomTop #right .results_list li:nth-child(even),
#newsroomTop #right #newsroomSubNav
{
	background: #041E42;
	color: #333333;
	overflow: hidden;
}

#newsroomTop #right .results_list li .itemContent,
#newsroomTop #right #newsroomSubNav > div
{
	float: left;
	width: 50%;
	padding: 20px 15px;

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

#newsroomTop #right .results_list li .image
{
	position: relative;
	float: right;
	width: 50%;
}

#newsroomTop #right .results_list li:nth-child(even) .itemContent
{
	float: right;
}

#newsroomTop #right .results_list li:nth-child(even) .itemContent .image
{
	float: left;
}

#newsroomTop #right .image img
{
	display: block;
	width: 100%;
	height: auto;
}

#newsroomTop #right #newsroomSubNav
{
	display: -webkit-flex;
	display: flex;
}

#newsroomTop #right #newsroomSubNav > div
{
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;

	background-position: center !important;
	background-size: cover !important;
}

#newsroomTop #right #newsroomSubNav .image img
{
	visibility: hidden;
}

#newsroomTop #right .type,
#mainContent > .itemList .type,
#homeLower #whatNew .itemList .type
{
	color: #f16d22;
	font-family: 'FranklinGothicDemiCondensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.175rem;
	line-height: 1.175rem;
}

#newsroomTop #right .results_list li .image:after
{
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	content: url('../i/arrow-FF8200.png');
}

#newsroomTop #right .results_list li:nth-child(even) .image:after
{
	left: auto;
	right: 0;
	content: url('../i/arrow-041E42.png');
}

#newsroomTop #right .results_list li .title
{
	color: #ffffff;
	/*font-family: 'FranklinGothicBook';*/
	font-size: 1.0625rem;
	line-height: 1.65rem;
}

#newsroomTop #right .results_list li:first-child .type
{
	color: #041E42;
}

#newsroomTop #right .results_list li .title:after
{
	position: relative;
	top: 11px;
	left: -10px;
	display: inline-block;
	content: url('../i/arrow-78BE20.svgz');
	width: 8px;
	height: 7px;
	margin: 0 0 0 8px;

	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.newsroomItem h2
{
	padding: 0;
	text-transform: uppercase;
	font-family: 'FranklinGothicDemiCondensed';
	font-size: 1.3875rem;
	line-height: 1.25rem;
	font-weight: 700;
}

.newsroomItem h2 a
{
	color: inherit;
}

.newsroomItem .results_list
{
	margin: 0 0 30px;
}

.newsroomItem .results_list li a
{
	color: #333333;

}

#newsroomTop #right .subNavList
{
	margin: 0;
}

#newsroomTop #right .subNavList li
{
	margin: 6px 0 0 0;
}

#newsroomTop #right .subNavList li a
{
	font-size: 1.0625rem;
	line-height: 1rem;
	color: #ffffff;
}


@media (min-width: 768px)
{

	#newsroomTop
	{
		margin: 0 -15px;
	}

	#newsroomTop #left
	{
		padding: 45px;
	}

	#newsroomTop h4
	{
		text-align: right;
	}

	#newsroomTop #right .itemContent
	{
		padding: 35px !important;
	}
}

@media (min-width: 1280px)
{
	#newsroomLists
	{
		padding: 0 35px;
	}

	#newsroomLists > div
	{
		float: left;
		width: calc(100%/4);
		padding-right: 5%;

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

	#newsroomLists > div:last-child
	{
		padding-right: 0;
	}
}

.view_more a
{
	display: inline-block;
	width: auto;
	margin: 0 0 10px 0;
	padding: 7px 14px 7px 14px;
	border: 1px solid #f16d22;
	text-transform: uppercase;
	color: #ffffff;
	vertical-align: middle;
	color: #f16d22
}

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


/* News/Pub/Event type Profile */

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

body.flexpage #banner #middle,
body.flexpage #banner #right,
body[class*="newsroom-"][class*="-item"] #banner #middle,
body[class*="newsroom-"][class*="-item"] #banner #right,
body.services-experience-item #banner #middle,
body.services-experience-item #banner #right,
body.careers-positions-item #banner #middle,
body.careers-positions-item #banner #right
{
	display: none;
}

body.flexpage #banner #left,
body[class*="newsroom-"][class*="-item"] #banner #left,
body.services-experience-item #banner #left,
body.careers-positions-item #banner #left
{
	width: 100%;
	padding: 40px 10px;
	background: #041E42;
	color: #ffffff;
}

body.flexpage #banner #left h1,
body[class*="newsroom-"][class*="-item"] #banner #left h1,
body.services-experience-item #banner #left h1,
body.careers-positions-item #banner #left h1
{
	border-bottom: none;
	color: #ffffff;
	margin: 0;
	font-family: "ProximaNova";
	font-weight: 300;
	font-size: 1.325rem;
}

body.flexpage #content #pdfPacket
{
	display: none;
}

#pdfPacket
{
	display: -webkit-flex;
	display: flex;
	line-height: 44px;
}

#pdfPacket #pdfLink
{
	display: block;
	height: 44px;
	width: 44px;
	margin: 0 0 0 15px;
	background: #407EC9;
	font-size: .875rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}

#pdfPacket.bannerPDF #pdfLink
{
	margin: 0;
}

#itemType
{
	color: #f16d22;
	font-family: 'FranklinGothicDemiCondensed';
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.175rem;
	line-height: 1.175rem;
}

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

#itemInfo:not(:empty)
{
	margin: 0 0 10px 0;
}

#sideContent
{
	margin: 30px 0 0 0;
}

.rsvpButton a,
.mapit a
{
	display: inline-block;
	padding: 0 10px;
	margin: 10px 0 0 0;
	background: #02397c;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9375rem;
	color: #ffffff;
	line-height: 30px;
}

.rsvpButton
{
	float: left;
	margin: 0 5px 0 0;
}


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

.attachment_wrapper a:before
{
	content: '- ';
}

@media (min-width: 768px)
{
	#itemInfo
	{
		display: inline-block;
		min-width: 370px;
	}

	body.flexpage #banner,
	body[class*="newsroom-"][class*="-item"] #banner,
	body.services-experience-item #banner,
	body.careers-positions-item #banner
	{
		height: auto;
	}

	body.flexpage #banner #left,
	body[class*="newsroom-"][class*="-item"] #banner #left,
	body.services-experience-item #banner #left,
	body.careers-positions-item #banner #left
	{
		background-position: right center !important;
		overflow: visible;
	}

	body.flexpage #banner #left > div,
	body[class*="newsroom-"][class*="-item"] #banner #left > div,
	body.services-experience-item #banner #left > div,
	body.careers-positions-item #banner #left > div
	{
		position: relative;
		max-width: 1308px;
		margin: 0 auto;
	}

	body.flexpage #banner #left h1,
	body[class*="newsroom-"][class*="-item"] #banner #left h1,
	body.services-experience-item #banner #left h1,
	body.careers-positions-item #banner #left h1
	{
		max-width: 70%;
		font-size: 1.625rem;
		line-height: 2.375rem;
	}

	body.flexpage #pdfPacket,
	body[class*="newsroom-"][class*="-item"] #pdfPacket,
	body.services-experience-item #pdfPacket,
	body.careers-positions-item #pdfPacket
	{
		position: absolute;
		top: 10px;
		right: 0;
	}
}


/* Contact Main Listing */

body#contact #mainContent
{
	margin: 0 -10px;
}

#contactContent
{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;

	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;

	position: relative;
	padding: 30px 20px;
	background-size: cover !important;
	background-position: center !important;
	color: #ffffff;
	font-family: 'Baskerville';
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#contactContent > *
{
	position: relative;
	z-index: 10;
}

#contactContent:before
{
	position: absolute;
	z-index: 0;
	content: '';
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
}

#contactContent > p:last-child
{
	margin-bottom: 0;
}

#contactContent .subNavList
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#contactContent .subNavList li:first-child
{
	display: none;
}

#contactContent ul.subNavList li
{
	margin: 10px 10px 0 0;
	font-size: .875rem;
	line-height: 1rem;
	color: #b6d7ff;
}

#contactContent ul.subNavList li:after
{
	content: '|';
	margin-left: 10px;
}

#contactContent ul.subNavList li:last-child:after
{
	content: '';
}

#contactContent ul.subNavList li a
{
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	color: inherit;
}

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

#officeList ul.results_list
{
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#officeList ul.results_list li
{
	padding-bottom: 30px;
	background: #dedede;

	width: 100%;
	line-height: 1.625rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#officeList ul.results_list li:nth-child(even)
{
	background: #eeeeee;
}

#officeList ul.results_list li > div:not(.image)
{
	padding: 0 10px;
}

#mainContent #officeList ul.results_list li .image
{
	position: relative;
	padding: 0px 0;
}

#officeList ul.results_list li > div:not(.title)
{
	font-weight: 300;
}

#officeList ul.results_list li .image img
{
	width: 100%;
	height: auto;
}

#officeList ul li .title
{
	padding-top: 20px !important;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: 'Baskerville';
	color: #333333;
}

#officeList ul li .title a
{
	color: inherit;
}

#officeList ul li .address
{
	margin: 0 0 10px 0;
}

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

@media (min-width: 615px)
{
	#officeList ul.results_list li
	{
		width: 50%;
	}
}

@media (min-width: 768px)
{

	#contactContent
	{
		padding: 30px;
		font-size: 1.25rem;
		line-height: 2rem;
	}


	#officeList ul.results_list li > div:not(.image)
	{
		padding: 0 40px;
	}
}

@media (min-width: 920px)
{
	#contactContent
	{
		font-size: 1.5rem;
		line-height: 2.375rem;
	}

	#officeList ul.results_list li
	{
		width: calc(100%/3);
	}
}

@media (min-width: 1280px)
{

	#contactContent
	{

		float: left;
		height: 680px;
		width: 50%;
		padding: 45px;
	}

	#contactContent:before
	{
		display: none;
	}

	#officeList ul.results_list
	{
		display: block;
	}

	#officeList ul.results_list li
	{
		float: left;
		height: 680px;
		width: calc(100%/4);
	}
}


/* Office Profile Pages */

#officeAddress
{
	margin: 10px 0 20px 0;
}

body.contact-item #banner #left
{
	position: relative;
	color: #ffffff;
	line-height: 1.625rem;
}

body.contact-item #banner #right
{
	display: block;
}

body.contact-item #banner #right .spMapIframeEmbed
{
	height: 250px !important;
}

#officeAddressPhone
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#officeAddressPhone > div
{
	margin: 0 15px 0 0;
}

#officeContact
{
	margin: 30px 0 0 0;
}

#officeContact a
{
	color: #ffffff;
}

#officeContact .results_list .title
{
	float: left;
}

#officeContact .results_list .title:after
{
	content: '|';
	margin: 0 10px;
}

#officeAddress #itemPacket
{
	margin: 0 0 10px;
}

#officeContact .results_list > div
{
	margin: 0 0 10px;
}


#office_bio button.toggleExpand
{
	color: #333333;
}


#office_bio button.toggleExpand span:first-child:after,
#office_bio button.toggleExpand span:last-child:after
{
	position: relative;
	top: 9px;
	left: -10px;
	display: inline-block;
	content: url('../i/arrow-78BE20.svgz');
	width: 8px;
	height: 7px;
	margin: 0 0 0 8px;

	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#office_bio button.toggleExpand span:last-child:after
{
	top: 9px;
	left: 8px;

	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}




#officeContact > div
{
	margin-bottom: 1em;
}

@media (min-width: 767px) and (max-width: 1349px)
{
	#officeContact
	{
		display: flex;
	}

	#officeContact > div
	{
		margin-right: 2em;
	}
}
@media (min-width: 768px)
{
	body.contact-item #banner #right .spMapIframeEmbed
	{
		height: 100% !important;
		min-height: 530px !important; /* safari needs height */
	}

	body.contact-item #banner #left #pdfLink
	{
		position: absolute;
		top: 55px;
		right: 55px;
	}
}

/* addthis support */

#atic_auth,
#atic_auth + div
{
	display: none !important;
}

#at15s
{
	margin-left: calc(50% - 50vw) !important;
}

.atm-f
{
	display: none !important;
}

/* attachments */
.attachment_item > div
{
	margin: 0 0 6px 0;
}

/* experience */
#experienceHoverBoxes
{
	clear: left;
}

body#services-experience #experienceHoverBoxes
{
	padding: 0px 0 40px 0;
}

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

#experienceHoverBoxes li
{
	position: relative;
	list-style: none;
	float: left;
	width: calc(33.33% - 7px);
	/*max-width: 329px;*/
	margin: 0 7px 7px 0;
	padding: 0 0 0 0;
	color: #ffffff;
}

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

#experienceHoverBoxes li .photo img
{
	display: block;
	width: 100%;
}

#experienceHoverBoxes li .title
{
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	min-height: 68px;
	overflow: hidden;
	padding: 20px 10px 15px 25px;
	background: #999;
	font-weight: 300;
	line-height: 18px;
	box-sizing: border-box;
}
#experienceHoverBoxes li .title a
{
	color: #ffffff;
}

.js #experienceHoverBoxes li .abstract
{
	display: none;
	background: rgba(95,115,134,0.85);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#experienceHoverBoxes li .abstract a
{
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

#experienceHoverBoxes li .title a:hover,
#experienceHoverBoxes li .abstract a:hover
{
	text-decoration: none;
}

@media (min-width: 920px)
{
	body.services-experience-item #subContent
	{
		padding: 20px 0 0 0;
	}
}

@media (max-width: 992px)
{
	#experienceHoverBoxes li
	{
		width: calc(50% - 7px);
	}
}

@media (max-width: 768px)
{
	#experienceHoverBoxes li
	{
		width: calc(100% - 0px);
	}

	#experienceHoverBoxes li
	{
		font-size: 16px;
	}
}

body.services-experience-item #itemPhoto
{
	/*float: left;*/
	/*width: 60%;*/
	display: block;
	padding: 0 18px 18px 0;
}

@media (max-width: 768px)
{
	.services-experience-item img
	{
		float: none;
		width: 100%;
		padding: 0 0 18px 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;
	height: auto;
	margin: 0 0 20px 0;
}

#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.radio_wrapper label
{
	position: static !important;
	padding: 0 !important;
}

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

form > div > div.checkbox_wrapper > label
{
	position: static;
	display: block;
	height: auto !important;
	padding: 0 0 10px !important;
}

form > div > div.textarea_wrapper
{
	width: 100%;
	margin-right: 0;
}

form > div > div#submit_wrapper
{
	width: calc(100% - 12px);
}

form > p
{
	clear: both;
}

.js form > div > div.resume_wrapper > label,
.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
{
	width: 100%;
	height: 41px;
	margin: 0;
	padding: 5px 7px 1px 10px;
	color: #666766;
	border: 1px solid #d6d6d6;
	font: normal 16px/1.8 Helvetica, Arial, sans-serif;
	background: rgba(255,255,255, .85);
	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;
}

select
{
	width: 100% !important;
}

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

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

.customSelect:after
{
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	right: 12px;

	/* 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;*/
	border: none;
	/*color: #2e1f12;
	background: none;*/
	/*font: normal 16px/1.8 Helvetica, Arial, sans-serif;*/
	cursor: pointer;
	text-transform: uppercase;
	/*font-weight: normal;*/
}

a.viewAll
{
	display: inline-block;
	width: auto;
	margin: 0 0 10px 0;
	padding: 7px 14px 7px 14px;
	background: #969696;
	color: #ffffff;
}

input[type=submit]:hover,
a.viewAll:hover
{
	background: #041E42;
	border-color: #041E42;
	text-decoration: none;
	color: #ffffff;
}

.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: fixed !important;
	/*left: calc((50% - 25vw) + 20px);
	top: calc((50% - 30vh) + 50px);*/
	margin: 17px 0 0 6px;
	/* background: url('../i/autocomplete-shadow.png') no-repeat bottom right; */
}

/* Shrinking header causing position issues*/
[id^="AutocompleteContainter_"]
{
	/*z-index: 10000 !important;*/
}

.autocomplete
{
	max-height: 350px;
	width: 49vw !important;
	overflow: auto;
	margin: -6px 6px 6px -6px;
	background: #000000;
	border: 1px solid #999999;
	text-align: left;
	cursor: default;
	padding-left: 10px;
}

.autocomplete .selected
{
	background: #f0f0f0;
	color: #333333;
}

.autocomplete .selected *
{
	color: inherit;
}

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

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

/* custom autocomplete suggestion: bio */

.autocomplete .acBio
{
	padding: 0 5px 0 0;
}

.autocomplete .acBioPic
{
	display: inline-block;
	width: 70px;
	height: 52px;
}

.autocomplete .acBioPic img
{
	width: 70px;
	height: 52px;
}

.autocomplete .acBioText
{
	display: inline-block;
	white-space: no-wrap;
}

.autocomplete .acBioName
{
	padding: 0;
	line-height: 100%;
}

.autocomplete .acBioTitle
{
	padding: 0;
	line-height: 100%;
	font-size: 80%;
	color: #555;
}


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

#footer
{
	position: relative;
	color: #666666;
	padding: 20px 10px;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
}

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

#footer a
{
	color:  inherit;
}

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

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

#footer ul li
{
	float: left;
	margin: 0 10px 10px 0;
	line-height: normal;
}

#footer ul li:before
{
	display: none;
}

#footerRight ul li:not(:last-child)
{
	width: auto;
	margin: 0 15px 10px 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #b6d7ff;
}

#footer p
{
	margin: 0;
	padding: 0;
}

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

#footerOffices
{
	margin: 0 0 20px;
	overflow: hidden;
}

#footerOffices div.results_list > div
{
	float: left;
	width: 50%;
	margin: 0 0 12px;
	line-height: 1rem;
}

@media (min-width: 768px)
{

	#footer
	{
		padding-left: 25px;
		padding-right: 25px;
	}

	#footerOffices div.results_list > div
	{
		width: auto;
	}

	#footerOffices div.results_list > div:not(:last-child),
	#footerRight ul li:not(:last-child)
	{
		margin: 0 15px 10px 0;
		padding: 0 15px 0 0;
		border-right: 1px solid #b6d7ff;
	}

	#footerRight ul li
	{
		/*margin-bottom: 0 !important;*/
	}


}

@media (min-width: 1025px)
{
	#footer
	{
		padding-left: 50px;
		padding-right: 50px;
	}

	#footerOffices
	{
		float: left;
		width: 50%;
		padding-right: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#footerRight
	{
		float: right;
		width: 50%;
		padding-left: 20px;
		text-align: right;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#footerRight ul
	{
		display: inline-block;
	}

	#footerRight ul li
	{
		margin-bottom: 0;
	}
}


/* 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;
	min-height: 80vh;
	min-width: 80vw;
	background: #ffffff;
	border: 12px solid #cecece;
	color: #ffffff;
	font-size: 13px;
}

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

.mediaPlayer > iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 999999;
}

.mediaPlayer > video,
.mediaPlayer > audio
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	background: #000000;
	box-sizing: border-box;
}

.popupPlayerWrapper.playerWithSidebar .mediaPlayer
{
	width: 75% !important;
}

.popupPlayerWrapper.playerWithPlaylist .mediaPlayer
{
	height: 75% !important;
}

@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;*/
	display: none !important;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	/*width: 75%;
	height: 25%;*/
	width: 0px;
	height: 0px;
	overflow: hidden;
	overflow-y: auto;
	background: #f5f5f5;
}

.xrefMultimediaList ul,
.xrefMultimediaList ul li,
.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
{
	display: none !important;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	/*width: 25%;
	height: 100%;*/
	width: 0px;
	height: 0px;
	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;
}

.xrefMultimediaList ul li
{
	margin-bottom: 18px;
	clear: left;
	cursor: pointer;
}
.xrefMultimediaList ul li:after
{
	/* make div stretch to height of content */
	display: block;
	clear: both;
	content: '';
}

.itemMultimediaList ul li .photo,
.xrefMultimediaList ul li .photo
{
	position: relative;
	z-index: 1;
	/*min-height: 200px;*/
}

.itemMultimediaList ul li .photo a:after,
.xrefMultimediaList ul li .photo a:after
{
	position: absolute;
	/*background: url('../i/video-play.png') no-repeat;*/
	background: url('../i/play-btn.png') no-repeat;
	z-index: 2;
	bottom: 25px;
	left: 25px;
	content: ' ';
	width: 60px;
	height: 60px;
}
.itemMultimediaList ul li .photo img,
.xrefMultimediaList ul li .photo img
{
	display: block;
	width: 200px;
}
.itemMultimediaList ul li .itemdate,
.xrefMultimediaList ul li .itemdate,
.itemMultimediaList ul li .abstract,
.xrefMultimediaList ul li .abstract
{
	margin: 0 0 0 225px;
}

@media (min-width: 768px)
{

	.xrefMultimediaList ul li
	{
		width: 80%;
	}

	.itemMultimediaList ul li .photo img,
	.xrefMultimediaList ul li .photo img
	{
		width: 100%;
	}

	.itemMultimediaList ul li .title,
	.xrefMultimediaList ul li .title
	{
		background: #ede5dc;
		color: #666666;
		padding: 10px 20px;
		font-size: 1.25rem;
		font-weight: 600;
		font-family: 'Baskerville';
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.itemMultimediaList ul li .title a,
	.xrefMultimediaList ul li .title a
	{
		color: inherit;
	}

}

@media (max-width: 767px)
{
	.itemMultimediaList ul li .photo, .xrefMultimediaList ul li .photo
	{
		float: none;
	}

	.itemMultimediaList ul li .title,
	.xrefMultimediaList ul li .title,
	.itemMultimediaList ul li .itemdate,
	.xrefMultimediaList ul li .itemdate,
	.itemMultimediaList ul li .abstract,
	.xrefMultimediaList ul li .abstract
	{
		margin: 0;
	}
}

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

#searchPopupBackground,
#emailPopupBackground
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
	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)
{
	#emailPopup
	{
		left: calc((50% - 50vw) + 15px);
		top: 20px;
		width: calc(90vw - 20px);
		height: auto;
		font-size: 14px;
		line-height: 18px;
	}
}

/* search Popup Support -------------------------------------------------> */

#searchPopup
{
	display: none;
	position: fixed;
	top: calc(50% - 30vh);
	left: calc(50% - 25vw);
	z-index: 99999999;
	height: 5vh;
	width: 50vw;
}

#searchPopupClose
{
	/* <button> reset */
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    border-radius: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    /* end button reset */

	position: fixed;
	top: 0;
	right: 0px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}

#popupSearch form
{
	display: block;
	margin: -6px 14px 0 0;
	padding-bottom: 5px;
	width: 50vw;
	height: 30px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #ffffff;
}

#popupSearch input
{
	float: left;
	margin: 0;
	padding: 6px 4px 0 0;
	border: 0px;
	background:  none;
	height: auto;
	color: #ffffff;
}

input::-ms-clear { display: none; }

#popupSearch button
{
	float: right;
	cursor: pointer;
	padding: 0px;
	border: 0;
	background: transparent;
}

#popupSearch input#searchtext
{
	width: 48vw;
	width: calc(100% - 52px);
	max-width: 58vw;
	margin: 0 0 0 2px;
	padding: 2px 0px 6px 5px;
	border: 0;
	font:inherit;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

#popupSearch label
{
	position: absolute;
	left: 10px;
	top: 5px;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Baskerville';
	letter-spacing: 1px;
	font-weight: 700;
}

#popupSearch button img
{
	width: 29px !important;
	height: 29px !important;
}

/* 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: 767px)
{
	table.results_list,
	table.results_list td,
	table.results_list tr
	{
		display: block;
	}

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

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

.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: 767px)
{
	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 */
#search input[type=submit]
{
	display: inline-block;
}

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

}

#search div.sections
{
	box-sizing: border-box;
	max-width: 400px;
}

#search div.search_type
{
	max-width: 200px;
}


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

#search #subContent div.search_section_wrapper
{
	-webkit-flex-direction: column;
	flex-direction: column;
}

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

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

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

	#search input[type=submit]
	{
		display: block;
	}

	#search .search_form input#searchtext
	{
		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;
	margin: 0;
}

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

@media (min-width: 768px)
{

	#search .searchBio
	{
		display: flex;
		margin-bottom: 36px;
	}

	#search .searchBioPic
	{
		padding: 0 0 18px 0;
		margin: 0;
	}

	#search .searchBioInfo
	{
		padding: 0 0 0 27px;
	}
}

#search .search-result-date
{
	font-weight: bold;
	color: #888;
}

/* Map Object Support */

.spMapIframeEmbed
{
	margin: 0;
	border: solid 1px #cccccc;
	display: block;
}

/* buttons to look like links */
button.toggleExpand,
#profReveal
{
	margin: 0 0 0 0;
	padding: 3px 10px !important;
	background: none !important;
	border: none;
	font: inherit;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #2e1f12;
}

#profReveal
{
	display: inline-block;
	color: #000000;
}

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



/* Mail Chimp */

#mc_embed_signup
{
	background: none !important;
}

#mc_embed_signup .mc-field-group
{
	width: 100% !important;
	padding: 0 !important;
}

#mc_embed_signup form
{
	padding: 0 !important;
}

#mc_embed_signup input
{
	height: 41px;
	width: 100%;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.blog #subContent #mc_embed_signup input[type=submit]
{
	position: static;
	text-align: left;
	display: inline-block;
	width: auto;
	height: auto !important;
	margin: 0 0 0 0;
	padding: 10px 15px;
	border: 1px solid #000000;
	font-size: .825rem;
	background: #f1f1f1;
	line-height: .825rem !important;
}

.blog #subContent .mc-field-group,
.blog #subContent #mce-responses
{
	height: auto;
	margin: 0;
}

#emailSignupForm
{
	margin: 0 0 20px;
}

#emailSignupForm  .clear
{
	text-align: right;
	height: auto !important;
}

.blog #banner #left
{
	position: relative;
}

.blog #banner #left:before
{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(2,2,2,0) 0%, rgba(2,2,2,0.9) 90%);
    background: -webkit-linear-gradient(top, rgba(2,2,2,0) 0%,rgba(2,2,2,0.9) 90%);
    background: linear-gradient(to bottom, rgba(2,2,2,0) 0%,rgba(2,2,2,0.9) 90%);
}

.blog #banner #left h1
{
	position: absolute;
	color: inherit;
	bottom: 10px;
	left: 10px;
	margin: 0;
	color: #ffffff;
	font-weight: 300;
	padding-right: 10px;
}

.blog #banner #middle
{
	-webkit-order: 50;
	order: 50;

	padding: 20px 15px;
	background-size: cover;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 1.25rem;
	line-height: 1.625rem;

	-webkit-align-items: flex-start;
	     -ms-flex-align: flex-start;
	        align-items: flex-start;
}

.blog #subContent #upperSubContent
{
	padding: 25px 15px;
	background: #e3ded8;
}

.blog #subContent #description
{
	padding: 25px 15px 8px;
	background: #f3eee9;
}

.blog #blogSearch
{
	margin: 0 0 30px;
}

.blog #rss
{
	display: block;
	margin: 30px 0 0 0;
}

.blog #rss img
{
	margin-right: 7px;
}

#blogSocialLinks
{
	margin-top: 0;
}

#blogSocialLinks li img
{
	position: absolute;
	left: 0;
	top: 1px;
}

#blogSocialLinks li
{
	padding-left: 30px;
	margin-top: 0px;
}

.blog .search_form div
{
	float: none;
}

.blog #subContent input[type=submit]
{
	position: absolute;
	top: -57px;
	right: 12px;
	font-size: 1.125rem;
	background: none;
	padding: 0;
	min-width: 19px;
	min-height: 19px;
	color: #816b59;
}

.blog #subContent .results_list li
{
	margin: 0 0 20px;
}

.blog #blogSearch input[type=submit]
{
	top: -50px;
	right: 14px;
	background: url('../i/icon-search-dark.png') no-repeat; /* data-uri */
}

.blog #subContent form > div > div + div
{
	height: 0px;
}

.blog input[type=text]
{
	border-color: #e2d5c7;
}

.blog #topLinks
{
	display: none;
}

.blog #bannerText
{
	padding: 20px 20px 20px 20px;
	background: #ddd;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;

}

.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;
	color: #2e1f12;
}

.blogPosts
{
	position: relative;
}

.blogPosts div > div.title a
{
	color: inherit;
}

.blogPosts div > div.byline,
.blogPosts div > div.blogcategory
{
	font-size: .9375rem;
	margin: 0;
}

.blogPosts div > div.blogcategory a
{
	font-weight: 600;
}

.blogPosts .blogcategory:not(:empty):before
{
	content: '|';
	padding: 0 7px 0 4px;
}

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

.blogPosts .viewMore
{
	text-align: right;
	font-weight: 700;
}

.blogPosts .viewMore:before
{
	content: ' ';
}

.blogPosts .addthis
{
	height: 37px;
	padding: 0 9px 0 0;
	line-height: 37px;
	text-align: right;
	background: #f3eee9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.blogPosts .addthis:before
{
	position: relative;
	right: 8px;
	content: 'Share:';
	font-size: 1rem;
	color: #999999;
}

.blogPosts .addthis a
{
	display: inline-block;
}

.blogPosts .at-icon-wrapper
{
	width: 20px !important;
	height: 19px !important;
}

.blogPosts .addthis a svg
{
	width: 20px !important;
	height: 19px !important;
}

.blogPosts .intro
{
	padding: 30px 0 0 0;
	margin: 15px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
}

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

.blogPosts:not(.singlePost) .abstract > p:first-child > img:first-child,
.blogPosts:not(.singlePost) .image:not(:empty)
{
	float: left;
	max-width: 40%;
	margin: 0 1em .25em 0;
}

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


.blogPosts #bioimgs img
{
	padding-top: 5px;
	margin-right: 10px;
}


.blogPosts .byline > img:last-child:after
{
	clear: both;
}

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

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

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

.blogPosts > div .byline
{
	float: left;
}

.blogPosts > div .pdflink
{
	margin: 0 0 5px;
	float: right;
	display: inline-block;
}

.blogPosts > div .intro
{
	clear: both;
}

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

.blogPosts .blogDisclaimer:not(:empty)
{
	font-size: .8em;
	padding: 20px 20px 10px 20px;
	background: #dddddd;
	color: #666666;
}

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

.blog #historyLinks a
{
	float: left;
}

.blog #historyLinks a
{
	padding: 0 30px;
	text-transform: uppercase;
	color: #f16d22;
	font-weight: 700;
	line-height: 42px;
	border: 1px solid #cccccc;
}

.blog #historyLinks a + a
{
	float: right;
}

.blogtag
{
	line-height: 1.5;
	margin: 30px 0 20px 0 !important;
	font-weight: 700;
	font-size: .875rem;
}

.blogtag a
{
	font-weight: 600;
}

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

.blogFilters li
{
	margin: 0 0 20px;
	line-height: 1.375rem;
}

.blog #contributors li
{
	margin: 0 0 4px;
}

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

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

#blogArchives li:before
{
	content: '-';
	display: none;
}

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

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

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

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

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

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

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

#searchMessage.blogAuthors li
{
	border-bottom: 0;
	padding-bottom: 0;
}

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

body.js:not([data-whatinput="keyboard"]) #archiveSelect:not(:focus) + #blogArchiveYears:not(:hover),
body.js:not([data-whatinput="keyboard"]) #categorySelect:not(:focus) + #topics:not(:hover)
{
	display: none;
}

#archiveSelect,
#categorySelect
{
	cursor: pointer;
	outline: 0;
	line-height: 40px;
	font-size: 1.125rem;
	padding: 0 7px;
}

#archiveSelect,
#categorySelect
{
	display: block;
	position: relative;

	border: 1px solid #d8dbe0;
}

#blogArchiveYears,
#topics
{
	border-top: 0;
	position: relative;
	top: -1px;
	cursor: pointer;
	background: #eeeeee;
	padding: 15px 15px 0;
	overflow-y: scroll;
	max-height: 250px;
}

#blogArchiveYears .results_list li,
#topics .results_list li
{
	margin: 10px 0 0 0;
}

#archiveSelect:after,
#categorySelect:after
{
	content: '';
	position: absolute;
	right: 10px;
	top: 16px;

	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 8px 7px 0 7px;
	border-top-color: #999999;
}

#archiveSelect:focus:after
{
	transform: rotate(180deg);
}

body.blog #pdfLink
{
	float: right;
	display: block;
	margin: 0 0 9px 0;
	height: 44px;
	width: 44px;

	background: #613c1f;
	color: #ffffff;
	background: #eeeeee;
	color: #f16d22;

	font-size: .875rem;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}

@media (min-width: 768px)
{
	.blogPosts #bioimgs
	{
		float: left;
	}

	.blogPosts div > div.title
	{
		font-size: 1.875rem;
		line-height: 2.5rem;
	}

	.blogPosts .byline
	{
		line-height: 1.5rem !important;
	}

	.blog #subContent #upperSubContent
	{
		padding: 32px 25px;
	}

	.blog #subContent #description
	{
		padding: 32px 25px 10px;
	}

}

@media (min-width: 1025px)
{

	body.blog #banner #left h1
	{
		bottom: 40px;
		left: 40px;
		font-size: 2.4375rem;
		padding-right: 40px;
	}

	body.blog #banner #middle
	{
		padding: 40px;
		line-height: 2.125rem;
	}
}

@media (min-width: 1280px)
{

	body.blog #banner #left h1
	{
		font-size: 3.4375rem;
	}
}


/* 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;
}

/* pdf packet */

/* widget */
#packet-widget a
{
	display: inline-block;
	padding-right: 0;
}

#packet-widget .title
{
	margin: 0;
	padding: 0;
	text-transform: none;
}

#packet-widget .title a
{
	color: #a5a5a5;
	text-transform: none;
	font-weight: 600;
	color: #333333;
	font-size: 13px;
}

#packet-widget .title a:hover
{
	color: #589ec0;
}

#packet-widget .title span.item-count
{
	font-size: 13px;
	font-weight: 600;
	color: #333333;
}

/* Add/Remove link text */
#officeAddress #itemPacket
{
	display: inline-block;
	position: relative;
	margin-right: 15px;
	color: #999999;
}

#officeAddress #itemPacket a
{
	color: inherit;
}

/*#pdfLink
{
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 100%;
	color: #f16d22;
	font-weight: 700;
	font-size: 14px;
}*/

#pdfPacket
{
	margin: 10px 0 0 0 !important;
}

.packet-button
{
	cursor: pointer;
}

#packet .packet-button
{
	cursor: default;
}

/* hover help on My Packet (subtitle) and Add/Remove link */
#packet-widget .subtitle,
.packet-button-help
{
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	width: 240px;
	height: auto;
	background: #ffffff;
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	padding: 18px 18px;
	-webkit-box-shadow: 2px 2px 9px 1px #999;
	box-shadow: 2px 2px 9px 1px #999;
	z-index: 20001;
	cursor: default;

}

.packet-button-help a
{
	color: inherit;
}

#packet-widget .subtitle
{
	top: 30px;
	right: 0px;
	left: auto;
	bottom: auto;
	z-index: 20000;
}

#packet-widget .subtitle a,
#itemPacket .packet-button-help a
{
	font-size: inherit;
	color: #3874a8;
	padding: 0;
	text-transform: none;
}
#packet-widget .subtitle a:hover,
#itemPacket .packet-button-help a:hover
{
	text-decoration: underline;
}

#packet-widget .subtitle p,
#itemPacket .packet-button-help p
{
	margin: 0;
	padding: 5px 0 8px 0;
}


/* packet.html page */
#packet-form
{
	overflow: hidden;
}

#packet-item-list li div.title
{
/*	display: inline-block;
	width: 85%;*/


	-webkit-flex: 1 1 80%;
	    -ms-flex: 1 1 80%;
	        flex: 1 1 80%;
}

#packet-item-list li a.title
{
	margin-right: 18px;
}
.packet-delete-button
{
	display: inline-block;
	/*float: right;*/
	padding: 0px 5px;
	margin-top: 4px;
	font-size: 9pt;
	border: solid 1px #ccc;
	background-color: #eee;
	color: #777;
	border-radius: 4px;
	position: relative;
	top: 0px;
	cursor: pointer;
	order: 20;
	-webkit-order: 20;
}

#content #mainContent #packet-item-list li
{
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;
}

#packet-form
{
	margin: 20px 0;
}
#packet-form-email input[type=submit]
{
	margin-top: 9px;
}

#packet-form input:text
{
	width: 95%;
}

#packet .no-items
{
	display: none;
}

#content #packet-item-list ul
{
	padding: 0;
}

@media (min-width: 768px)
{

	#pdfPacket
	{
		position: absolute;
		top: -6px;
		right: 15px;
		margin: 0 !important;
	}

	#pdfPacket.bannerPDF
	{
		position: relative;
		top: inherit;
		right: inherit;
	}

	#packet-form-email
	{
		width: 48%;
		float: left;
	}

	#packet-form-pdf
	{
		width: 48%;
		float: right;
	}
}


/* Cookie popup -------------------------------------------------> */

#cookiePopup
{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: calc(100% - 30px);
	overflow: hidden;
	z-index: 9999;
	background: rgba(0,0,0,.85);
	padding: .25em 1em;
	color: #f1f1f1;
}

#cookiePopup p
{
	margin: 1em;
	padding: 0;
	float: left;
	max-width: calc(100% - 100px);
}

#cookieClose
{
	position: relative;
	float: right;
	margin: 1em;
	width: 0;
	height: 0;
	padding: 20px 20px 0 0;
	overflow: hidden;

	border: 2px solid #fff;
	background-color: #ddd;
	border-radius: 50%;
	cursor: pointer;
}

#cookieClose::before,
#cookieClose::after
{
	position: absolute;
	top: 9px;
	left: 3px;
	width: 14px;
	height: 3px;
	content: "";
	background-color: #999;
	transform: rotate(-45deg);
}

#cookieClose::after
{
	transform: rotate(45deg);
}


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

/* Home spotlight */

#rowSpotlight .sp_pencil
{
	position: absolute;
	z-index: 1000;
}

#rowSpotlight li,
#rowSpotlight ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, sans-serif;
	color: #203841;
	font-size: 1.0625rem;
}

#rowSpotlight > ul > li,
#rowSpotlight > ul > li > div
{
	clear: both;
	overflow: hidden;
}

#rowSpotlight h3
{
	font-family: inherit;
	letter-spacing: 1px;
}


#rowSpotlight h3
{
	color: #407EC9;
	font-size: 1.175rem;
	font-family: 'FranklinGothicDemiCondensed';
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
}

#rowSpotlight h4
{
	font-family: 'FranklinGothicBook';
	font-size: 1.25rem;
	color: inherit;
	text-transform: none;
	font-weight: 600;
	line-height: 1.3;
}

#rowSpotlight li > div
{
	position: relative;
}

#rowSpotlight a.mask,
#rowSpotlight div.mask a:not(.sp_pencil),
#rowSpotlight div.mask
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding: 0;
}

#rowSpotlight .blockText:after
{
	position: relative;
	top: 8px;
	left: -10px;
	display: inline-block;
	content: url('../i/arrow-78BE20.svgz');
	width: 8px;
	height: 7px;
	margin: 0 0 0 8px;

	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#rowSpotlight .boxType_large > img.homeSpotImage
{
	display: block;
	width: 100%;
	height: auto;
}


#slide_1_box_1.homeAnimation .sp_pencil
{
	position: absolute;
	right: 20px;
	top: 20px;

}


#rowSpotlight .boxType_large:after,
#slide_1_box_1.homeAnimation .results_list .image:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,020202+100&0+0,0.78+100 */
	background: linear-gradient(to bottom,  rgba(2,2,2,.2) 0%,rgba(2,2,2,0.95) 100%);

}

#rowSpotlight .boxType_large a.triggerPopupPlayer
{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#rowSpotlight .boxType_large .blockContent
{
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding: 20px;
}

#rowSpotlight .boxType_large h3
{
	color: #b6d7ff;
}

#rowSpotlight .boxType_large .blockText
{
	font-size: 1.25rem;
	font-family: 'Baskerville';
	font-weight: 300;
	line-height: inherit;
}

#rowSpotlight .boxType_large .blockText:after
{
	top: 8px;
    left: -16px;
    width: 14px;
	height: 12px;
	margin: 0 0 0 14px;
}

#rowSpotlight .boxType_small > img
{
	display: block;
	width: 50%;
	height: auto;
	float: left;
	margin: 0 15px 0 0;
}

#rowSpotlight .boxType_small + .boxType_small > img
{
	float: right;
	margin: 0 0 0 15px;
}

#rowSpotlight .boxType_small .blockContent
{
	padding: 15px;
}


#slide_1_box_3 #homeSocialLinks
{
	position: relative;
	height: 60vw;
	background: #e8e9ea;
}

#slide_1_box_3 #homeSocialLinks span
{
	display: none;
}

#slide_1_box_3 #homeSocialLinks ul
{
	width: 100%;
	position: absolute;
	top: calc(50% - 40px);
	text-align: center;

	/*height: 100%;
*/	/*display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;

	margin: 0;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;*/
}


#slide_1_box_3 #homeSocialLinks li
{
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 7px;
	margin-bottom: 7px;
	background: #407EC9;
	border-radius: 50%;
}

#slide_1_box_3 #homeSocialLinks li:hover
{
	background: #FF8200;
}

#slide_1_box_3 #homeSocialLinks li:last-child
{
	margin: 0;
}

#slide_1_box_3 #homeSocialLinks li a
{
	display: block;
	height: 100%;
	padding: 7px 0 0 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSubscribeBox.blockContent p a,
#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSubscribeBox.blockContent h4 a
{
	color: #203841;
}

#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent li
{
	padding-bottom: 8px;
	text-transform: uppercase;
}

#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent li a
{
	color: #5289CB;
	font-family: 'FranklinGothicDemiCondensed';
}

#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSocialLinks,
#rowSpotlight > ul > li .boxType_small + .boxType_small #tweetBox
{
	background-image: url('../i/home-email.png'); /* data-uri */
	background-position: bottom 18px right 18px;
	background-repeat: no-repeat;
	background-size: 50px;
	box-sizing: border-box;
}

#rowSpotlight > ul > li .boxType_small + .boxType_small #tweetBox
{
	background-image: url('../i/home-map.png'); /* data-uri */
	background-size: 80px;
}

#slide_1_box_3 #tweetBox
{
	background: #041E42;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.boxType_small .playBtn
{
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 0;
}


/* Slide show */
#rowSpotlight ul ul > li::before
{
	display: none;
}

#slide_1_box_1.homeAnimation .results_list .image
{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}

#slide_1_box_1.homeAnimation,
#slide_1_box_1.homeAnimation .blockText
{
	color: #ffffff;
}

#slide_1_box_1.homeAnimation .results_list .image img
{
	display: block;
	width: 100%;
	height: auto;
}


#slide_1_box_1.homeAnimation .results_list li
{
	/*  Need to force the zindex lower so it
	doesn't appear over the floating header*/
	z-index: 10 !important;

	width: 100% !important;
	max-height: 600px !important;
}

@media (min-width: 768px)
{

	#slide_1_box_3 #homeSocialLinks,
	#slide_1_box_3 #tweetBox
	{
		width: 50%;
		float: left;

		height: 41.99vw;
		max-height: none;
	}

	#rowSpotlight .boxType_large
	{
		max-height: 600px;
	}

	#rowSpotlight .boxType_large .blockContent
	{
		padding: 48px;
		line-height: 2.375rem;
		bottom: 48px;
	}

	#rowSpotlight .boxType_large .blockText
	{
		font-size: 1.75rem;
	}

	#rowSpotlight .boxType_small .blockContent
	{
		padding: 38px;
	}

	#rowSpotlight .boxType_small > img
	{
		float: left;
		width: 50%;
		height: auto;
		margin: 0 35px 0 0;
	}

	#rowSpotlight .boxType_small + .boxType_small > img
	{
		margin: 0 0 0 35px;
	}


	#rowSpotlight h4
	{
		margin: 0 0 5px;
		font-size: 1.5rem;
	}

	.spTwitterFeed
	{
		height: 100% !important;
		max-height: none;
		overflow: auto;
	}

	#slide_1_box_3 #homeSocialLinks ul
	{
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#slide_1_box_3 #homeSocialLinks li
	{

		-webkit-flex: 0 3 50px;
		    -ms-flex: 0 3 50px;
		        flex: 0 3 50px;
	}

	#slide_1_box_3 #homeSocialLinks li img
	{
	}

	#rowSpotlight > ul > li .boxType_small + .boxType_small .blockContent
	{
		text-align: right;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSubscribeBox.blockContent,
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent
	{
		text-align: left;
	}
	
	#rowSpotlight .boxType_large:after,
	#slide_1_box_1.homeAnimation .results_list .image:after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020202+0,020202+100&0+0,0.78+100 */
		background: linear-gradient(to bottom,  rgba(2,2,2,0) 40%,rgba(2,2,2,0.95) 100%);

	}

	#rowSpotlight .boxType_large .blockText:after
	{
		top: 12px;
	}
}

@media (min-width: 920px)
{
	body#index main
	{
		margin-top: 0;
	}
}

@media (min-width: 1100px)
{
	#rowSpotlight > ul > li > div
	{
		clear: none;
	}

	#rowSpotlight #slide_1_box_1,
	#rowSpotlight #slide_1_box_1 > div,
	#rowSpotlight #slide_1_box_1 > div > ul,
	#rowSpotlight #slide_1_box_1 > div > ul > li
	{
		height: 100%;
		max-height: 100% !important;
	}

	#rowSpotlight > ul > li
	{
		height: 42vw;
		max-height: 677px;
	}

	#rowSpotlight .boxType_large
	{
		max-height: none;
	}

	#slide_1_box_3 #homeSocialLinks,
	#slide_1_box_3 #tweetBox
	{
		height: 100%;
	}

	#rowSpotlight .boxType_large
	{
		width: 50%;
		float: left;
	}

	#rowSpotlight .boxType_large .blockContent
	{
		bottom: 0;
	}

	#rowSpotlight .boxType_small
	{
		width: 50%;
		float: right;
		height: 50%;
	}

	#rowSpotlight .boxType_small > img
	{
		margin: 0 10px 0 0;
	}

	#rowSpotlight .boxType_small .blockContent
	{
		padding: 10px;
	}

	#rowSpotlight h4
	{
		font-size: 1.0625rem;
	}

	#rowSpotlight .blockText
	{
		font-size: 1rem;
		line-height: 1.25rem;
		font-weight: 300;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSubscribeBox.blockContent p
	{
		font-size: 1rem;
		line-height: 1.25rem;
		font-weight: 300;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent li
	{
		font-size: 1.2rem;
	}

	#rowSpotlight > ul > li:nth-child(even) .boxType_small,
	body#people #rowSpotlight > ul > li:nth-child(even) .boxType_large
	{
		float: left;
	}

	#rowSpotlight .boxType_small + .boxType_small > img
	{
		margin: 0 0 0 15px;
	}

	#rowSpotlight > ul > li:nth-child(even) .boxType_large,
	body#people #rowSpotlight > ul > li:nth-child(odd) .boxType_large
	{
		float: right;
	}
}

@media (min-width: 1350px)
{
	#rowSpotlight .boxType_large .blockContent
	{
		padding: 48px;
		line-height: 2.375rem;
		bottom: 48px;
	}

	#rowSpotlight .boxType_small .blockContent
	{
		padding: 20px 38px;
	}

	#rowSpotlight .boxType_small > img
	{
		float: left;
		width: 50%;
		height: auto;
		margin: 0 35px 0 0;
	}

	#rowSpotlight .boxType_small + .boxType_small > img
	{
		margin: 0 0 0 35px;
	}

	#rowSpotlight .blockText
	{
		font-size: 1rem;
	}

	#rowSpotlight h4
	{
		margin: 0 0 5px;
		font-size: 1.375rem;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent li
	{
		font-size: 1.3rem;
	}
}

@media (min-width: 1550px)
{
	#rowSpotlight .boxType_small .blockContent
	{
		padding: 38px;
	}

	#rowSpotlight h4
	{
		font-weight: normal;
		font-size: 1.5rem;
	}

	#rowSpotlight .blockText
	{
		line-height: 1.875rem;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeSubscribeBox.blockContent p
	{
		font-size: 1rem;
		line-height: 1.875rem;
	}
	
	#rowSpotlight > ul > li .boxType_small + .boxType_small #homeOfficeBox.blockContent li
	{
		font-size: 1.4rem;
	}
}

@media (min-width: 1100px) and (max-width: 1365px)
{
	#slide_1_box_3 #homeSocialLinks li
	{
		width: 30px;
		height: 30px;
	}

	#slide_1_box_3 #homeSocialLinks li a
	{
		padding: 4px 0 0 0;
	}

	#slide_1_box_3 #homeSocialLinks li img
	{
		width: 20px;
		height: auto;
	}
}

#homeLower h2
{
	display: inline-block;
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 1.5rem;
	border-bottom: 1px solid #6d635a;
	font-weight: normal;
}

#whatNew
{
	background: #041E42;
}

#insights
{
	background: #407EC9;
}

#insights h2
{
	border-color: #e38d5c;
}

#homeLower
{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;

}

#homeLower > div
{
	padding: 18px 18px;
	color: #ffffff;
}

#homeLower > div a
{
	color: inherit;
}
#homeLower li
{
	margin: 0 0 30px;
}

#homeLower .itemdate,
#homeLower .type
{
	margin: 0 0 0 0;
	font-family: 'FranklinGothicDemiCondensed';
	font-size: 1.175rem;
	font-weight: 700;
	text-transform: uppercase;
}

#homeLower .title
{
	font-size: 1.0625rem;
	line-height: 1.75rem;
	font-weight: 300;
}

#homeLower .title:after,
#homeLower .view_more a:after
{
	position: relative;
	top: 12px;
	left: -10px;
	display: inline-block;
	content: url('../i/arrow-78BE20.svgz');
	width: 8px;
	height: 7px;
	margin: 0 0 0 8px;

	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#homeLower .view_more
{
	text-align: right;
}

#homeLower .view_more a
{
	background: none;
	color: #a8896f ;
	margin: 0;
}

#insights .view_more a
{
	color: #ffc4a2;
}

#homeLower #whatNew .itemList .startInline,
#homeLower #whatNew .itemList .startInline .type
{
	color: #407EC9;
	font-family: 'FranklinGothicDemiCondensed';
	font-size: 1.175rem;
}

@media (min-width: 768px)
{
	#homeLower > div
	{
		width: 50%;
		padding: 45px 50px;
	}

	#homeLower h2
	{
		margin: 0 0 25px;
		padding-top: 0;
	}
}

@media (max-width: 767px)
{
	#homeLower
	{
		-webkit-flex-direction: column;
		flex-direction: column;

	}
}


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


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

/* @media all and (max-width: 1400px) /* use while programming */
@media print
{
	*
	{
		color: #333333;
	}

	.mobile,
	#topSearch,
	.view_more,
	.spMapIframeEmbed,
	.printMap,
	#letterLinks,
	#pdfLink,
	#mainNav,
	#topLinks,
	#navJump,
	.playBtn,
	#homeSocialLinks,
	#tweetBox,
	#footer,
	#attorneySearchContainer,
	.bioList ul li .contact,
	#socialLinks,

	body#services #banner,
	#expandedBanner #left,

	.sectionTitle,
	#area_twitterid,
	#tabLinks,
	.toggleExpand,
	h1.sectionTitle,
	#areaPhoto,
	.search_form,
	#pdfPacket,
	#subNav,
	#expandedBanner #right > div > div.image:after,
	#upperSearchLink,
	#contactContent:before,
	#contactContent .subNavList,
	#officeAddress #itemPacket,
	#bioAccessories,
	#itemPacket,
	#bioExtras,
	#bio_twitterid,
	#tabViewAll,
	form,
	#tableHeader,
	#bio_multimedia,
	body.scrolled #header:before,
	.sp_pencil,
	body.services-industries-item #banner #left ul,
	body.services-practices-item #banner #left ul,
	#Multimedia-tab,
	#expandedBanner,
	.blogPosts .addthis,
	#upperSubContent,
	#archiveSelect, #categorySelect,
	.blogPosts .links
	{
		display: none !important;
	}

	.contentSection,
	.contentSection > *,
	#area_bio .results_list > li:nth-child(n+1),
	#industry_bio .results_list > li:nth-child(n+1),
	#office_bio .results_list > li:nth-child(n+1),
	.js .expandableList .results_list > li:nth-child(n+4)
	{
		display: block !important;
	}

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

	#content
	{
		display: block;
		padding: 0;
	}

	#mainContent:not(:only-child)
	{
	    float: left;
	    width: calc(64%);
	}

	#subContent
	{
	    float: right;
	    clear: right;
	    width: 33%;
	}

	body
	{
		padding: 0 0 0 0;
	}

	.bioList ul.results_list li .office
	{
		clear: none;
	}

	.bioList ul.results_list > li
	{
		page-break-inside: avoid;
	}

	#newsroomTop #right .results_list li,
	#newsroomTop #left,
	#expandedBanner #right > div,
	#banner #middle,
	#contactContent,
	body.services-industries-item #banner #left,
	body.services-practices-item #banner #left,
	body.contact-item #banner #left,
	body.attorneys-item #banner #left,
	#whatNew,
	#insights
	{
		background: none !important;
		color: #333333;
	}

	#newsroomTop #right .results_list li .title a,
	#newsroomTop #left .title a,
	#banner #middle strong,
	#officeContact a,
	#newsroomTop #right .results_list li .title,
	#homeLower h2,
	body.services-industries-item #banner #left h1,
	body.services-practices-item #banner #left h1
	{
		color: #333333 !important;
	}

	body.attorneys-item #banner #left
	{
		padding: 20px 0;
	}

	#banner
	{
		margin: 0;
	}

	#officeList ul.results_list
	{
		display: block;
	}

	#officeList ul.results_list li
	{
		width: 50%;
		float: left;
		height: 650px;
		background: none !important;
	}

	body.contact-item #banner
	{
		display: block;
	}

	body.contact-item #banner #left,
	body.contact-item #banner #middle
	{
		float: left;
		width: 50%;
	}

	body.contact-item #banner #middle > img
	{
		display: block;
	}


}

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