<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
            /* C:\ICX\Live\ICX_Frameworks\FW3\css\main.css begin */
            /* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    min-width: 320px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   custom styles
   ========================================================================== */
.printOnly {
	display:none;
}	
ul, li{
	list-style-type:none;
}  
ol, ol li {
	list-style-type:decimal;
	padding:0;
	margin:0;
}
ol {
	padding-left:17px;
}  
ul, li, p, h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
h1{}
#practice_detail .content h1 {
  font-size: 1.17em;
}

h2 {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height:22px;
	margin-bottom:15px;
}
#home h2 {
	color:#047f86;
	font-family: "futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	margin-bottom:0;
}
h4, #rep_matters_detail .content h1, .js_topHeader h1 {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height:22px;
	margin-bottom:15px;
}
.js_topHeader h1 {
	margin-bottom:0;
}
h5{

}
p{

}
a{
	text-decoration:none;
	outline:none;
}
a:link, a:visited {
	color:#047f86
}
a:hover{
	text-decoration:underline;
}
a.more{
	display:inline-block;
	background:#025c65;
	height:33px;
	line-height:33px;
	color:#fff;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	padding:0 15px;
	text-align:center;
	border-radius:3px;
}
a.noLink, a.noLink:hover {
	text-decoration:none!important;
	cursor:text;
}
.Indent1 {margin-left:20px;}
.Indent2 {margin-left:40px;}
.Indent3 {margin-left:60px;}
body{
	background:#f5f5f5;
	font-family:georgia;
	font-size:14px;
	color:#6e6e6e;
}

/*inbody links */
a.cklink {
	color:#99dee2;
	text-decoration:none;
}
a.cklink:hover {
	text-decoration:underline;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.row{
	width:100%
}


.ital{
	font-style:italic
}	
.wrapper{
	width:990px;
	margin:0 auto;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}	

a.link, ul.resources li span.icon {
	width:30px;
	height:30px;
	border-radius:15px;
}
ul.resources li span.icon {
	position:absolute;
	display:block;
	left:0;
	top:0;
}
a.rss {
	display:inline-block;
	cursor:pointer;
	padding-left:35px;
	position:relative;
	height:30px;
	line-height:30px;
	font-family:helvetica;
	color:#656565;
	font-size:13px;
	font-weight:bold;
}
.lt-ie9 a.rss {
	font-size:12px
}
a.rss:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	border-radius:15px;
	background:url("../img/rss_noBg.png") no-repeat center #048087;
	width:30px;
	height:30px;
}
a.rss:hover:before {
	background-color:#474747;
}
a.link.attachment, ul.resources li.dl span.icon {
	background:url("../img/dl_link_noBg.png") no-repeat 8px center #047e86;
	
}
a.link.url, ul.resources li.pg span.icon  {
	background:url("../img/p_link_noBg.png") no-repeat 8px center #047e86;
}
a.link.attachment:hover, a.link.url:hover, ul.resources li span.icon:hover {
	background-color:#474747;
}
ul.resources a:hover span.icon {
	background-color:#474747;
}
ul.ckinput {
	padding-left:17px;
}
ul.ckinput li{
	list-style-type:disc;
}
/* Header */
	header {
		height:130px;
		
		background: #036d74;
		background: -moz-linear-gradient(top,  #036d74 0%, #025a64 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#036d74), color-stop(100%,#025a64));
		background: -webkit-linear-gradient(top,  #036d74 0%,#025a64 100%);
		background: -o-linear-gradient(top, #036d74 0%, #025a64 100%);
		background: -ms-linear-gradient(top, #036d74 0%, #025a64 100%);
		background: linear-gradient(to bottom, #036d74 0%, #025a64 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036d74', endColorstr='#025a64',GradientType=0 );
		border-bottom:1px solid #10737c;
	}
	header .wrapper{
		background:url(../img/fw3_shine.png) -56px center;
		height:130px;
	}
	.optionalTagLine {
		display:none;
	}
	a.logoType {
		background:url(../img/logo.png);
		width:382px;
		height:47px;
		margin:23px auto 0 auto;
		display:block;
	}
/* End of Header */

/* SearchBox */
section.searchBox {
	position:absolute;
	top:0;
	width:100%;
	border-top:5px solid #03464e;
	z-index:2;
}
section.searchBox .srch_wrapper {
	position:absolute;
	top:-29px;
	right:0;
	padding:0 5px 5px 5px;
	background-color:#03464e;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:280px;
}
#searchInformation strong span {
	display:inline-block;
}
#resultCountSpinner {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/ajax-loader-tiny.gif);
	position:relative;
	top:2px;
}
#searchLoader {
	display:block;
	width:24px;
	height:24px;
	background:url(../img/ajax-loader-small.gif);	
	margin:0 auto;
}
section.searchBox .srch_wrapper.visible {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
section.searchBox .srch_wrapper form {

}
section.searchBox .srch_wrapper form .searchField {
	float:left;
	border:0;
	width:210px;
	height:24px;
	padding:3px 5px;
	color:#999;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
section.searchBox .srch_wrapper form .searchButton {
	float:right;
	width:54px;
	padding:0;
	height:24px;
	border:0;
	line-height:1;
	background-color:#56a1a6;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
section.searchBox .srch_wrapper form .searchButton:active {
	padding:0;
}
section.searchBox .srch_wrapper form .searchButton span {
	color:#fff;
	font-family:"futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;

}
.lt-ie9 section.searchBox .srch_wrapper form .searchButton span {
	position:relative;
	right:3px;
}
section.searchBox .srch_wrapper .toggleSearchBox {
	display:inline-block;
	background:url(../img/search_icon.png) center center no-repeat #03464e;
	
	
	
	cursor:pointer;
	position:absolute;
	top:27px;
	right:15px;
	width:30px;
	height:25px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.lt-ie9 section.searchBox .srch_wrapper .toggleSearchBox {
	height:22px;
}

/** Search Results **/
#searchInformation {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size: 21px;
	padding-bottom:20px;
}
#resultcontainer ul.results {
	list-style-type:decimal;
	list-style-position:inside;
}
#resultcontainer ul.results li.result {
	list-style-type:decimal;
	color:#047e86;
	display:list-item!important;
	font-size:16px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #dadada;
}
#resultcontainer ul.results li.result .resultTitle {
	display:inline-block;
}
#resultcontainer ul.results li.result:first-child {
	margin-top:0;
}
#resultcontainer ul.results li .resultTitle a {
	color:#047e86;
}	
#resultcontainer ul.results li .resultSnippet {
	font-size:13px;
	color:#6e6e6e;
}
ul.results li a.link {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-25px
}
ul.results li.hasLink {
	position:relative;
	padding-right:45px;
}
/* Main Nav */
	nav#mainNav {
		position:absolute;
		width:100%;
		height:31px;
		margin-top:-45px;
		font-size:15px;
	}
	.lt-ie9 nav#mainNav .wrapper &gt; ul &gt; li:hover ul.second {
		display:block;
	}
	nav#mainNav ul.second{
		width:170px;
		position:absolute;

		overflow:visible;
		left:50%;
		margin-left:-88px;
		z-index:50;	
		margin-top:15px;
		white-space:normal;
		background:rgb(78,135,149);
		background: -moz-linear-gradient(top,  rgba(71,131,146,1) 0%, rgba(71,131,146,0.80) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,131,146,1)), color-stop(100%,rgba(71,131,146,0.80))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* W3C */
		filter: none;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
		-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.75);
		box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.75);

	}
	nav#mainNav li.lastItem ul.second {
		margin-left:-116px;
	}
	nav#mainNav li.lastItem ul.second.twoColumns {
		margin-left:-277px;
	}
	nav#mainNav li.lastItem ul.second:after {
		right:44px;
		left:auto;
	}
	
	nav#mainNav .wrapper &gt; ul &gt; li:first-child ul.second {
		margin-left:-52px;
	}
	nav#mainNav .wrapper &gt; ul &gt; li:first-child ul.second.twoColumns {
		margin-left:-52px;
	}
	nav#mainNav .wrapper &gt; ul &gt; li:first-child ul.second:after {
		left:35px;
		margin-left:0;
	}
	
	nav#mainNav ul.second .fakeSep {
		width:100%;
		height:19px;
		position:absolute;
		top:0;
		left:0;
		margin-top:-18px;
	
	}
	nav#mainNav ul.second li {
		width:100%;
		text-align:center;
		line-height:1;
		padding:0;
		background:none;
		height:auto;
	}
	nav#mainNav ul.second li a, #mainNav li.selected ul.second a {
		white-space:normal;
		text-transform:initial;
		font-family:"futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
		font-weight:700;
		color:#fff;
		padding:11px 5px;
		border:none;
		display:block;
		background:None;
		
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
nav#mainNav ul.second li:hover a {

}
table.inlineVideo td {
	padding:15px;
}
nav#mainNav ul.second li a:hover {
	background: rgb(62,122,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,122,130,1) 0%, rgba(0,88,95,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,122,130,1)), color-stop(100%,rgba(0,88,95,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7a82', endColorstr='#00585f',GradientType=0 ); /* IE6-9 */

}
nav#mainNav ul.second.twoColumns {
	width:330px;
	margin-left:-174px;
}
nav#mainNav ul.second.twoColumns li {

}
nav#mainNav ul.second ol {
	float:left;
	width:50%;
	text-align:center;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
