/* BEGIN CONSTANGY CSS -------------------------------------------> */

/* General Layout ------------------------------------------------> */
/* Edits to this section must be updated in sp_wysiwyg.css!!! */

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

.mobile
{
	display: none;
}

body {
	position: relative;
	min-width: 920px;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background: #013365 \9; /* ie8 */
	font: normal 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
	line-height: 17px;
}

body.loaded {
	background: #013365;
}

#bodyOuter {
	position: relative;
	background: #ffffff url('../i/body-stripe.png') repeat-x;
}

#bodyInner {
	position: relative;
	width: 893px;
	margin: 0px auto;
	padding: 0 0 0 0;
}

p {
	margin: 0px;
	padding: 0 0 20px 0;
	line-height: 21px;
}

a {
	color: #306fac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	padding: 0 0 20px 0;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

h2 {
	padding: 0 0 20px 0;
	color: #af8d02;
	color: #9b1b27;
	font-size: 135%;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}

h3 {
	margin: 5px 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #af8d02;
	color: #000;
	font-size: 105%;
	line-height: normal;
}

.contentMainCol h3 {
	font-size: 120%;
}

/* takes on same appearance as news items */
h4 {
	width: 471px;
	margin: 0 0 3px 0;
	padding: 10px 8px 10px 8px;
	background: #fff;
	border: 1px solid #d1e0ee;
	border-left: 2px solid #cca401;
	font-size: 100%;
	font-weight: normal;
}

h5 {
	margin: 5px 0 10px 0;
	font-size: 110%;
	font-weight: bold;
}

/* Reserved for Print Pilot */
h6 {
	margin: 5px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}

ul,
ul li {
	padding: 0;
	margin: 0;
	line-height: 21px;
}

img {
	border: 0;
}




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

#header {
	position: relative;
	height: 216px;
	padding: 0 0 0 0;
}

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

#topLinks {
	position: relative;
	float: right;
	width: 250px;
	padding: 20px 0px 0 0;
	color: #9a9999;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	vertical-align: middle;
	z-index: 2;
}

#topLinks a {
	display: inline-block;
	color: #9a9999;
	line-height: 20px;
	vertical-align: middle;
}

#at15s
{
	*display: none !important;
}


/* Main Navigation -----------------------------------------------> */
/* Home page nav included here too.
   Seems that we sort of have two main nav styles going. */

@media only screen and (min-width: 721px)
{
	#menuWrapper {
		position: absolute;
		z-index: 10000;
		top: 123px;
		left: 10px;
		width: 893px;
		height: 52px;
	}

	#index #sharethis
	{
		display: none;
	}

	#udm {
		width: 893px !important;
		height: 52px;
	}

	#udm > li > ul {
		display: none !important;
	}

	span.handheld {
		display: none;
	}

	/* Our People */
	#nav_0 {
		width: 90px;
		background: url('../i/nav_people.png') no-repeat;
	}

	/* Firm */
	#nav_1 {
		width: 84px;
		background: url('../i/nav_firm.png') no-repeat;
	}

	/* Our Services */
	#nav_2 {
		width: 112px;
		background: url('../i/nav_services.png') no-repeat;
	}

	/* Publications & Seminars */
	#nav_3 {
		width: 194px;
		background: url('../i/nav_pubs.png') no-repeat;
	}

	/* Employers Resources*/
	#nav_4 {
		width: 164px;
		background: url('../i/nav_resources.png') no-repeat;
	}

	/* Work-Life Balance */
	#nav_5 {
		width: 154px;
		background: url('../i/nav_balance.png') no-repeat;
	}

	/* Contact Us */
	#nav_6 {
		width: 89px;
		background: url('../i/nav_contact.png') no-repeat;
	}

	#nav_0,
	#nav_1,
	#nav_2,
	#nav_3,
	#nav_4,
	#nav_5,
	#nav_6 {
		height: 52px;
	}

	#nav_0:hover, #nav_0.udmY,
	#nav_1:hover, #nav_1.udmY,
	#nav_2:hover, #nav_2.udmY,
	#nav_3:hover, #nav_3.udmY,
	#nav_4:hover, #nav_4.udmY,
	#nav_5:hover, #nav_5.udmY,
	#nav_6:hover {
		background-position: 0 -52px;
	}

	/* Light up the main nav image when hovering this sub link */

	#udm .udmR {
	    background-position: 0px -52px !important;
	}

}

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

#index #bodyOuter {
	position: relative;
	background: #ffffff url('../i/body-stripe-home.png') 0px 0px repeat-x;
}

#index #content {
	display: none;
}

#index #header {
	height: 796px;
	width: 995px;
	background: #ffffff;
}

#index #topLinks {
	margin: 0 102px 0 0;
}

#index .contentMainCol {
	position: relative;
	margin: 0;
	padding: 0;
}

#index #header #homeBannerBg {
	position: absolute;
	top: 84px;
	width: 995px;
	height: 524px;
  	background: #ffffff;
  	z-index: 1;
}

#index #header #homeBannerBg #fauxNavBar {
	position: absolute;
	top: 39px;
	width: 995px;
	height: 52px;
  	background: #bacfe8;
  	z-index: 1;
}

#index .contentSide {
	display: none;
}

#index #boxes {

	position: absolute;
	top: 478px;
	width: 900px;
	height: 293px;
	z-index: 2;
}

#index .normalBox {
	float: left;
	width: 300px;
	height: 293px;
	cursor: pointer;
}