nav#mainNav ul.second ol.left {
	
}
nav#mainNav ul.second ol.right {
	
}
nav#mainNav ul li ul.second:after {
	content:"\25B2";
	color:rgb(78,135,149);
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-top: -20px;
	font-size: 15px;
	
	transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
	z-index:3;
	margin-left:-4px
}
	#mainNav ul li.finish {
		display:none;
	}
	#mainNav ul li ul {
		display:none;
	}
	.lt-ie9 nav#mainNav {
		font-size:16px;
	}
	nav#mainNav .wrapper{
		text-align:center;
	}
	nav#mainNav ul li {
		display:inline-block;
		position:relative;
		background:url(../img/nav_divider.png) left top no-repeat;
		padding:0 20px;
		color:#99dee2;		font-family: "futura-pt-condensed-n7","futura-pt-condensed",sans-serif;
		font-weight: 700;
		height:30px;
		line-height:30px;
	}
	nav#mainNav ul li a {
		color:#99dee2;
		text-transform:uppercase;
	}
	nav#mainNav ul li a:hover {
		text-decoration:none;
		color:#fff;
	}
	nav#mainNav ul li.selected a {
		color:#fff;
	}
	nav#mainNav ul li:first-child {
		background:none;
		padding-left:0;
	}
	nav#mainNav ul li:last-child {
		padding-right:0;
	}
/* End of Main Navigation */

section#subnav { display:none; }

section#heroBar {
	height:345px;
	background:#000;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.global_bg { display:none }
section#heroBar .wrapper{
	position:static;
}
section#heroBar #heroShadow{
	background:url('../img/heroShadow.png') no-repeat;
	height:345px;
	width:1777px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-888px;
	z-index:2;
}
section#heroBar ul.backgrounds {
	z-index:1;

}
ul.backgrounds li {
	height:345px;
	width:1777px;
	position:absolute;
	top:0;
	display:none;
	left:50%;
	margin-left:-888px;
}
ul.backgrounds li:first-child {
	display:block;
}
ul.backgrounds li.one{
	background:url("../img/hero1.jpg") center no-repeat;
}
ul.backgrounds li.two{
	background:url("../img/hero2.jpg") center no-repeat;
}
ul.backgrounds li.three{
	background:url("../img/hero3.jpg") center no-repeat;
}
ul.backgrounds li.four{
	background:url("../img/hero2.jpg") center no-repeat;
}
section#heroBar .infoConainer {
	z-index:3;
	margin-left:50px;
	position:relative;
	width:430px;
	height:345px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
section#heroBar .infoConainer h1{
	font-size:34px;
	font-family: "futura-pt-condensed-n7","futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
section#heroBar .infoConainer p{
	
	text-align:center;
	margin-top:15px;
}
section#heroBar .infoConainer p a {
	display: inline-block;
	margin-top: 50px;
	font-size:16px;
	margin: 0 auto;
	position:relative;
	top:15px;
}
section#heroBar .infoConainer p a:before {
	margin:0 15px;
}
section#viewAllNews {
	display:None;
}
section.attorney ul li {
	display:none;
}
section.attorney ul li:first-child {
	display:block;
}

section#lowerCallouts a.more {
	margin-top:13px;
}
section#lowerCallouts a.more:hover {
	text-decoration:underline;
}
section#lowerCallouts #featuredAttorneys a.more:after {
	content:"VIEW PROFILE"
}	
section#lowerCallouts article {
	float:left;
	width: 481px;
	background:#fff;
	padding:24px 34px 40px 34px;
	min-height:343px;
	position:relative;
	
	-webkit-box-shadow: 0px 0px 5px rgba(216, 216, 216, 1);
	-moz-box-shadow:    0px 0px 5px rgba(216, 216, 216, 1);
	box-shadow:         0px 0px 5px rgba(216, 216, 216, 1);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
section#lowerCallouts #aboutUs .articleContent {
	border-bottom:2px solid #e1e1e1;
	padding-bottom:8px;
}
section#lowerCallouts article#newsBox h2 a {
	font-family:georgia;
	font-size:14px;
}
#lowerCallouts article + article {
	float:right;
}
#lowerCallouts #newsBox .headline p {
	display:none;
}
#lowerCallouts #newsBox .newsSep {
	display:block;
	height:1px;
	background:#e9e9e9;
	margin:15px 0px;
}
#lowerCallouts .date {
	color:#555;
	font-style:italic;
}
#lowerCallouts ul.attorneyList .about {
	position:relative;
	height:290px;
}
#lowerCallouts ul.attorneyList .abstract {
	color:#797979;
	max-height:213px;
	padding-right:10px;
	overflow:hidden;
	position:relative;
}
#lowerCallouts ul.attorneyList .about.ellipsis:after {
	content: "...";
	position: absolute;
	display: block;
	width: 19px;
	height: 10px;
	top: 212px;
	left: 284px;
}
#lowerCallouts ul.attorneyList h2 {
	text-transform:uppercase;
	font-size:20px;
}
#newsBox  a {
	text-decoration:underline;
}
#newsBox  a.more {
	display:block;
	border-top:2px solid #e1e1e1;
	padding:5px 0;
	color:#063f45;
	background:none;
	text-decoration:none;
	float:left;
	width:100%;
	font-size:17px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
.lt-ie9 #newsBox  a.more {
	font-size:18px;
}/*
#newsBox.onlyOne a.more {
	position:relative;
	bottom:30px;
}*/
#newsBox.onlyOne .headline {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #e9e9e9;
	margin-top:15px;
}
#newsBox.onlyOne a.more:hover {
	text-decoration:underline;
}

section#lowerCallouts article .bottomShadow {
	content:"";
	width:481px;
	height:15px;
	background:url(../img/short_bottom_shadow.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-15px;
}
section#lowerCallouts article .bottomShadow.long {
	background:url(../img/bottom_shadow.gif) no-repeat;
	width:100%;
}


section#lowerCallouts article .subHead {
	text-align:center;
	border:2px solid #f5f5f5;
	margin-bottom:15px;
	height:60px;
	line-height:60px;
	color:#555555;
	font-size:28px;
	font-family: "futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 500;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
#lowerCallouts ul.attorneyList figure.headShot {
	float: right;
	padding: 3px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	overflow: hidden;
}
#lowerCallouts #featuredAttorneys figure.headShot img {
	width: 115px;
	height: 139px;
}
section#lowerCallouts .wrapper{
	padding-top:38px;
}
section#lowerCallouts article.onlyOne {
	width:100%;
}
section#lowerCallouts article#aboutUs.onlyOne .articleContent {
	padding-bottom:50px;
}
.lt-ie9 section#lowerCallouts article.onlyOne {
	min-height:350px;
}
section#lowerCallouts article.onlyOne .headline {
	width:400px;
}
section#lowerCallouts article.onlyOne .headline.odd {
	margin-left:119px;
}
/* Site Pages */
section.mainWrapper .wrapper {
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	
	-webkit-box-shadow: 0px 0px 5px rgba(216, 216, 216, 1);
	-moz-box-shadow:    0px 0px 5px rgba(216, 216, 216, 1);
	box-shadow:         0px 0px 5px rgba(216, 216, 216, 1);
}

.wrapper .padding {
	padding:30px 30px 100px 30px;
	}
.lt-ie9 section.mainWrapper .wrapper{
	border:1px solid #e6e6e6;
	border-top:0;
	border-bottom:0;
}
section.mainWrapper .bottomShadow{
	content:"";
	width:990px;
	height:27px;
	background:url(../img/bottom_shadow.gif) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-27px;
}
section#pageTitleWrapper {
	background:#00040e;
	height:159px;	
}
#staticcontent #pageTitleWrapper {
	background:url(../img/heroBannder_staticContent.jpg) no-repeat center #00040e;
}	
section#pageTitleWrapper .wrapper {
	position:relative;
	height:100%;
}
.subHead.pageTitle {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#fff;
	font-size:37px;
	padding:37px 0 0 20px;
}
.lt-ie9 .subHead.pageTitle {
	font-size:36px;
}
#pageTitleWrapper #pageTools {
	background:#e2e2e2;
	width:100%;
	position:absolute;
	bottom:0;
	height:36px;
}
#pageTitleWrapper #pageTools ul {
	float:right;
	height:33px;
	line-height:33px;
	margin-right:15px;
	margin-top:1px;
	font-family:helvetica;
}
#pageTitleWrapper #pageTools ul li {
	display:inline-block;
	height:23px;
	line-height:23px;
	border-left:1px dotted #b5b5b5;
	padding-left:15px;
	margin-left:15px;
	font-size:11px;
	color:#464646;
}
.lt-ie9 #pageTitleWrapper #pageTools ul li {
	font-size:12px;
}
#pageTitleWrapper #pageTools ul li a {
	color:#464646;
	display:block;
	background:url(../img/tools_sprite.png) no-repeat;
}
#pageTitleWrapper #pageTools ul li.print a {
	background-position:-89px -30px;
	padding-left:28px;
	height:19px;
}	
#pageTitleWrapper #pageTools ul li.email a {
	background-position:0px -30px;
	padding-left:29px;
}
#pageTitleWrapper #pageTools ul li.share a {
	background-position:-170px -30px;
	padding-left:23px;
	height:17px;
}
#pageTitleWrapper #pageTools ul li.print a:hover {
	background-position:-89px 1px;
}
#pageTitleWrapper #pageTools ul li.email a:hover {
	background-position:0px 1px;
}
#pageTitleWrapper #pageTools ul li.share a:hover {
	background-position:-170px 1px
}


#pageTitleWrapper #pageTools ul li a:hover{
	color:#03757c;
}
#pageTitleWrapper #pageTools ul li:first-child {
	border-left:0;
}	


#leftNav {
	float:left;
	width:226px;
}
#leftNav span.pageTitle {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color: #474747;

	display:block;
	font-size: 18px;
}
#leftNav ul li {
	border-bottom:1px dotted #b7b7b7;
	font-family:arial;
	font-size:13px;
	color:#076a79;
	padding:7px 0;
}
#leftNav ul li a{
	color:#076a79;
} 
.lt-ie9 #leftNav ul li {
	font-size:12px;
}
#leftNav ul li:before {
	display:block;
	width:9px;
	float:left;
	height:30px;
	content:'\2022';
}
#leftNav ul li.selected {
	font-weight:bold;
}
#leftNav ul li.selected:before {

}
#leftNav ul li.lastChild {
	border-bottom:2px solid #e6e6e6!important;
}
#leftNav ul li ul li.lastChild {
	border-bottom:0;
}
#leftNav ul li:first-child {
	border-top:2px solid #e6e6e6;
}
#leftNav ul li ul li:first-child {
	border-top:0!important;
}
#leftNav ul li ul {
	margin-top:8px;
}
#leftNav ul li ul li{
	color: #383838;
	border-bottom: 0;
	padding: 0PX 0;
	font-weight: normal;
	text-indent: 0;
	height: 25px;
	margin-left:13px;
	display: inline-block;
	width: 100%;
}
#leftNav ul li ul li a{
	color: #383838;
}
#leftNav ul li ul li.selected{
	font-weight:bold;
	border-bottom:0;
}
.rightContent {
	width:652px;
	color:#383838;
	float:right;
}
.rightContent.noLeftNav {
	width:100%;
}	
.rightContent .hero{
	width:652px;
	height:119px;
	background:url(../img/sitePages_topHeader.jpg) no-repeat;
	margin-bottom:20px;
}
.rightContent .content p {
	margin-bottom:15px;
}
.rightContent .content {
	padding-bottom:18px;
}
.rightPanel form {
	padding-bottom:15px
}
ul.practiceList .content {
	padding-bottom:0;
}
ul.expandable li.expandable span.carret {
	display:inline-block;
	padding-right:6px;
}
ul.expandable li.expandable span.carret:after {
	content:"\2022"
}
#staticcontent .rightContent .content {

}
.rightResources .subHead {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#474747;
	border-bottom:2px solid #e6e6e6;
	padding-bottom:5px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:18px;
}
#staticcontent .rightResources .subHead {
	/*text-indent:7px;*/
}
.rightResources ul.resources {
	/*padding-left:7px;*/
}

ul.resources li {
	padding-left: 38px;
	margin-bottom: 14px;
	min-height: 31px;
	position:relative;
}
ul.resources li div {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	font-size:11px;
	font-family:helvetica;
}
.lt-ie9 ul.resources li div {
	font-size:12px;
}
ul.resources li a {
	font-weight: bold;
	color: #076a79;
	font-size:12px;
}
/*
ul.resources li.pg {
	background: url("../img/p_link.png") no-repeat left center transparent;
}
ul.resources li.dl {
	background:url("../img/dl_link.png") no-repeat left center transparent;
}
*/
/* Attorney Landing */
#professionals_landing ul.attorneyList li {
	width:292px;
	height:98px;
	border:2px solid #e7e5e2;
	padding:6px;
	float:left;
	margin-bottom:20px;
	margin-right:27px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
}
.lt-ie9 #professionals_landing ul.attorneyList li {
	margin-right:26px;
}
#professionals_landing ul.attorneyList li .title,
#professionals_landing ul.attorneyList li .phone {
	font-family:georgia;
	font-size:14px;
	font-weight:normal;
}
#professionals_landing ul.attorneyList li .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#professionals_landing #pageTitleWrapper {
	background:url(../img/hero_attorney.jpg) no-repeat center #00040e;
}
#professionals_landing ul.attorneyList li:hover {
	border-color:#048087
}
#professionals_landing ul.attorneyList li.li-third {
	margin-right:0;
}
#professionals_landing ul.attorneyList li .headShot{
	float:left;
	margin-right:13px;
}
#professionals_landing ul.attorneyList li.noImg .headShot {
	width:71px;
	height:82px;
	background:url("../img/attr_landing_noHeadshot.gif");
}
#professionals_landing ul.attorneyList li .headShot img{
	width:71px;
	height:82px;
}
#professionals_landing ul.attorneyList a.name,
#professionals_landing ul.attorneyList span.name {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:18px;
}
#professionals_landing ul.attorneyList .ital {
	font-style:normal;
}
#professionals_landing ul.attorneyList a,
#professionals_landing ul.attorneyList span.name {
	color:#048087
}
#professionals_landing ul.attorneyList div.email,
#professionals_landing ul.attorneyList a.vCard {
	display:inline-block;
	text-transform:uppercase;
}
#professionals_landing ul.attorneyList div.email {
	padding-left:24px;
	height:13px;
	line-height:14px;
	background:url("../img/icon_email.png") no-repeat left 0;
}
#professionals_landing ul.attorneyList div.email:Hover {
	background:url("../img/icon_email.png") no-repeat left -27px;
}
#professionals_landing ul.attorneyList div.phone {
	padding-left: 20px;
	height: 16px;
	line-height: 9px;
	background: url("../img/icon_tel.png") no-repeat left center;
	overflow:hidden;
	margin:2px 0;
}
#professionals_landing ul.attorneyList a.vCard {
	padding-left:20px;
	height:16px;
	margin-left:10px;
	line-height:21px;
	background:url("../img/icon_vcard.png") no-repeat left 0;
}
#professionals_landing ul.attorneyList a.vCard:hover {
	background-position:left -24px;
}

/* Attorney Detail */
#professionals_detail #pageTitleWrapper {
	background:url(../img/hero_attorney.jpg) no-repeat center #00040e;
}
#professionals_detail .mainWrapper .minorContent {
	float:left;
	width:220px;
}
#professionals_detail .mainWrapper .minorContent .headShot img{
	width:220px;
	height:266px;
	margin-bottom:12px;
}
#professionals_detail .mainWrapper .minorContent .headShot.noHeadshot {
	display:none;
}
#professionals_detail .mainWrapper .majorContent {
	float:left;
	width:652px;
	margin-left:52px;
}
#professionals_detail .mainWrapper h3 {
	border-bottom:2px solid #d1d1d1;
	color:#474747;
	font-size:18px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	margin-bottom:5px;
	padding-bottom:3px;
}
#professionals_detail .mainWrapper h3.education {
	margin-top:45px;
}	
#professionals_detail .mainWrapper h3.admissions {
	margin-top:30px;
}	
#professionals_detail .mainWrapper .minorContent a {
	color:#048087;
}
#professionals_detail .mainWrapper .minorContent a:after {
	content:"";
	display:block;
	border-top:1px dotted #d1d1d1;
	width:220px;
	margin-bottom: -15px;
	margin-top: 5px;	
}

#professionals_detail .mainWrapper .majorContent .personal {
	border-bottom:2px solid #d1d1d1;
	padding-bottom:20px;
}
#professionals_detail .mainWrapper .majorContent .personal .name {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#474747;
	font-size:30px;
}
#professionals_detail .mainWrapper .majorContent .personal .title {
	font-style:italic;
	margin-bottom:20px;
	font-size:20px;
}
#professionals_detail .mainWrapper .majorContent .personal .phone {
	padding-left: 24px;
	float:left;
	margin-right:10px;
	background: url("../img/icon_tel.png") no-repeat left center;
}
#professionals_detail .mainWrapper .majorContent .personal div.email {
	padding-left: 24px;
	height: 13px;
	display:inline-block;
	line-height: 14px;
	background: url("../img/icon_email.png") no-repeat left 0;
}
#professionals_detail .mainWrapper .majorContent .personal a.vCard {
	padding-left: 20px;
	height: 16px;
	margin-left:10px;
	line-height: 21px;
	background: url("../img/icon_vcard.png") no-repeat left 0;
}
#professionals_detail .mainWrapper .majorContent .personal div.fax {
	padding-left: 27px;
	display: Inline-block;
	line-height: 21px;
	background: url("../img/icon_fax.png") no-repeat left 3px;
}
#professionals_detail .mainWrapper .majorContent .personal .right {
	color:#474747;
	font-size:13px;
}
#professionals_detail .mainWrapper .majorContent .personal .right a {
	color:#474747;
}
.lt-ie9 #professionals_detail .mainWrapper .majorContent .personal .right {
	font-size:14px;
}
#professionals_detail .mainWrapper .majorContent .personal .right div.emailVcard {
	margin-top:5px;
}
#professionals_detail .mainWrapper .majorContent .personal div.email:hover {
	background-position:left -27px;
}
#professionals_detail .mainWrapper .majorContent .personal a.vCard:hover {
	background-position:left -24px;
}
#professionals_detail .mainWrapper .majorContent .personal div.contantInfoTitle { display:None; }