#index #normalBox_1 {
	background: url('../i/home-box-1.png') no-repeat;
}

#index #normalBox_2 {
	background: url('../i/home-box-2-new.png') no-repeat;
}

#index #slideshow {
	display: none;
	float: left;
	width: 300px;
	height: 293px;
	background: url('../i/home-box-3.png') no-repeat;
	cursor: pointer;
}

#index #slideshow div a,
#index .normalBox div a {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
}

#index a.indvBoxBg {
	display: inline-block;
	margin: 0px 40px 0 32px;
}

#index #slideshow div h2.homeSectionHeader,
#index .normalBox div h2.homeSectionHeader {
	display: inline-block;
	margin: 140px 40px 2px 32px;
	padding: 0 0 0 0;
}

#index #slideshow div h2.homeSectionHeader a,
#index .normalBox div h2.homeSectionHeader a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	text-transform: uppercase;
}

br.printBr {
	display: block;
}





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

#content {
	position: relative;
	min-height: 375px;
  	height: auto !important;
  	height: 375px;
  	padding: 35px 0 20px 0;
  	background: #ffffff url('../i/maroon-block.gif') 237px 61px no-repeat;
}

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

#sharethis
{
	position: absolute;
	top: 25px;
	left: 245px;
}

#sharethis a
{
	display: inline-block;
	vertical-align: bottom;
	height: 24px;
	width: 60px;
	background: transparent url('../i/share-button.png') 0 0 no-repeat;
}

.contentMainCol {
	width: 490px;
	margin-left: 282px;
	padding: 20px 0 0 0;
}

.contentMainCol ul li {
	list-style: none url(../i/bullet_default.png);
	!list-style: none url(../i/bullet_default_ie.png);
	margin: 0 0 4px 50px;
}

.contentMainCol ul ul {

	margin: 0 0 0px 0px;
	padding: 0 0 0 0;
}

.contentMainCol ul ul li {

	list-style: circle;
	!list-style: circle;
	margin: 0 0 4px 80px;
}

.contentMainCol ul li.color {
	list-style: none url(../i/bullet_link.png);
	!list-style: none url(../i/bullet_link_ie.png);
}

.contentSide {
	float: left;
	width: 239px;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
}


/* One-off Alert! Main offices page has full width layout */
.firm-offices-main #content {
  	background: #ffffff url('../i/maroon-block.gif') 13px 50px no-repeat;
}

.firm-offices-main #sharethis
{
	top: 18px;
	left: 21px;
}

.firm-offices-main .contentMainCol {
	width: 800px;
	margin-left: 50px;
	padding: 10px 0 0 0;
}

.firm-offices-main .contentSide {
	display: none;
}

.sideInnerTop {
	width: 239px;
	height: 10px;
	overflow: hidden;
	background: url('../i/contentside_top_trans.png') no-repeat;
}

.contentSideContainer {
	width: 239px;
}

.sideInner {
	width: 239px;
	min-height: 28px;
  	height: auto !important;
  	height: 28px;
  	background: url('../i/contentside_bg-new.png') repeat-y;
}

#flexpage .sideInner {
	padding: 25px 25px 0 25px;
}

.sideInnerBottom {
	width: 239px;
	height: 10px;
	overflow: hidden;
	background: url('../i/contentside_bottom_trans.png') no-repeat;
}

.contentSide ul,
.contentMainCol ul {
	padding: 3px 0 15px 0;
}

/* Service contact has extra 'all attys' link right below, so no padding */
.contentSide ul.areaContact {
	padding-bottom: 0px;
}

/* text bullets */
.contentSide ul li {
	list-style: none url(../i/bullet_side_default.png);
	!list-style: none url(../i/bullet_side_default_ie.png);
	margin: 0 0 3px 13px;
	line-height: 14px;
}

/* link bullets */
.contentSide ul li.color,
.contentSide ul li.prac_bullet_parent,
.contentSide ul li.prac_bullet_child,
.contentSide ul li.prac_bullet_gchild {
	list-style: none url(../i/bullet_link.png);
	!list-style: none url(../i/bullet_link_ie.png);
}

img.sideImg {
	margin: 9px 0 0 9px;
}

.sideStaticText
{
	padding: 25px 25px 10px 25px;
	box-sizing: border-box;
}

/* submenu */
.contentNavbar {
	position: absolute;
	top: -30px;
	left: 12px;
	font-size: 12px;
}

.contentNavbar ul {
	margin: 0;
	padding: 0;
}

.contentNavbar ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	height: 15px;
	margin: 0;
	padding: 0 15px 0 0;
}

.contentNavbar ul li a {
	background: url('../i/sub_arrow.gif') 0 3px no-repeat;
	!background-position: 0 5px;
	background-position: 0 5px \9; /* ie8 */
	color: #fff;
	padding: 0 0 0 10px;
}

.contentNavbar ul li a:hover,
.contentNavbar ul li a.onNav {
	background: url('../i/sub_arrow_on.gif') 0 3px no-repeat;
	!background-position: 0 5px;
	background-position: 0 5px \9; /* ie8 */
	color: #98bcdc;
}

/* subsubmenu */
.subsubMenuBar {
	padding: 10px 0 2px 0;
	font-size: 12px;
}

.subsubMenuBar ul {
	margin: 0;
	padding: 0;
}

.subsubMenuBar ul li {
	list-style-type: none;
	list-style-image: none;
	display: block;
	height: 15px;
	margin: 0;
	padding: 0 15px 3px 0;
}

.subsubMenuBar ul li a {
	/* background: url('../i/sub_arrow.gif') 0 3px no-repeat; */
	!background-position: 0 5px;
	background-position: 0 5px \9; /* ie8 */
	color:green \9;
	color: #306fac;
	padding: 0 0 0 10px;
}

.subsubMenuBar ul li a:hover,
.subsubMenuBar ul li a.onNav {
	/* background: url('../i/sub_arrow_on.gif') 0 3px no-repeat; */
	!background-position: 0 5px;
	background-position: 0 5px \9; /* ie8 */
	color: #306fac;
}

.subsubMenuBar ul li a.onNav {
	font-weight: bold;
}

/* profile pages only */
.people-about-item .sideInner,
.people-item .sideInner,
.people-main .sideInner,
.people-list-main .sideInner,
.services-item .sideInner,
.services-industry-item .sideInner,
.services-matters-item .sideInner,
.firm-news-item .sideInner,
.firm-headlines-item .sideInner,
.communications-item .sideInner,
.communications-events-item .sideInner,
.resources-materials-item .sideInner {
	padding: 26px 0 10px 37px;
}

.people-about-item .sideInner
{
	padding-left: 0;
}

.people-about-item .backLink
{
	margin-left: 37px;
}

.people-item .sideBuffer,
.people-main .sideBuffer,
.people-list-main .sideBuffer,
.services-item .sideBuffer,
.services-industry-item .sideBuffer,
.services-matters-item .sideBuffer,
.firm-news-item .sideBuffer,
.firm-headlines-item .sideBuffer,
.communications-item .sideBuffer,
.communications-events-item .sideBuffer,
.resources-materials-item .sideBuffer {
	width: 165px;
}


/* special case for comm-sect page */
.commSideInner {
	padding: 26px 0 0 37px;
}

.commSideBuffer  {
	width: 165px;
}

.people-item .bioPic {
	overflow: hidden;
	margin: 0 0 10px 10px;
}
.people-item .bioPicNew {
	overflow: hidden;
	margin: 0 0 10px 0;
}

.people-item #attyHeader,
.services-item #areaHeader
{
	display: block;
	position: relative;
	width: 610px;
	height: 65px;

	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.services-item #areaHeader
{
	top: 0px;
}

.people-item .bioName,
.services-item .serviceName
{
	float: left;
	width: auto;
	margin: 0px;
	padding: 0 0 0 0;
	color: #000;
	font-size: 175%;
	font-weight: normal;
	line-height: normal;
}

.services-item .serviceName
{
	margin: 0px 160px 0 0;
}

.people-item .bioTitle {
	float: left;
	width: 335px;
	padding: 0 0 20px 0;
	color: #666666;
	font-size: 120%;
}

.people-item .bioListOffice {
	width: 190px;
	margin: 0 0 10px 10px;
	color: #333;
	line-height: 17px;
}
.people-item .bioListOfficeNew {
	width: 190px;
	margin: 0 0 10px 0;
	color: #333;
	line-height: 17px;
}

.people-item .bioContact {
	width: 100px;
	height: 30px;
	padding: 0;
	text-align: right;
}

.bioPhone {
	display: block;
	padding: 12px 0 6px 0;
}

.people-item #bioIcons
{
	margin-right: 150px;
}

.people-item .vcard,
.people-item .email {
	display: block;
	float: right;
	height: 21px;
	padding: 8px 0 0 28px;
}

.people-item .vcard {
	margin: 0 10px 0 0;
	background: url('../i/vcard-new.png') no-repeat;
}

.people-item .email {
	background: url('../i/email-new.png') no-repeat;
}

.people-item #bioTwitter,
.services-item #bioTwitter
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.people-item #bioLinkedIn,
.services-item #bioLinkedIn
{
	position: absolute;
	top: 0px;
	right: 35px;
}

.people-item #bioShare,
.services-item #bioShare
{
	position: absolute;
	top: 0px;
	right: 70px;
	height: 24px;
}

.people-item #bioShare a,
.services-item #bioShare a
{
	display: inline-block;
	vertical-align: bottom;
	height: 24px;
	width: 60px;

	background: transparent url('../i/share-button.png') 0 0 no-repeat;
}

#sharetext
{
	position: absolute;
	left: 28px;
	top: 10px;
}

.addthis_toolbox span
{
	background: none !important;
}


/* Need a few special styles for the education wys */

.people-item .contentSide .education p {
	padding-bottom: 5px;
	line-height: normal;
}

.people-item .contentSide .education ul {
	padding-bottom: 10px;
}

.bioLetters {
	height: 139px;
}

.letter,
.noletter {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px 5px 0;
	border: 1px solid #b99503;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.letter:hover {
	background: #b99503;
	color: #fff;
	text-decoration: none;
}

.bioListGroup {
	margin: 0 0 25px 0;
}

.biolistTitle {
	margin: 5px 0 7px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #af8d02;
	color: #000;
	font-size: 105%;
	line-height: normal;
}

.bioListItem {
	border-bottom: 1px solid #ccc;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;

	overflow: hidden;
	!height: 100%;
	!overflow: normal;
}

.bioListName {
	float: left;
	width: 200px;
	padding-right: 1em;
}

div.bioListPosition,
div.bioListPhone {
	float: left;
	width: 100px;
}

div.bioListPhone {
	float: left;
	width: 150px;
}

div.bioListEmail,
div.bioListVcard {
	float: right;
	width: 45px;
	text-align: right;
}

.bioListHeader {
	padding: 0;
	background: #eee;
	padding: 2px 4px;
}

/* services stuff */

ul.multiList {
	float: left;
	width: 230px;
	padding: 0 9px 20px 0;
}

ul.multiList li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 3px 0;
	padding: 10px 8px 10px 8px;
	background: #fff;
	border: 1px solid #d1e0ee;
	border-left: 2px solid #cca401;
}