#professionals_detail .mainWrapper .socialLink a {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../img/socialIcons_smaller2.png") no-repeat #474747;
	float: left;
	margin-right: 6px;
	border-radius:11px;
}
#professionals_detail  h3.recognition {
	margin-top:70px;
}
#professionals_detail .mainWrapper .socialLink {
	float:right;
}
#professionals_detail .mainWrapper .socialLink a.twitter { background-position: 3px 1px}
#professionals_detail .mainWrapper .socialLink a.twitter:hover { background-color: #2caae1 }
#professionals_detail .mainWrapper .socialLink a.facebook { background-position: -24px 1px }
#professionals_detail .mainWrapper .socialLink a.facebook:hover { background-color: #294278 }
#professionals_detail .mainWrapper .socialLink a.linkedIn { background-position: -50px 1px}
#professionals_detail .mainWrapper .socialLink a.linkedIn:hover { background-color: #006699 }
#professionals_detail .mainWrapper .socialLink a.xing { background-position: -77px 1px }
#professionals_detail .mainWrapper .socialLink a.xing:hover { background-color: #1c6465 }	

ul.IPP_bar {
	margin-top:7px;
	margin-bottom:30px;
}
ul.IPP_bar li {
    color:#474747;	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
}
ul.IPP_bar li a{
	color:#474747;
	display:block;
	height:33px;
	line-height:33px;
	padding:0 15px;
	border-radius:2px;	
}
ul.IPP_bar li.active a{
	color:#fff;
	background:#025c65;
}
ul.IPP_bar li.active a:Hover{
	text-decoration:none;
}
div.ipp_content {}
div.ipp_content.noIPP { padding-top:15px }
div.unitsHeader {
	border-bottom:2px solid #e6e6e6;
	margin:30px 0 15px 0;
	height:25px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:19px;
	text-transform:uppercase;
	
	clear:both;
}

div.unitsHeader .title{
	float:left;
}
div.unitsHeader a.more {
	float:right;
	background:none;
	color:#047e86;
	padding-right:24px;
	position:relative;
	bottom:3px;
}
div.unitsHeader a.more:after {
	content:"\2192";
	font-size:17px;
	position:absolute;
	right:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	div.unitsHeader a.more:hover {
		text-decoration:none;
	}
}
div.unitsHeader a.more:hover {
	text-decoration:none\0/;
}
ul.units li {
	border-top: 1px dotted #d8d8d8;
	position:relative;
	padding:25px 60px 25px 0;
	line-height:18px;
}
ul.units li:first-child {
	border-top:0;
}
ul.units li .subTitle {
	font-size:12px;
	color:#2b2b2b
}
ul.units li .subTitle a{
	color:#2b2b2b
}
ul.units li p {
	margin-bottom:0;
}
ul.units.small li {
	padding:15px 60px 15px 0;
}
ul.units li:first-child {
	padding-top:0;
}
ul.units li a.title{
	font-size: 15px;
	font-weight:bold;
	color:#048087;
	display: inline-block;
}
ul.units li .txt{
	font-size: 12px;
	color:#474747
}
ul.units li a.subTitle{
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
}
ul.units li a.link {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-15px;
}
ul.units .subList {
	margin-top:15px;
	font-size:12px;
	font-family:helvetica;
}
ul.units .subList .cat {
	font-weight:bold;
}
ul.units .subList a {
	color:#048087;
}

/* practices_landing */
#practice_landing #pageTitleWrapper, #practice_detail #pageTitleWrapper {
	background:url(../img/hero_practice.jpg) no-repeat center #00040e;
}
#practices_landing h4, #practices_landing h2 {
	padding-bottom:25px;
	margin-bottom:0;
}
ul.practiceList {
	border-bottom:2px solid #e6e6e6;
	border-top:2px solid #e6e6e6;
}
ul.practiceList li.lastChild {
	border-bottom:0;
}
ul.expandable li {
	border-bottom:1px dotted #dadada;
	padding:10px 0 10px 16px;
}
ul.expandable li.expandable div.content {
	display:none;
	font-size:12px;
	color:#474747;
	font-family:helvetica;
	margin-top:5px;
}
ul.expandable li.expandable div.content a{
	color:#474747;
}
ul.expandable li.expandable {
	background: url(../img/expand.gif) left 15px no-repeat;
	cursor: pointer;
}
ul.expandable li a.header{
	font-weight:bold;
	color:#048087;
	font-size:15px;
}
ul.expandable li.expandable.expanded{
	background: url(../img/collapse.gif) left 19px no-repeat;
}
.practiceList .expander{margin-left: -20px;
    display: inline-block;
    padding: 10px;
}
/* End of practices_landing */

/* Practice Detail */
#practice_detail #leftNav {
	margin-top:50px
}
#practice_detail #leftNav .pageTitle{
	display:none;
}
#practice_detail #leftNav:before {
	content:"";
	height:2px;
	position:absolute;
	width:930px;
	background-color:#e6e6e6;
}
#practice_detail .rightContent .content h3.pageTitle:First-child {
	color:#474747;
	margin-bottom:5px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	font-size:23px;
}
#practice_detail .content {
	
}	
.js_topHeader {
	border-bottom:2px solid #e6e6e6;
	padding-left:279px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.js_topHeader.noLeft {
	padding-left:0;
}
.js_topHeader.noLeft_yesRes {
	padding-left:264px;
}
.js_topHeader h4, .js_topHeader h1, .js_topHeader .title{
	color:#474747;
	margin-bottom:5px;
	text-transform:uppercase;
}
#blogs_detail .js_topHeader h1 {
	margin-bottom: 1px;
}
.js_topHeader .title{
	color: #474747;
	margin-bottom: 5px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform:uppercase;
	line-height: 22px;	
}
.js_topHeader .sourceInfo  {
	color:#565656;
	font-size:12px;
}
.js_topHeader .subTitle{
	color: #565656;
	font-size: 12px;
}
.js_topHeader .subTitle a{
	color: #565656;
} 
.js_topHeader + #leftNav {
	margin-top:-15px;
}
/* News_landing */

#news_landing #pageTitleWrapper, #news_detail #pageTitleWrapper {
	background:url(../img/hero_news.jpg) no-repeat center #00040e;
}

/* News Detail */

#news_detail .rightContent .content .sourceInfo + hr {
	border-color:transparent;
}
#news_detail #leftNav span.pageTitle {
	display:none;
}	
#news_detail .rightContent ul.resources,
#rep_matters_detail .rightContent ul.resources {
	/*margin-top:35px;*/
}
#rep_matters_detail .rightContent .content h4:first-child:after,
#rep_matters_detail .rightContent .content h2:first-child:after{
	content: "";
	height: 2px;
	position: absolute;
	width: 930px;
	left: 30px;
	background-color: #e6e6e6;
	margin-top: 37px;
}
#rep_matters_detail .rightContent .content h4 + hr,
#rep_matters_detail .rightContent .content h2 + hr 
{
	border-color:transparent;
}

#rep_matters_detail .rightContent .content h4:First-child,
#rep_matters_detail .rightContent .content h2:First-child {
	color: #474747;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#rep_matters_detail .js_topHeader.noLeft_yesRes {
	padding-left:0
}
div.linkContainer a {
	color:#076a79;
	font-family:helvetica;
	font-size:12px;
}
div.linkContainer a:after{
	content:"";
	display:block;
	border-top:dotted 1px #b5b5b5;
	position:relative;
	top:7px;

}
.lt-ie9 .rightContent {
	min-height:500px;
}
.linkContainer + .leftRight, ul.resources + .leftRight {
	margin-top:50px;
}
.rightContent .leftRight .subHead{
	text-indent:0;
}
.rightResources .linkContainer{
	margin-bottom:20px;
}
.rightContent .leftRight .f_left,
.rightContent .leftRight .f_right {
	float:left;
	width:283px;
	line-height:14px;
}
.rightContent.noLeftNav .leftRight .f_left,
.rightContent.noLeftNav .leftRight .f_right {
	float:left;
	width:420px;
	line-height:14px;
}
.f_left + .f_right {
	margin-left:85px;
}
h4 +ul.units, h2 +ul.units {
	margin-top:30px;
}
/* Blog */
#blogs_detail form + .subHead, #blogs form + .subHead {
	margin-top:24px;
}