/* news/pub/event item stuff */

.newsItem {
	clear: right;
	width: 471px;
	margin: 0 0 3px 0;
	padding: 10px 8px 10px 8px;
	background: #fff;
	border: 1px solid #d1e0ee;
	border-left: 2px solid #cca401;
}

.newsItemDate {
	float: right;
	width: 120px;

	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}


/* Office Stuff */

img.officePic {
	overflow: hidden;
	margin: 10px 0 0px 10px;
}

.officeAddyContainer {
	margin: 0 0 25px 0;

	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.officeAddress {
	float: left;
	width: 220px;
	min-height: 108px;
  	height: auto !important;
  	height: 108px;
	margin: 0 0 3px 0;
	padding: 9px 8px 7px 15px;
	!padding: 9px 8px 9px 15px;
	background: #fff;
	border: 1px solid #d1e0ee;
	border-left: 2px solid #cca401;
	line-height: 20px;
}

.officeNumbers {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.officeModeLinks {
	float: left;
	width: 180px;
	margin: 0 0 3px 15px;
	padding: 5px 8px 5px 8px;
	background: #fff;
	border: 1px solid #d1e0ee;
	border-left: 2px solid #cca401;
}

.phone {
	color: #333333;
	text-decoration: none !important;
	cursor: default;
}

.locations {
	float: left;
	width: 266px;
	height: 140px;
	padding: 0 0 30px 0;
	font-size: 11px;
	overflow: hidden;
}

span.officeTitle {
	font-size: 13px;
	font-weight: bold;
}

.officeThumbnail {
	float: left;
	width: 72px;
	height: 108px;
	margin: 0 10px 40px 0;
	border: 1px solid #fff;
}


/* viewmore/backlink type stuff */

.listViewMore {
	display: block;
	float: left;
	margin: 4px 0 0 10px;
}

.listViewMore a {
	font-size: 13px;
	font-weight: bold;
}

.backLink {
	width: 161px;
	height: 17px;
	margin: 0 0 15px 0;
	background: url( '../i/backlink_bg.png' ) 0 -17px no-repeat;
}

.extraSideImg {
	display: block; /* hide in print */
}


/* special case for comm-sect pages */

.commSideInner .backLink {
	margin: 0 0 5px 0;
}

.backLink a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0px;
	background: url( '../i/backlink_bg.png' ) top left no-repeat;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}

.backLink span {
	display: block;
	margin: 0px;
	padding: 0 0 0 20px;
}

.backLink a:hover {
	background-image: none;
	color: #fff;
	text-decoration: none;
}

.servicesHomeLink {
	display: block;
	margin: 0 0 10px 0;
}

#morePublications {
	padding: 0 0 15px 0;
}

.allAttysLink {
	padding: 2px 0 10px 0;
}


/* Calculators */

.calcHolder {
	float: left;
}

.calcHolder h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

.calculator {
	width: 230px;
	height: 280px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

.calculator p {
	padding-bottom: 5px;
	font-weight: bold;
	font-size:10px;
}

.calculator form {
	margin: 0px;
	padding: 0px;
}

.calculator .submitButton {
	margin-top: 10px;
}

.calculator label {
	display: block;
	font-size: 11px;
}

.calculator .pres {
	margin: 0px 10px 0 10px;
}

/*
.calculator em {
	color: #002f5d;
	font-weight:bold;
}
*/

.calculator .answer {
	font-size:10px;
	font-weight:normal;
}

.calculator .calcError {
	color: red;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
}

.calculator .txt {
	width:100px;
}

.resultFloat {
	float: left;
	width: 105px;
	color: #306fac;
	font-size:10px;
}

.result {
	color: #306fac;
	font-size:10px;
}

.calcDisclaimer {
	font-size: 10px;
	clear: both;
}

.calcInstruction1,
.calcInstruction2,
.calcInstruction3 {
	display: block;
	width: 215px;
	height: 60px;
	margin: 0 15px 0 10px;
	font-size: 9px;
	line-height: 14px;
}

.calcInstruction3 {
	height: 85px;
}


/* video stuff */

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

.popupContact
{
	display: none;
	position: fixed;
	height: 248px;
	width: 350px;
	background: #ffffff;
	border: 2px solid #cecece;
	z-index: 200000;
	padding: 12px;
	font-size: 13px;
	color: #ffffff;
}

.popupContactClose
{
	font-size: 14px;
	line-height: 14px;
	right: 1px;
	top: 0px;
	position: absolute;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

.popVideo
{
	cursor: pointer;
}

.oneOffVideo
{
	position: absolute;
	top: 5px;
	left: 307px;
	width: 287px;
	height: 282px;
	background: transparent;
	cursor: pointer;
	z-index: 9999;
}

.popupContact
{
	width: auto !important;
	height: auto !important;
	min-width: 624px;
	min-height: 352px;
}

#contactArea_1_wrapper
{
	width: 673px !important;
	height: 379px !important;
}



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

#emailField
{
	display: none;
}

.mandatory
{
	color: red;
}

.stndForm {
	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.stndForm input.txt,
.stndForm input[type=text],
.stndForm select,
.stndForm textarea {
	width: 323px;
	!width: 321px;
	background: #fff;
	border: 1px solid #babcbb;
	!border: 1px solid #91aac2; /* default blue */
	color: #666666;
	font: normal 11px "Trebuchet MS", Helvetica, sans-serif;
}

.stndForm textarea
{
	min-height: 9em;
}

.stndForm select {
	width: 325px;
}

.stndForm p,
.stndForm > div
{
	display: block;
	padding: 5px 0;
	margin: 0;
	clear: both;
	line-height: 15px;
}

.stndForm p label,
.stndForm > div > label
{
	float: left;
	width: 95px;
	padding-right: 5px;
	overflow: hidden;
	font-size: 12px;
	padding-top: 2px;
}

.stndForm p.radioType,
.stndForm p.checkBoxesType
{
	clear: both;
	overflow: hidden;
	padding: .75em 0;
}

.paymentForm p.ccRadios span label
{
	float: none;
	display: inline;
}

.paymentForm label span.extra
{
	font-weight: normal;
	display: block;
}

.paymentForm p label
{
	width: 150px;
}

.stndForm p.radioType span,
.stndForm p.checkBoxesType span
{
	display: block;
	clear: both;
}

.stndForm p.radioType input
{
	float: left;
}


.stndForm p.radioType span label
{
	float: left;
	padding-left: .5em;
	width: auto;
	max-width: 400px;
}

.stndForm p.radioType > label,
.stndForm p.checkBoxesType > label
{
	float: none;
	width: auto;
	display: block;
	margin: 0 0 .5em 0;
}

.contact-form-main .stndForm p label {
	width: 130px;
}

.stndForm label {
	font-size: 11px;
	font-weight: bold;
}

.stndForm .submitButton,
.submitButton,
div.rsvpButton a {
	padding: 2px;
	!padding: 0;
	background: #b99503;
	border: 1px solid #a38404;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	!cursor: hand;
}

div.rsvpButton a
{
	padding: 0 4px;
}

div.rsvpButton
{
	padding: 1em 0;
}

.stndForm input#field_month,
.stndForm input#field_year
{
	width: 3em;
}

.captcha
{
	display: block;
	border: 1px solid #babcbb;
	margin-bottom: .5em;
}

.captcha + input
{
	clear: both;
	margin-left: 100px;
}

.contact-form-main .captcha + input
{
	margin-left: 135px;
}

h2.confirmHeader {
	clear: both;
	padding-top: 2em;
}

.stndForm h2 {
	padding: 20px 0 10px 0;
}

span.required {
	font-size: 11px;
}

hr.form {
	height: 1px;
	margin: 10px 0 10px 0;
	border-top: 1px solid #b99503;
	line-height: 1px;
}

#survey .stndForm  input[type=text]
{
	width: 201px;
}

#survey .stndForm label
{
	width: 115px;
	font: inherit;
}

#survey .stndForm > div + div + div > label
{
	display: block;
	float: none;
	width: auto;
	margin: 1em 0 0 0;
}

#survey .stndForm > div + div + div label + *
{
	margin-top: 1em;
}

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

#pageBottom {
	position: relative;
	width: 893px;
	margin: 0px auto;
	padding: 0px 10px 0 10px;
	background: #013365;
}

#officeLinks {
	float: left;
	width: 686px;
	padding: 20px 0 26px 0;
}

#officeLinks a {
	color: #63a2df;
	width: 100px;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}

img.officeBullet {
	width: 11px;
	height: 8px;
	overflow: hidden;
}

#chambers {
	float: right;
	padding: 0 0 2px 0;
}

#socialMedia {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 200px;
	padding: 20px 0 0px 0;
}

#socialMedia a {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 3px;
}

#socialMedia a img
{
	border-radius: 6px;
}

#innerSocialMedia
{
	float: right;
	margin: 10px 0 0 0;
}

.footer {
	clear: both;
	border-top: 1px dashed #5180ae;
	color: #8b8a8a;
	font-size: 10px;

	/* make div stretch to height of content */
	overflow: hidden;
	!height: 100%;
	!overflow: visible;
}

.footer ul,
.footer ul li {
	display: block;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	float: left;
	padding: 6px 12px 6px 0;
}

.footer ul li a {
	color: #8b8a8a;
}


/* - ( Search ) - */
.searchfoundtext { font-weight: bold; }
.searchheader { font-size: 10pt; font-weight: bold; }

#smartbanner
{
	display: none;
}

@media screen and (max-device-width:721px)
{
	#smartbanner
	{
		display: block;
	}
}

#smartbanner
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f3f3f3;
	
	z-index: 9999999;
	
	font-size: 13px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	padding: 1em 5.5em 1em 8.25em;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 1);
	
	border-radius: 5px;
}

#smartbanner .sb-container { margin: 0 auto; }
#smartbanner #sb-close { 
	position:absolute; 
	left:.25em; 
	top: 50%;
	margin-top: -.65em;
	display:block; 
	padding: 5px;
	font-family:Arial; 
	font-size:1.5em; 
	line-height: .8em;
	color:#797979; 
	text-decoration:none;
	-webkit-font-smoothing:subpixel-antialiased;
}
#smartbanner #sb-close:active { color:#aaa; }

#smartbanner .sb-icon { 
	background: green;
	position:absolute; 
	left:2.5em; 
	top:50%; 
	margin-top: -2.25em;
	display:block; 
	width:4.5em; 
	height:4.5em; 
	background:rgba(0,0,0,0.6); 
	background-size:cover; 
	border-radius: .6em; 
	box-shadow: 0 1px 3px rgba(0,0,0,0.3); 
}