#blogs #pageTitleWrapper, #blogs_detail #pageTitleWrapper{
	background:url(../img/hero_blogs.jpg) no-repeat center #00040e;
}
#blogs section.rightContent .rightResources,
#blogs_detail section.rightContent .rightResources {
	float:left;
	margin-right:35px;
	width:226px
}
#blogs section.rightContent .content,
#blogs_detail section.rightContent .content {
	float:right;
	width:666px;
}

#blogs div.linkContainer a, 
#blogs_detail div.linkContainer a {
	display:block;
	color:#656565;
}	
#blogs div.linkContainer a:after,
#blogs_detail div.linkContainer a:after {
	display:none;
}	
#blogs_detail h3.linksDownloads { 
	display:none;
}	
#blogs_detail ul.units li {
	border-top:0;
}
/* Site Map */
#sitemap ul.expandable li a.header {
	font-weight:bold;
	color:#048087;
	font-size:15px;

}
#sitemap div.pageColumn.left {
	border-top:2px solid #e6e6e6
}

/* FAQ, RESOURCES */
#FAQs #pageTitleWrapper, #resources #pageTitleWrapper {
	background:url(../img/hero_faq.jpg) no-repeat center #00040e;
}

#FAQs, #resources {
	overflow-y:scroll;
}
ul.qaGeneral &gt; li:first-child{
	
}
ul.qaGeneral &gt; li{
	border-bottom: 1px dotted #dadada ;

	padding:15px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
ul.qaGeneral li div.q a {
	font-weight:bold;
	font-size: 15px;
	color:#048087;
}
ul.qaGeneral li div.q a:hover{
	text-decoration:none;
}
ul.qaGeneral li div.q,
ul.qaGeneral li div.a{
	padding-left:22px;
	position:relative;
	
}
ul.qaGeneral.arrows li div.q,
ul.qaGeneral.arrows  li div.a{
	padding-left:16px;
	position:relative;
	
}
ul.qaGeneral li div.q:before, 
ul.qaGeneral li div.a:before {
	font-size: 15px;
	content:"Q.";
	color:#aeaeae;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
ul.qaGeneral li div.a {
	padding-top:8px;
	display:none;
}
ul.qaGeneral li div.a ul.resources {
	margin-top:15px;
}
ul.qaGeneral li div.a:before {
	top:6px;
	content:"A."
}
ul.qaGeneral.arrows li div.q:before {
	font-size: 17px;
	content: "+";
	top: -2px;
	font-weight: bold;
}
ul.qaGeneral.arrows li div.q.expanded:before {
	content:"-";
}
ul.qaGeneral.arrows li div.a:before {
	content:"";
}


/* Video Page */

#videos .rss {
	float:right;
	margin-top:20px;
	text-transform:uppercase;
}
#videos .filterbyContainer .f_left {
	margin-left:17px;
}
#videos .filterbyContainer .f_left:first-child {
	margin-left:0;
	margin-right:0;
}
ul.videoList {
	text-align:justify;
	border-bottom:1px dashed #e5e5e5;
}	
ul.videoList:after {
    content: "";
    width: 100%;
    display: inline-block;
}
ul.videoList li.videoItemParent {
	float:left;
	width:300px;
	height:215px;
	position:relative;
	margin-bottom:20px;
}
ul.videoList li.videoItemParent.midCol {
	margin:0 15px;
}
.lt-ie9 ul.videoList li.videoItemParent.midCol {
	margin:0 14px;
}
ul.videoList li.videoItemParent .videoContentContainer {
	position:absolute;
	text-align:left;
	border:1px solid #d3d3d3;
	background:#fff;
	width:300px;
	overflow:hidden;
	padding:15px;
	height:217px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
ul.videoList li.videoItemParent .videoContentContainer:hover {
	border-color:#047e86
} 
ul.videoList li.videoItemParent .videoContentContainer.autoHeight {
	height:auto!important;
}
ul.videoList li.videoItemParent .videoBlock {
	background-size:cover!important;
	width:100%;
	height:150px;
	background:black;
	margin-bottom:10px;
	position:relative;
}
ul.videoList li.videoItemParent .videoBlock .playIcon {
	cursor:pointer;
	display:inline-block;
	position:absolute;
	width:90px;
	height:90px;
	background:url(../img/play-button.png) no-repeat;
	left:50%;
	top:50%;
	margin-top:-45px;
	margin-left:-45px;
	opacity:.7
}
ul.videoList li.videoItemParent .videoBlock:hover .playIcon {
	opacity:1;
}
ul.videoList li.videoItemParent div.expander {
	position:relative;
}
ul.videoList li.videoItemParent div.expander .txt{
	color:#047e86;
	width:246px;
	text-align:left;
	font-size:13px;
	display: table-cell;
	vertical-align:middle;
	padding-bottom: 10px;
	height:35px;
}
ul.videoList li.videoItemParent div.expander .plusMinus{
	display:block;
	width:14px;
	height:14px;
	background:url(../img/plusMinus.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	margin-top:11px;
	cursor:pointer;
}
ul.videoList li.videoItemParent .videoContentContainer.expanded div.expander .plusMinus{
	background-position:0 -15px
}
ul.videoList li.videoItemParent div.abstract {
	margin-bottom:15px;
}
ul.videoList li.videoItemParent div.tags {
	margin-bottom:15px
}
ul.videoList li.videoItemParent div.cat {
	font-family:"futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-size:19px;
	font-weight:700;
	text-transform:uppercase;
}
ul.videoList li.videoItemParent div.linkList a {
	font-family: helvetica;
	font-size: 12px;
	font-weight:normal;
	color:#047e86;
}
ul.videoList li.videoItemParent ul.resources li {
	margin-bottom:0;
}
ul.videoList li.videoItemParent ul.resources li + li {
	margin-top:17px;
}
.filterbyContainer .label {
	margin-right:0;
}


/**** /
/* footer */

body#home section#pageTools {
	display:none;
}
#footerNavSocial {
	margin-top:30px;
}
#footerNavSocial .wrapper{
	padding-top:15px;
	/*background:url(../img/border_rpt.gif) top repeat-x;*/
	border-top:2px solid #e6e6e6;
}
#footerNavSocial #footerNav {
	float:right;
}
#footerNavSocial #footerNav ul li {
	float:left;
	margin-left:9px;
	font-size:12px;
	color:#03757c;
	font-family:"helvetica"
}
#footerNavSocial #footerNav ul li a{
	color:#03757c;
}
#footerNav ul li.sep:after{
	content:"|";
}
#footerNavSocial section.socialLink {
	float:left;
}
#footerNavSocial section.socialLink a{
	float:left;
	width:24px;
	height:24px;
	background:url(../img/social_icons_noBg2.png) 5px 3px no-repeat #464646;
	cursor:pointer;
	margin-right:5px;
	border-radius:12px;
}
#footerNavSocial section.socialLink a.twitter{ background-position:-24px 3px }
#footerNavSocial section.socialLink a.twitter:hover{ background-color:#2caae1; }
#footerNavSocial section.socialLink a.facebook{ background-position:-54px 4px }
#footerNavSocial section.socialLink a.facebook:hover{ background-color:#294278 }
#footerNavSocial section.socialLink a.linkedIn{ background-position:-82px 3px }
#footerNavSocial section.socialLink a.linkedIn:hover{ background-color:#006699 }
#footerNavSocial section.socialLink a.youTube:hover{ background-color:#ff0000; }

footer#footer {
	height:50px;
	font-size:12px;
	margin:20px 0 50px 0;
}
footer#footer a.logo {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:131px;
	height:25px;
}
footer#footer a.logo.icxlegal{
	background:url("../img/footerLogo.png") 0 0 no-repeat;
}
footer#footer a.logo.icxpro{
	background:url("../img/footerLogo-icxpro.png") 0 0 no-repeat;
}
footer#footer .content {
	width:700px;
}
/* End of footer */

/* Modal */