#smartbanner .sb-info { 
	line-height:1.2em; 
	font-weight:bold; 
	color:#6a6a6a; 
	text-shadow:0 1px 0 rgba(255,255,255,0.8); 
}


#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { 
	position:absolute; 
	right:1em; 
	top:50%; 
	margin-top: -.75em;
	border:1px solid #bfbfbf; 
	padding: 0 10px; 
	min-width: 10%; 
	font-size:.8em; 
	line-height:2; 
	text-align:center;
	font-weight:bold;
	color:#6a6a6a; 
	background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); 
	text-transform:uppercase; 
	text-decoration:none; 
	text-shadow:0 1px 0 rgba(255,255,255,0.8); 
	border-radius:3px; 
	box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; 
}
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

/* Flexible Backgrounds -------------------------------------------> */


@media screen and (@min-width: 721px)
{
	#pageBottom:before
	{
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: -1;
		content: '';
		background: inherit;
		left: calc(50% - 50vw);
		width: 100vw;
	}
}

/* END CONSTANGY CSS ---------------------------------------------> */




/* START CONSTANGY MOBILE CSS ---------------------------------------------> */

@media only screen and (max-width: 480px)
{

	body
	{
		min-width: 0;
		background: none;
		font: normal 16px/24px "Trebuchet MS", Helvetica, sans-serif;
	}

	h4
	{
		width: auto;
	}

	.contentMainCol h3
	{
		font-size: 16px;
	}

	h2
	{
		font-size: 18px;
	}

	p
	{
		line-height: 24px;
	}

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

	#bodyOuter
	{
		background: none;
	}

	/* Master display none*/

	#topLinks,
	#homeBannerBg,
	#sharethis,
	#officeLinks,
	.sideInnerTop
	{
		display: none;
	}

	.mobile 
	{
		display: block;
	}

	body.loaded
	{
		background: none;
	}

	#index #bodyOuter
	{
		background: none;
	}

	#index #boxes
	{
		position: static;
		width: auto;
		clear: both;
		padding: 20px 12px;
		height: auto;
		background: #ffffff;
		overflow: hidden;
		border-top: 10px solid #bacfe8;

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

	#bodyInner
	{
		width: auto;
	}

	#index #header
	{
		width: auto;
		height: auto;
		padding: 0;
		background: #bacfe8;
	}

	#index #header #logo
	{
		width: 92%;
	}

	#index #header #mobile-search 
	{
		margin: 0 0 0 12px;
	}

	#index #header #mobile-menu-button
	{
		margin: 0 12px 5px 0;
	}

	#header 
	{
		position: relative;
		height: auto;
		padding: 0 12px 15px;
		background: #bacfe8;
		overflow: hidden;
		z-index: 100;

		box-shadow: 0px 0px 10px 0px rgba(185, 100, 0, 0.26);
	}

	#header > a 
	{
		float: left;
	}

	#header #mobile-menu-button
	{
		float: right;
	}

	#logo
	{
		width: 100%;
		height: auto;
		float: none;
		margin: 12px auto 30px;
	}

	#index .normalBox
	{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		border: 1px solid #cbcbcb;
	}

	#index #normalBox_1
	{
		background: url('../i/m-home-box-1.png') right bottom no-repeat, #ffffff;
	}

	#index #normalBox_2
	{
		position: relative;
		background: url('../i/m-home-box-2.png') right bottom no-repeat, #ffffff;
	}

	#index #slideshow
	{
		width: 100%;
		height: auto;
		background: url('../i/m-home-box-3.png') right bottom no-repeat, #ffffff;
		border: 1px solid #cbcbcb;
	}

	#index .oneOffVideo
	{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 0 !important;
		z-index: 9999;
	}

	#index #slideshow div h2.homeSectionHeader, 
	#index .normalBox div h2.homeSectionHeader,
	#index a.indvBoxBg
	{
		margin: 0;
	}

	#index .normalBox div,
	#index #slideshow
	{
		padding: 18px 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		
	}

	#index #slideshow div 
	{
		position: relative !important;
		float: left;
		width: 100%;
		margin-right: -100%;
	}

	#index #slideshow div h2.homeSectionHeader, 
	#index .normalBox div h2.homeSectionHeader,
	#index #slideshow div a, 
	#index .normalBox div a
	{
		display: block;
	}

	.calcHolder
	{
		float: none;
	}

	.calculator
	{
		width: auto;
		height: auto;
	}

	.calculator p
	{
		font-size: 16px;
		line-height: 24px;
	}

	/* Navigation */

	#menuWrapper,
	.contentNavbar
	{
		position: static;
	}

	#udm
	{
		width: 100% !important;
		padding: 0 0 0 0;
		float: none;
		background: #013365;
	}

	#menuImage
	{
		padding: 20px 12px;
		background: #ffffff;
	}

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

	#udm li 
	{
		float: none !important;
		padding: 12px 3px;
		border-top: 1px solid #ffffff;
	}

	#udm li a 
	{
		text-align: right;
		padding: 0 12px;
		font-size: 18px;
		text-transform: uppercase;
	}

	#udm li ul 
	{
		display: none !important
	}

	.udm li a
	{
		white-space: normal !important;
	}

	.contentNavbar
	{
		padding: 15px 0;
		margin: 30px 0 0 0;
	}

	.contentNavbar ul.subMenu li
	{
		display: block;
		height: auto;
		padding: 8px 0;
		line-height: 20px;
	}

	.contentNavbar ul.subMenu li a 
	{
		display: block;
		padding: 0 40px 0 0;
		text-align: right;
		background: none;
		font-size: 18px;
		line-height: 20px;

		background: url('../i/m-subnav-arrow.png') 96% center no-repeat;
	}

	/* Content Stuff */

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

		background: none;
	}

	.contentNavbar
	{
		background: #013365;
		
		order: 3;
		-webkit-order: 3;
	}

	.contentSide
	{
		float: none;
		width: auto;
		font-size: inherit;

		order: 2;
		-webkit-order: 2;
	}

	.contentSideContainer,
	.sideInner,
	.sideInnerBottom
	{
		width: auto;
		background: none;
	}

	.contentMainCol
	{
		width: auto;
		padding: 0 12px;
		margin: 0 0 10px 0;

		order: 1;
		-webkit-order: 1;
	}

	.contentMainCol > h1 
	{
		position: relative;
		padding-left: 28px;
	}

	.subsubMenuBar
	{
		font-size: 16px;
	}

	.contentMainCol > h1:before
	{
		position: absolute;
		top: 7px;
		left: 0;
		display: block;
		content: '';
		width: 20px;
		height: 10px;
		background: #9b1b27;
	}

	.contentSide ul, 
	.contentMainCol ul
	{
		margin: 0 0 0 15px;
	}

	ul.multiList
	{
		float: none;
		width: auto;
		padding: 0;
		margin-left: 0;
	}

	.backLink
	{
		display: inline-block;
		padding: 0 10px;
		width: auto;
		height: 32px;
		background: #B68B01 !important;
	}

	.backLink span
	{
		padding: 0;
	}

	.backLink a
	{
		background: none;
		line-height: 32px;
		font-size: 16px;
	}

	.commSideInner
	{
		width: auto;
		padding-left: 12px;
	}

	.commSideBuffer
	{
		width: auto;
	}

	.sideBuffer h3 
	{
		position: relative;
		padding: 5px 12px;
		margin: 0px -12px 4px;  
		background: #9b1b27;
		color: #ffffff;
		border-bottom: none;
	}

	.sideBuffer h3:after
	{
		content: '+';
		position: absolute;
		right: 12px;
		top: 5px;
	}

	.sideBuffer h3.isOpen:after
	{
		content: '-';

	}

	.sideBuffer h3 + ul,
	.sideBuffer h3 + h2 
	{
		display: none;
	}

	.contentMainCol ul li,
	.contentSide ul li
	{
		margin: 0 0 15px 0;
		line-height: 24px;
	}

	.newsItem
	{
		width: auto;
	}

	.newsItemDetails
	{
		width: auto !important;
	}

	.newsItemDate 
	{
		float: none;
		width: auto;
	}

	.firm-offices-main #content
	{
		background: none;
	}

	.firm-offices-main .contentMainCol
	{
		width: auto;
		padding: 0 12px;
		margin: 0;
	}

	.people-item #attyHeader, 
	.services-item #areaHeader
	{
		width: auto;
		height: auto;
	}

	.services-item .serviceName
	{
		float: none;
	}

	.services-item .serviceName
	{
		margin: 0 0 20px 0;
	}

	span.officeTitle
	{
		font-size: 24px;
		font-weight: normal;
	}

	.locationsBox
	{
		margin: 20px 0 0 0;
	}

	.locations
	{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 20px;
		font-size: 16px;
	}

	.officeModeBox
	{
		margin: 20px 0 0 0;
	}

	.officeAddress
	{
		width: auto;
		float: none;
	}

	.officeModeLinks
	{
		float: none;
		width: auto;
		margin: 0;

		color: #999999;
		background: #013365;
		border-left: 4px solid #cca401;
	}

	.officeModeLinks a 
	{
		display: block;
		color: #ffffff;
	}

	.officeModeLinks a img 
	{
		display: none;
	}

	.people-item .sideBuffer, 
	.people-main .sideBuffer, 
	.people-list-main .sideBuffer, 
	.services-item .sideBuffer, 
	.services-industry-item .sideBuffer, 
	.services-matters-item .sideBuffer, 
	.firm-news-item .sideBuffer, 
	.firm-headlines-item .sideBuffer, 
	.communications-item .sideBuffer, 
	.communications-events-item .sideBuffer, 
	.resources-materials-item .sideBuffer
	{
		width: auto;
	}

	.people-about-item .sideInner, 
	.people-item .sideInner, 
	.people-main .sideInner, 
	.people-list-main .sideInner, 
	.services-item .sideInner, 
	.services-industry-item .sideInner, 
	.services-matters-item .sideInner, 
	.firm-news-item .sideInner, 
	.firm-headlines-item .sideInner, 
	.communications-item .sideInner, 
	.communications-events-item .sideInner, 
	.resources-materials-item .sideInner
	{
		width: auto;
		padding: 0 12px;
		margin: 20px 0 0 0;
	}

	.bioLetters
	{
		height: auto;
		overflow: hidden;
	}

	.letter, .noletter
	{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}

	.listViewMore
	{
		float: none;
		clear: both;
		padding: 15px 0 0 0;
		margin: 0;
	}

	.listViewMore a 
	{
		display: block;
		font-size: 18px;
		text-align: right;
	}

	/* Bio Stuff */

	.people-item #content 
	{
		padding-top: 0;
	}

	/*.people-item .contentSide 
	{
		order: 1;
		-webkit-order: 1;
	}

	.people-item .contentMainCol
	{
		order: 2;
		-webkit-order: 2;
	}*/

	.people-item .sideInner
	{
		margin-top: 0;
	}

	.people-item .bioPicNew
	{
		position: relative;
		padding: 20px 12px 55px;
		margin: 0;
		background: #eeeeee;
	}

	.people-item #bioLinkedIn
	{
		top: auto;
		bottom: 12px;
		right: 12px;
		width: 35px;
		height: 35px;
	}

	.people-item #bioLinkedIn a 
	{
		display: block;
		height: 35px;
		width: 35px;
		background: url('../i/m-icon-linkedin.png') no-repeat;
	}

	.people-item #bioLinkedIn a img,
	.people-item #attyHeader
	{
		display: none;
	}

	.bioPicNew img
	{
		float: left;
		width: 31%;
		height: auto;
		margin: 0 3% 0 0;
	}

	.people-item .bioName
	{
		font-size: 20px;
		width: 66%;
	}

	.people-item #bioIcons
	{
		float: left;
		width: 66%;
		height: auto;
		margin: 0;
	}

	.people-item .bioListOfficeNew
	{
		width: auto;
		padding: 0 12px;
		margin: 0 0 20px 0;
		line-height: 24px;
		color: #666666;
	}

	.bioPhone,
	.people-item .vcard, 
	.people-item .email
	{
		display: block;
		float: right;
		width: 51px;
		height: 51px;
		padding: 0;
		margin: 0 8px 0 0;
	}

	.bioPhone a 
	{
		display: block;
		height: 51px;
		font-size: 0px;
		background: url('../i/m-icon-phone.png') no-repeat;
	}

	.bioPhone + .bioPhone 
	{
		display: none;
	}

	#bioIcons > a 
	{
		font-size: 0px;
	}

	.people-item .email
	{
		background: url('../i/m-icon-email.png') no-repeat;
	}

	.people-item .vcard
	{
		background: url('../i/m-icon-vcard.png') no-repeat;
	}

	#bioShare
	{
		display: none;
	}

	.people-item .bioTitle
	{
		float: left;
		width: 66%;
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 14px;
	}

	.bioListItem
	{
		padding: 5px 0 15px;
		overflow: hidden;
	}

	.bioListName
	{
		width: 100%;
		margin: 0 0 5px 0;
	}

	.bioListName a 
	{
		font-size: 18px;
	}

	.bioListName > span 
	{
		display: block;
	}

	div.bioListPhone
	{
		float: right;
		width: auto;
	}

	div.bioListEmail, 
	div.bioListVcard
	{
		width: auto;
		margin: 0 8px 0 0;
	}

	div.bioListPhone br
	{
		display: none;
	}

	.bioListPhone a,
	.bioListEmail a,
	.bioListVcard a
	{
		display: block;
		font-size: 0px;
		width: 51px;
		height: 51px;
	}

	.bioListPhone a
	{
		margin: 0 auto;
		background: url('../i/m-icon-phone.png') no-repeat;
	}

	.bioListEmail a
	{
		background: url('../i/m-icon-email.png') no-repeat;
	}
	
	.bioListVcard a
	{
		background: url('../i/m-icon-vcard.png') no-repeat;
	}

	.officeThumbnail
	{
		height: auto;
	}


	/* Form Stuff */
	.stndForm p label, 
	.stndForm > div > label
	{
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 16px;
	}

	.stndForm input.txt, 
	.stndForm input[type=text], 
	.stndForm select,
	.calculator .txt
	{
		width: 100%;
		height: 32px;
		font-size: 16px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.stndForm input.txt
	{
		padding: 0 8px;
	}

	.captcha + input
	{
		margin-left: 0;
	}

	.stndForm .submitButton, 
	.submitButton, 
	div.rsvpButton a
	{
		font-size: 16px;
		padding: 5px 8px;
	}

	input.searchPage
	{
		height: 32px;
		width: 100%;
		padding: 0 8px;
	}

	input.filterButton
	{
		display: block;
		margin: 0px 0 0 0;
		height: 32px;
		width: 80px;
	}
	
	table,
	tr,
	th,
	td
	{
		max-width: 100%;
	}

	#sitemap table,
	#sitemap tr,
	#sitemap th,
	#sitemap td,
	#search table,
	#search tr,
	#search th,
	#search td 
	{
		display: block;
		text-align: left;
	}

	/* Footer */

	#pageBottom
	{
		width: auto;
		padding: 8px 12px 30px;
	}

	#officeLinks
	{
		float: none;
		width: auto;
	}

	#socialMedia
	{
		position: static;
	}

	#socialMedia br 
	{
		display: none;
	}

	#socialMedia a 
	{
		float: left;
		margin: 0 20px 0 0;
	}

	#socialMedia a:first-child 
	{
		display: block;
		margin: 0 0 20px 0;
		float: none;
	}

	#socialMedia
	{
		width: auto;
		overflow: hidden;
	}

	.footer
	{
		margin: 20px 0 0 0;
		border-top: none;
	}

	.footer ul li
	{
		float: none;
	}

	.footer ul li a,
	.footer ul li
	{
		display: inline;
		font-size: 14px;
		line-height: 30px;
		color: #bacfe8;
	}

	.footer .addthis_button_compact
	{
		color: #bacfe8;
		font-size: 14px;
		margin: 0 12px 0 0;
	}

}



/* END CONSTANGY MOBILE CSS ---------------------------------------------> 