/* Modal Popup */
#overlay {
	width:100%;
	height:100%;
	background:url(../img/overlay_bg.png);
	z-index:99;
	position:absolute;
	left:0;
	top:0;
}
#modalPopup {
	position:fixed;
	z-index:100;
	width:560px;
	height:547px;
	left:50%;
	margin-left:-280px;
	top:50%;
	margin-top:-252.5px;
	border: 2px solid rgb(0, 0, 0);
    border: 18px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border-radius:15px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#modalPopup.altStyle {
	border:2px solid #0B6CA8;
	border: 2px solid rgba(11, 108, 168, 1);
	border-radius: 0
}
#modalPopup.altStyle .popup_head {
	display: none
}
.popup_tabLinks {
	display: none
}
#modalPopup.iframeStyle {
	width:996px;
	height:689px;
	margin-left:-498px;
	margin-top:-350px
}
#modalPopup.iframeStyle .inner {
	width:965px;
	height:657px;
}
#modalPopup.altStyle .inner {
	border-radius: 0;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
}
#modalPopup .popup_head {
	background: url(../img/popup_header.gif) left top no-repeat;
	/*border-bottom: 1px dashed #CCCCCC;*/
	padding-bottom: 15px;
	color: #047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	height: 30px;
	font-size: 25px;
	text-transform: uppercase;
}
#modalPopup .popup_head.email {
	background:none;
	background: url(../img/popEmailHdrRpt.png) bottom repeat-x;
}
#modalPopup iframe body {
	font-size:16px;
}
#modalPopup iframe {
	width:100%;
	min-height:360px;
	border:0;
}
#modalPopup .inner {
	position:relative;
	left:-3px;
	top:-3px;
	width:530px;
	height:515px;
	padding:18px;
	border-radius:10px;
	background:#fff;
	overflow-y:auto;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#modalPopup.altStyle .inner {
	overflow: visible;
	
}
#modalPopup.altStyle .inner .popupTabs {
	position: absolute;
	right: 0;
	top: 0;
	background: #0B6CA8;
	margin-top: -28px;
	margin-right: -2px;
	padding:5px 0;
	border-top-right-radius: 7px;
	border-top-left-radius:7px;
}
#modalPopup.altStyle .inner .popupTabs a {
	display: inline-block;
	color: #ffffff;
	margin: 0;
	padding: 0 7px 0 11px;
	border-left:1px dashed #fff;

}
#modalPopup.altStyle .inner .popupTabs a:first-child {
	border-left: 0
}
.lt-ie9 #modalPopup .inner {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#modalPopup .close_modal {
	background:url(../img/close_popup.png) no-repeat;
	position:absolute;
	right:9px;
	bottom:5px;
	width:23px;
	height:23px;
	cursor:pointer;
}
#modalPopup.altStyle .close_modal {
	display: none
}

#modalPopup .inner .popup_content {
	font-size:14px;
	font-family:georgia;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup.altStyle .inner .popup_content {
	height: 100%
}
#modalPopup.email .inner .popup_content{
	padding-right:20px;
}
#modalPopup .inner  {
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup .inner a.continueEmail {
	display:inline-block;
	color:#025c65;
	margin-top:10px;
	font-size:17px;
	padding-right:0;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	position:relative;
}
#modalPopup.email .inner a.continueEmail {
	
}
#modalPopup .inner a.continueEmail:after {
	content: "\25ba";
	font-size: 10px;
	positioN: absolute;
	right: 0;
	line-height: 9px;
	margin-right: -14px;
	top: 7px;
}
/* End of Modal */
.filterbyContainer {
	font-size: 14px;
	margin: 20px 0 20px 0;
	background:#e2e2e2;
	padding:0 4px 4px 4px;
}

.filterbyContainer .f_left.label {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	color:#474747;
	font-size:16px;
	padding:5px 28px 0 9px;
}
.filterbyContainer .f_left.label.filterBy {
	display: block;
	float: none;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-top: 4px;
	position: relative;
}
.filterbyContainer .f_left.label.filterBy:after {
	content: "";
	display: block;
	position: absolute;
	height: 28px;
	width: 568px;
	background: #fbfbfb;
	top: 0;
	right: 0;
	margin-right: -4px;
}
.noLeftNav .filterbyContainer .f_left.label.filterBy:after {
	width: 845px;
}
.filterbyContainer .f_left .custom_select {
	margin-left:10px;
}
.filterbyContainer .f_left + .f_left.label {
	margin-left: 8px!important;
margin-right: -29px;
}
/* Custom Select */
select.custom  {
	display:none;
	width:259px;
	height:29px;
	position:relative;
	margin-left:10px;
	font-size: 14px;
}
.rightResources select.custom {
	margin-left:0;
}
.custom_select {
	width:269px;
	height:29px;
	position:relative;
}
#professionals_landing .custom_select
{
  width:220px;
}
.custom_input{
	border:1px solid #cbcaca;
	width:100%;
	background:white;
	height:27px;
	padding:0 5px;
	box-sizing:border-box;
}
.rightResources div.custom_select,
.rightResources select.custom {
	width: auto;
	margin-bottom: 11px;
}
.custom_select ul li.overflowcontainer {
  border: none;
  padding: 0;
  margin: 0;
}
.custom_select .overflow {
	overflow-y:auto;
	max-height:250px;	
	color:#047e86;
	font-size:13px;
  display: block;
  float: none;
  position: static;
  height: auto;
}
.custom_select  ul.custom_selectul {
	border:1px solid #cbcaca;
	position:absolute;
	width:100%;
	top:0;
	background:white;
	height:27px;
	
	overflow:hidden;

}
.custom_select ul.expanded{
	height:auto;
	z-index:90;
}
.custom_select ul li {
	cursor:pointer;
	padding:3px 5px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
.custom_select ul li.listitem:hover {
	background:#efefef;
}	
.custom_select ul li.selected {
	background: url("../img/selectArrow.gif") no-repeat right 1px;
	padding-right:30px;
	height:27px;
	line-height:17px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-top:5px;
	font-size: 16px;
}
.custom_select ul li span.val{
	display:none;
}


/* Fake selectors for CSS Stuido */
nav#mainNav ul, nav#mainNav ul li a:after, section#lowerCallouts a.more span, a.more span, body.p404 .mainWrapper .wrapper,
section#lowerCallouts article#newsBox h2 a:hover, footer#footer section.content .smallTxt,
section#lowerCallouts a.more span:after, .lt-ie9 header, #leftNav li.selected a, 
#leftNav li a:hover, #leftNav li.selected a:hover, section#lowerCallouts article#newsBox h2 a:hover,
.lt-ie9 section#lowerCallouts a.more span:after, nav#mainNav div.wrapper &gt; ul &gt; li:before, nav#mainNav div.wrapper &gt; ul li:first-child:before, footer#footer .wrapper, #footerNavSocial .wrapper:before, section#lowerCallouts a.more:before, section#lowerCallouts:before, section#lowerCallouts article .subHead:before, section#lowerCallouts article .subHead:after, #newsBox section.headline:first-child, div.unitsHeader a.more:visited, nav#mainNav ul li.selected, nav#mainNav ul li.selected:after, nav#mainNav ul li:hover, nav#mainNav ul li.selected:hover:after, nav#mainNav .wrapper &gt; ul:before, nav#mainNav .wrapper &gt; ul:after, nav#mainNav ul li:hover a, #professionals_detail .wrapper .padding, #professionals_detail div.content:before,.lt-ie9 ul.backgrounds li, .lt-ie9 section#heroBar, .lt-ie9 nav#mainNav .wrapper &gt; ul:before, .lt-ie9 nav#mainNav .wrapper &gt; ul:after, #professionals_detail .ipp_content hr {}
{}
/* ==========================================================================
   Media Queries
   ========================================================================== */
   
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	#lowerCallouts #featuredAttorneys .controls{
		margin-right:0px;
	}


} 

/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	#overlay { 
		position:absolute;
		width:990px;
	}
	#footerNavSocial .wrapper {
		padding:15px;
	}
	#footer .wrapper {
		padding:0 15px;
	}
	footer#footer a.icxlegal {
		right:15px;
	}
	div.linkContainer a{
		display:block;
	}
	/* header image positioning */
	section#pageTitleWrapper, header, nav#mainNav, section#footerNavSocial, #lowerCallouts, footer{
		width:990px!important;
	}
	section#lowerCallouts article {
		min-height:400px
	}
	ul.backgrounds li {
		background-size: cover!important;
		margin-left: 0!important;
		left:0!important;
		width: 100%!important;
		background-position:center center!important;
	}

	#heroShadow {
		display:none!important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
		body {
			width:990px;
		}
		* {
			max-width:990px!important;
		}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#pageTitleWrapper, nav#mainNav, section#heroBar, header, section#footerNavSocial, #lowerCallouts, footer {
		width: auto!important
	}
}
/* phone */
@media screen and (max-device-width: 1025px) {
	#pageTitleWrapper, section#heroBar, header  {
		width:990px
	}
}

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, header .wrapper:before,
.clearfix:after, header .wrapper:after {
    content: " ";
    display: table;
}

.clearfix:after, header .wrapper:after {
    clear: both;
}

.clearfix, header .wrapper {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

#filterform input[type="submit"] {
  display: none;
}

#skiplink:link,
#skiplink:hover,
#skiplink:active {
  color: rgba(255, 255, 255, 0) !important;
  font-size: .1px !important;
  font-family: arial;
  line-height: .1px !important;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  position: absolute;
  width: .1px;
  height: .1px;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Fancybox 3
   ========================================================================== */

.fancybox-slide,
.fancybox-slide--current {
  

}

.fancybox-iframe {
  border: 15px solid white;
	border-radius: 5px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 793px;
    height : 460px;
    max-width  : 80%;
    max-height : 80%;

}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}
/* leave at bottom */
#csscheck {
		min-width: 320px;
}
  
            /* C:\ICX\Live\ICX_Frameworks\FW3\css\main.css end   */
            /* Start Custom Css Fonts */ 
		    
		  /* End Custom Css Fonts */
		
/* [Framework Variant Css - fw3v5.0 */

#footerNavSocial { 
	margin-top: 0;
	background: url("/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/custom/images/footer-shadow.png") no-repeat center 2px;
	
	}
#footerNavSocial #footerNav ul li a { 
	color: #333333;
	
	}
#footerNavSocial .wrapper { 
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
	
	}
#leftNav ul li { 
	border-bottom: 1px dotted #b7b7b7;
	font-size: 14px;
	font-family: "open-sans-n4","open-sans",sans-serif;
	color: #D35400;
	padding: 7px 0;
	
	}
#leftNav ul li a { 
	color: #D35400;
	
	}
#leftNav ul li a:hover { 
	#leftNav ul li a: hover;
	color: #333;
	
	}
#lowerCallouts { 
	background: url(/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/custom/images/wrapper-shadow.png) no-repeat center center;
	
	}
#lowerCallouts article + article { 
	float: right !important;
	
	}
#lowerCallouts ul.attorneyList h2 { 
	font-size: 16px;
	text-transform: uppercase;
	font-family: "open-sans-n6","open-sans",sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	
	}
#lowerCallouts ul.attorneyList h2 a:hover { 
	#lowerCallouts ul.attorneyList h2 a: hover;
	color: #333333;
	
	}
#mainNav li.selected ul.second a { 
	white-space: normal;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	text-transform: inherit;
	background: None;
	display: block;
	font-family: "open-sans-n6","open-sans",sans-serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	color: #fff;
	padding: 11px 5px;
	font-size: 14px;
	text-align: left;
	
	}
#newsBox  a.more { 
	text-decoration: none;
	display: block;
	background: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	border-top: 1px solid #e1e1e1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #D35400 !important;
	padding: 5px 0;
	float: left;
	text-align: left;
	
	}
#newsBox a.more:hover { 
	#newsBox a.more: hover;
	color: #555555 !important;
	
	}
#pageTitleWrapper #pageTools { 
	bottom: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	width: 100%;
	height: 50px;
	
	}
#pageTitleWrapper #pageTools ul { 
	margin-top: 10px;
	float: right;
	margin-right: 15px;
	font-family: "open-sans-n4","open-sans",sans-serif;
	height: 33px;
	line-height: 33px;
	font-weight: 400;
	
	}
#practice_detail .rightContent .content h3.pageTitle:First-child { 
	font-size: 24px;
	text-transform: uppercase;
	font-family: "open-sans-n6","open-sans",sans-serif;
	color: #D35400;
	font-weight: 600;
	margin-bottom: 30px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .name { 
	font-size: 26px;
	font-family: "open-sans-n6","open-sans",sans-serif;
	font-weight: 600;
	color: #474747;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .title { 
	font-size: 16px;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #666666;
	
	}
#professionals_detail .mainWrapper .minorContent a { 
	color: #D35400;
	
	}
#professionals_detail .mainWrapper h3 { 
	font-size: 18px;
	font-weight: 600;
	font-family: "open-sans-n6","open-sans",sans-serif;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 2px solid #d1d1d1;
	color: #474747;
	
	}
#professionals_landing ul.attorneyList a { 
	color: #D35400;
	
	}
#professionals_landing ul.attorneyList a.name { 
	white-space: nowrap;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-family: "open-sans-n6","open-sans",sans-serif !important;
	font-weight: 600;
	
	}
#professionals_landing ul.attorneyList a.name.title { 
	font-weight: 600;
	font-size: 15px;
	
	}
#professionals_landing ul.attorneyList div.phone { 
	background: url("../img/icon_tel.png") no-repeat left center;
	margin: 0;
	overflow: hidden;
	line-height: inherit;
	padding-left: 20px;
	height: 22px;
	
	}
#professionals_landing ul.attorneyList li { 
	-webkit-box-sizing: border-box;
	height: 98px;
	margin-right: 27px;
	font-weight: 400;
	width: 290px;
	box-sizing: border-box;
	font-family: "open-sans-n4","open-sans",sans-serif;
	-moz-box-sizing: border-box;
	border: 1px solid #e7e5e2;
	float: left;
	margin-bottom: 20px;
	padding: 6px;
	
	}
#professionals_landing ul.attorneyList li .phone { 
	font-size: 14px;
	font-weight: 400;
	font-family: "open-sans-n4","open-sans",sans-serif;
	
	}
#professionals_landing ul.attorneyList li .title { 
	font-family: "open-sans-n4","open-sans",sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	}
#professionals_landing ul.attorneyList li:hover { 
	border-color: #6C7A89;
	
	}
#professionals_landing ul.attorneyList span.name { 
	color: #D35400;
	
	}
#videos .filterbyContainer .f_left { 
	margin-left: 0;
	
	}
.custom_select .overflow { 
	font-size: 13px;
	max-height: 250px;
	overflow-y: auto;
	color: #474747;
	
	}
.custom_select ul li.selected { 
	white-space: nowrap;
	padding-top: 5px;
	background: url("../img/selectArrow.gif") no-repeat right 1px;
	font-size: 14px;
	padding-right: 30px;
	height: 27px;
	text-overflow: ellipsis;
	line-height: 17px;
	overflow: hidden;
	
	}
.filterbyContainer { 
	font-size: 14px;
	background: transparent;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eeeeee;
	
	}
.filterbyContainer .f_left + .f_left.label { 
	margin-left: 8px!important;
	margin-right: -22px;
	
	}
.filterbyContainer .f_left .custom_select { 
	margin-left: 0;
	
	}
.filterbyContainer .f_left.label { 
	font-size: 16px;
	font-family: "open-sans-n6","open-sans",sans-serif;
	padding: 5px 28px 0 0;
	font-weight: 600;
	color: #474747;
	
	}
.filterbyContainer .f_left.label.filterBy { 
	padding-top: 4px;
	position: relative;
	display: block;
	margin-bottom: 6px;
	float: none;
	padding-left: 0;
	
	}
.filterbyContainer .f_left.label.filterBy:after { 
	right: 0;
	background: #FFFFFF;
	margin-right: -4px;
	top: 0;
	content: "";
	display: block;
	position: absolute;
	height: 28px;
	width: 568px;
	
	}
.js_topHeader { 
	border-bottom: 2px solid #e6e6e6;
	padding-left: 296px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	
	}
.mainWrapper { 
	background: url("/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/custom/images/wrapper-shadow.png") no-repeat center top;
	
	}
.noLeftNav .filterbyContainer .f_left.label.filterBy:after { 
	width: 820px;
	
	}
.rightResources .subHead { 
	font-size: 16px;
	border-bottom: 2px solid #e6e6e6;
	font-family: "open-sans-n6","open-sans",sans-serif;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #6C7A89;
	padding-bottom: 5px;
	
	}
.subHead.pageTitle { 
	font-weight: 400;
	color: #333333;
	padding: 20px 20px;
	font-size: 37px;
	font-family: "din-condensed-web-n4","din-condensed-web",sans-serif;
	text-transform: uppercase;
	display: inline-block;
	z-index: 10;
	position: absolute;
	top: 105px;
	
	}
.wrapper .padding { 
	padding: 20px 20px 50px 20px;
	
	}
a.link.attachment { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #D35400;
	
	}
a.link.url { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #D35400;
	
	}
a.more { 
	background: #D35400;
	text-align: center;
	border-radius: 3px;
	height: 33px;
	display: inline-block;
	font-weight: 600;
	line-height: 33px;
	font-family: "open-sans-n6","open-sans",sans-serif;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	
	}
a.more:hover { 
	a.more: hover;
	background: #555555;
	text-decoration: none !important;
	
	}
a.rss:before { 
	background: url("../img/rss_noBg.png") no-repeat center #D35400;
	content: "";
	border-radius: 15px;
	position: absolute;
	display: block;
	top: 0;
	height: 30px;
	width: 30px;
	left: 0;
	
	}
a:link { 
	text-decoration: none;
	color: #D35400;
	
	}
a:visited { 
	text-decoration: none;
	color: #D35400;
	
	}
body { 
	font-size: 14px;
	background: #FFFFFF;
	font-family: "open-sans-n4","open-sans",sans-serif;
	color: #474747;
	font-weight: 400;
	line-height: 22px;
	
	}
div.linkContainer a { 
	font-size: 14px;
	font-family: "open-sans-n4","open-sans",sans-serif;
	color: #D35400;
	
	}
div.unitsHeader { 
	font-size: 19px;
	border-bottom: 2px solid #e6e6e6;
	margin: 30px 0 15px 0;
	font-family: "open-sans-n6","open-sans",sans-serif;
	text-transform: uppercase;
	height: 25px;
	font-weight: 600;
	clear: both;
	
	}
div.unitsHeader a.more { 
	bottom: 3px;
	padding-right: 10px;
	float: right;
	background: none;
	color: #D35400;
	position: relative;
	font-size: 14px;
	
	}
div.unitsHeader a.more:after { 
	right: 0;
	font-size: 17px;
	content: "›";
	position: absolute;
	top: -2px;
	
	}
div.unitsHeader a.more:hover { 
	text-decoration: none;
	color: #333;
	
	}
h2 { 
	font-size: 18px;
	font-family: "open-sans-n4","open-sans",sans-serif;
	margin-bottom: 30px;
	color: #6C7A89;
	font-weight: 400;
	line-height: 26px;
	
	}
h4 { 
	font-size: 18px;
	color: #D35400;
	font-family: "open-sans-n6","open-sans",sans-serif;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 26px;
	
	}
header { 
	border-bottom: medium;
	background: #FFFFFF;
	height: 90px;
	border-top: 5px solid #000000;
	
	}
nav#mainNav { 
	margin-top: 0;
	font-size: 15px;
	width: 100%;
	position: relative;
	height: auto;
	background: #FFFFFF;
	
	}
nav#mainNav ul li { 
	background: none;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	color: #004785;
	height: 30px;
	font-family: "din-condensed-web-n4","din-condensed-web",sans-serif;
	position: relative;
	padding: 0 20px;
	
	}
nav#mainNav ul li a { 
	text-transform: uppercase;
	color: #6C7A89;
	font-size: 20px;
	
	}
nav#mainNav ul li a:hover { 
	text-decoration: none;
	color: #BDC3C7;
	
	}
nav#mainNav ul li ul.second:after { 
	display: block;
	margin-left: -4px;
	-ms-transform: scale(2,1);
	margin-top: -18px;
	left: 50%;
	z-index: 1;
	-moz-transform: scale(2,1);
	transform: scale(2,1);
	content: "\25B2";
	font-size: 9px;
	-o-transform: scale(2,1);
	-webkit-transform: scale(2,1);
	top: 0;
	color: rgba(211, 84, 0, 1);
	position: absolute;
	
	}
nav#mainNav ul li.selected a { 
	color: #D35400;
	
	}
nav#mainNav ul.second { 
	white-space: normal;
	margin-top: -2px;
	box-shadow: none;
	background: rgba(211, 84, 0, 1);
	overflow: visible;
	margin-left: -88px;
	-webkit-box-sizing: border-box;
	z-index: 50;
	left: 50%;
	width: 170px;
	-moz-box-shadow: none;
	filter: none;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	-moz-box-sizing: border-box;
	position: absolute;
	
	}
nav#mainNav ul.second li a { 
	white-space: normal;
	background: None;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: inherit;
	display: block;
	-moz-box-sizing: border-box;
	color: #FFFFFF;
	font-family: "open-sans-n6","open-sans",sans-serif;
	font-weight: 600;
	border: none;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	
	}
nav#mainNav ul.second li a:hover { 
	background: #F97F2D;
	filter: none;
	
	}
nav#mainNav ul.second ol { 
	text-align: center;
	box-sizing: border-box;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 0;
	
	}
nav#mainNav ul.second.twoColumns { 
	margin-left: -101px;
	width: 200px;
	
	}
section#heroBar { 
	background: #FFFFFF;
	overflow: hidden;
	height: 345px;
	color: #fff;
	position: relative;
	
	}
section#heroBar #heroShadow { 
	display: none;
	
	}
section#heroBar .infoConainer { 
	height: auto;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 3;
	display: table-cell;
	width: 520px;
	background: rgba(255, 102, 0, 0.8);
	top: 46px;
	padding: 20px;
	
	}
section#heroBar .infoConainer h1 { 
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	font-family: "din-condensed-web-n4","din-condensed-web",sans-serif;
	
	}
section#heroBar .infoConainer p { 
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	
	}
section#heroBar .infoConainer p a { 
	top: 0;
	margin: 0 auto;
	display: inline-block;
	font-size: 16px;
	position: relative;
	color: #FFFFFF;
	
	}
section#heroBar .infoConainer p a.more:hover { 
	section#heroBar .infoConainer p a.more: hover;
	background: #555555;
	
	}
section#lowerCallouts .wrapper { 
	padding-top: 30px;
	margin-top: -80px;
	background: #FFFFFF;
	
	}
section#lowerCallouts a.more { 
	margin-top: 13px;
	color: #ffffff;
	
	}
section#lowerCallouts a.more span { 
	display: none;
	
	}
section#lowerCallouts article { 
	box-shadow: none;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-shadow: none;
	min-height: 343px;
	width: 481px;
	box-sizing: border-box;
	float: left;
	-webkit-box-shadow: none;
	-moz-box-sizing: border-box;
	position: relative;
	padding: 0 30px;
	
	}
section#lowerCallouts article .bottomShadow { 
	display: none;
	
	}
section#lowerCallouts article .subHead { 
	text-align: left;
	line-height: 28px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	font-size: 28px;
	height: auto;
	box-sizing: border-box;
	font-style: normal;
	-moz-box-sizing: border-box;
	color: #555555;
	font-family: "din-condensed-web-n4","din-condensed-web",sans-serif;
	margin-bottom: 15px;
	border: none;
	
	}
section#lowerCallouts article#featuredAttorneys { 
	width: 40%;
	
	}
section#lowerCallouts article#newsBox { 
	width: 60%;
	
	}
section#lowerCallouts article#newsBox h2 a { 
	font-size: 14px;
	font-family: "open-sans-n6","open-sans",sans-serif;
	font-weight: 600;
	text-decoration: none;
	display: block;
	line-height: 20px;
	
	}
section#lowerCallouts article#newsBox h2 a:hover { 
	section#lowerCallouts article#newsBox h2 a: hover;
	color: #333;
	
	}
section#pageTitleWrapper { 
	height: 159px;
	background-color: #FFFFFF !important;
	
	}
section.mainWrapper .bottomShadow { 
	display: none;
	
	}
section.mainWrapper .wrapper { 
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 100%);
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	
	}
ul.backgrounds li { 
	margin-left: 0;
	height: 345px;
	top: 0;
	display: none;
	left: -505px;
	position: relative;
	width: 2000px;
	
	}
ul.expandable li a.header { 
	font-size: 15px;
	color: #D35400;
	font-weight: 600;
	
	}
ul.expandable li.expandable div.content { 
	margin-top: 5px;
	font-size: 14px;
	color: #474747;
	font-family: inherit;
	display: none;
	line-height: 28px;
	
	}
ul.IPP_bar li { 
	font-size: 16px;
	text-transform: uppercase;
	color: #474747;
	display: inline-block;
	font-weight: 600;
	font-family: "open-sans-n6","open-sans",sans-serif;
	
	}
ul.IPP_bar li a:hover { 
	ul.IPP_bar li a: hover;
	color: #D35400;
	
	}
ul.IPP_bar li.active a { 
	background: #D35400;
	color: #fff;
	
	}
ul.qaGeneral li div.q a { 
	font-size: 15px;
	color: #D35400;
	font-weight: 600;
	
	}
ul.resources li a { 
	font-size: 14px;
	color: #474747;
	font-weight: 400;
	
	}
ul.resources li.dl span.icon { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #D35400;
	
	}
ul.resources li.pg span.icon { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #D35400;
	
	}
ul.units li .txt { 
	font-size: 14px;
	color: #474747;
	line-height: 20px;
	margin-top: 5px;
	
	}
ul.units li a.title { 
	color: #D35400;
	font-size: 15px;
	font-weight: 600;
	
	}
ul.units li a.title:hover { 
	ul.units li a.title: hover;
	color: #333;
	
	}
ul.videoList { 
	text-align: justify;
	border-bottom: none;
	
	}
ul.videoList li.videoItemParent { 
	width: 299px;
	position: relative;
	margin-bottom: 20px;
	height: 215px;
	float: left;
	
	}
ul.videoList li.videoItemParent .videoContentContainer:hover { 
	border-color: #474747;
	
	}
ul.videoList li.videoItemParent div.expander .txt { 
	line-height: 15px;
	text-align: left;
	font-size: 13px;
	color: #D35400;
	padding-bottom: 10px;
	height: 35px;
	vertical-align: middle;
	display: table-cell;
	width: 246px;
	
	}
section.mainWrapper .wrapper { 
	background-color: #ffffff;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #ffffff) );
	background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	
	}


/* [/Framework Variant Css - fw3v5.0] */


/* [ Logo Css - /siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/logo/mainLogo2.png] */


		
			header a.logoType {
				background: url("/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/logo/mainLogo2.png") repeat scroll 0 0 transparent;
				
						width : 346px;
						height : 62px;
					
			}
			#modalPopup .popup_head{
				background: url("/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/logo/mainLogo2.png") no-repeat scroll 0 0 transparent;
				background-size:contain;
			}
		
	

/* [/ Logo Css ] */

/* [ Include Css - resources.inc] */


			
			
						 #pageTitleWrapper {
						background:url('/siteFiles/54fa529e-6878-421f-85f0-2ba7c8adb58c/InnerpageImages/hero1_bw.jpg') no-repeat center #00040e !important;
					}
				
			
		
/* [/ Include Css ] */

/* [ Custom Css ] */

/* [/ Custom Css ] */

/* [ Remaining includes ] */

/* [ Mashup flag ] */
</pre></body></html>