
            /* C:\ICX\Live\ICX_Frameworks\FW1\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;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1.3em 0;
    padding: 0;
}
hr.solid { border-style:solid }
hr.dotted { border-style:dotted }

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
   ========================================================================== */
   
a:link, a:visited {
	color:#660000
}
ul, li{
	list-style-type:none;
}  
ol, ol li {
	list-style-type:decimal;
	padding:0;
	margin:0;
}
ol {
	padding-left:17px;
}
.printOnly {
	display:none;
}	
ul, li, p, h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
/*
h1{
	color:#660000;
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size: 30px;
	font-weight:700;
	line-height:31px;
	margin-bottom:10px;
	letter-spacing:-1px;
}
*/
h3, h1 {
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size: 15px;
	font-weight: normal;
}
#rep_matters_detail .content h1,
#news_detail .content h1 {
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
}
h3 {
  font-weight:700;
}
h3.linksDownloads {
	border-bottom:1px dashed #ccc;
	padding-bottom:7px;
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
	font-weight:normal;
	height:32px;
	line-height:40px;
}
h3.pageTitle {
  margin-bottom:20px;
}

h3.pageTitle, h1.pageTitle {
	font-weight:normal;
	font-size:18px;
}
#practice_detail h1.pageTitle {
  margin-bottom: 20px;
}
h4, h4 p,
#rep_matters_detail .content h1, #news_detail .content h1 {
	color:#660000;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding-bottom:20px;
}
#blogs_detail .content h1 {
	padding-bottom: 0;
	line-height:18px;
	font-size:14px;
}
h2, h2 a{
	color:#660000;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding-bottom:20px;
}
#home h2, #home h2 a{
	margin-bottom:5px;
	padding-bottom:0;
}

h4 p { 
	padding-bottom:0;
	margin-bottom:0;
}
h5{
	font-size: 12px;
    line-height: 18px;
}
p{
	font-size:13px;
	/*line-height:18px;*/
	margin-bottom:20px;
}
a{
	text-decoration:none;
	outline:none;
}
.content a { text-decoration:none; color:inherit}
a:hover{
	text-decoration:underline;
}
a.more{
	background:url("../img/linkArrow.png") right 7px no-repeat;
	padding-right:10px;
	display:inline-block;
	color:#660000;
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size: 15px;
	font-weight:700;
}
a.noLink, a.noLink:hover {
	text-decoration:none!important;
	cursor:text;
}

/*inbody links */
a.cklink {
	color:#660000;
	text-decoration:none;
}
a.cklink:hover {
	text-decoration:underline;
}

.sourceInfo {
	color:#000;
}
.Indent1 {margin-left:20px;}
.Indent2 {margin-left:40px;}
.Indent3 {margin-left:60px;}
body{
	background-color:#f5f5f5;
	color:#474747;
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
	font-size:13px;

}
.pageColumn{
	width:450px;
	float:left;
}
.pageColumn.right {
	float:right;
}
.pageColumn.left{
	margin-right:25px;
}
.f_left{
	float:left;
}
.row{
	width:100%
}
.wrapper{
	width:996px;
	margin:0 auto;
	position:relative;

	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}	
.mainWrapper .wrapper, #pageTools .wrapper, #footerNavSocial .wrapper, #footer .wrapper {
	background:#fff;
}
ul.ckinput {
	padding-left:17px;
}
ul.ckinput li{
	list-style-type:disc;
}

/* SearchBox */
section.searchBox {
	position:absolute;
	top:0;
	width:100%;
	border-top:5px solid #e1e1e1;
	z-index:2;
}
section.searchBox .srch_wrapper {
	position:absolute;
	top:0;
	right:0;
	padding:0 5px 5px 5px;
	background-color:#e1e1e1;
	-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:274px;
}
section.searchBox .srch_wrapper form {

}
section.searchBox .srch_wrapper form .searchField {
	float:left;
	border:0;
	width:234px;
	height:22px;
	padding:3px;
	color:#666;
	-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:24px;
	height:22px;
	border:0;
	background:url(../img/search_icon.png) no-repeat #660000;
}
section.searchBox .srch_wrapper .toggleSearchBox, section.searchBox .srch_wrapper form .searchButton span {
	display:none;
}
#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;
}
/** Search Results **/
#searchInformation {
	color:#660000;
	font-size:16px;
	padding-bottom:20px;
}
#resultcontainer ul.results {
	list-style-type:decimal;
	list-style-position:inside;
}
#resultcontainer ul.results li.result {
	list-style-type:decimal;
	color:#660000;
	display:list-item!important;
	font-size:16px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #e6e6e6;
}
#resultcontainer ul.results li.result .resultTitle {
	font-family: "museo-slab-n5","museo-slab",serif;
	display:inline-block;
}
#resultcontainer ul.results li.result:first-child {
	margin-top:0;
}
#resultcontainer ul.results li .resultTitle a {
	color:#660000;
}	
#resultcontainer ul.results li .resultSnippet {
	font-size:13px;
	color:#474747;
}
ul.results li a.link {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-25px
}
ul.results li.hasLink {
	position:relative;
	padding-right:45px;
}
/* No wrapper border items */
nav#mainNav .wrapper, header .wrapper{
	border-left:none;
	border-right:none;
}


.wrapper .padding{
	padding:24px 13px 15px 13px
}	
ul.controls{
	display:inline-block;
}

ul.controls li{
	width:13px;
	height:12px;
	border-radius:10px;
	background:#d2d2d2;
	display:inline-block;
	cursor:pointer;
	
-webkit-box-shadow: inset 0px 0px 2px 0px #acacac;
        
        box-shadow: inset 0px 0px 2px 0px #acacac;
}
ul.controls li.selected{
	background-color:#730601;
	
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.subHead{
	background:#f0f0f0;
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 18px;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:15px;
	margin-bottom:24px;
	height:39px;
	line-height:40px;
	
	-moz-box-shadow: inset 0 0 10px 1px #dddddd;
	-webkit-box-shadow: inset 0 0 10px 1px #dddddd;
	box-shadow: inset 0 0 10px 1px #dddddd;	
}
.subHead a{
	color:inherit;
}
div.subheadLink {
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
	padding-bottom:5px;
}
div.subheadLink a {
	font-family:arial;
	font-size:16px;
	color:#660000;
}
a.link {
	width:30px;
	height:31px;
	border-radius: 15px;
}
a.rss {
	display: inline-block;
	cursor: pointer;
	padding-left: 35px;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color:#660000;
	font-size:13px;
}
a.rss:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	background: url("../img/rss_icon.png") no-repeat center #f7a404;
	width: 30px;
	height: 30px;

}
a.link.attachment {
	background: url("../img/d_link.png") no-repeat 8px center #660000;
}
a.link.url {
	background:url("../img/p_link.png") no-repeat center #660000;
}
/* Header */
header{
	border-bottom:1px solid #e7e7e7;
	height:138px;
}
#subnav{
	
}
header a.logoType{
	display:block;
	width:395px;
	float:left;
	height:49px;
	background:url('../img/mainLogo.png');
	margin:46px 0 0 14px;
}
header span.optionalTagLine{
	position:absolute;
	right:0;
	margin:76px 15px 0 0;
	max-height:50px;
	font-family: "museo-slab-i5","museo-slab",serif;
	font-style: italic;
	font-size:19px;
}
header span.optionalTagLine p{
	margin-bottom:0;
	font-family: "museo-slab-i5","museo-slab",serif;
	font-style: italic;
	font-size:19px;
}
/* End of Header */


/* Main Nav */
nav#mainNav{
	background:#ebebeb;
	height:50px;
	text-align:justify;
	-moz-box-shadow: inset 0 0 3px 1px #e4e4e4;
	-webkit-box-shadow: inset 0 0 3px 1px #e4e4e4;
	box-shadow: inset 0 0 3px 1px #e4e4e4;	
}
#mainNav ul{
	padding-top:5px;
}
#mainNav li{
	line-height:1;
	text-align:center;
	display: inline-block; 
	white-space: nowrap;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#mainNav ul li.finish {
	display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}

#mainNav li a{
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size:13px;
	font-weight: 700;
	color:#484646;
	display:block;
	padding:13px 0 16px 0;
	white-space:nowrap;
	border:1px solid transparent;
	border-bottom:0;
	text-transform:uppercase;	
}
#mainNav li a:Hover{
	color:#000000;
	text-decoration:none;
}
#mainNav li.selected{
	border-bottom-color:#dddddd;
	border-left-color:#e5e5e5;
	border-top-color:#e6e6e6;
	border-right-color:#e2e2e2;

}
#mainNav li.selected a{
	background:#e1e1e1;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color:#660000;
	border-color: #e4e4e4;
	padding:13px 12px 16px 12px;
}
#mainNav li.selected:after {
	content:"";
	display:block;
	height:2px;
	background:#e1e1e1;
	margin:0 6px
}
.lt-ie9 nav#mainNav .wrapper > ul > li:hover ul.second {
	display:block;
}
nav#mainNav ul.second{
	width:170px;
	position:absolute;

	z-index:50;	
	margin-top:3px;
	white-space:normal;
	overflow:visible;
	padding:15px;
	border:1px solid #fff;
	border-top:0;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 51%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(51%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 51%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 51%,rgba(234,234,234,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(249,249,249,1) 51%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(249,249,249,1) 51%,rgba(234,234,234,1) 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(200, 200, 200, 0.75);
	-moz-box-shadow:    2px 2px 1px 0px rgba(200, 200, 200, 0.75);
	box-shadow:         2px 2px 1px 0px rgba(200, 200, 200, 0.75);

}
.lt-ie9 nav#mainNav ul.second {
	margin-top:0
}
nav#mainNav li.lastItem ul.second {
	margin-left:-77px;
}
nav#mainNav li.lastItem ul.second.twoColumns {
	margin-left:-240px;
}
nav#mainNav li.lastItem ul.second:after {
	right:9px;
	left:auto;
}
nav#mainNav ul.second .fakeSep {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -3px;
	background: transparent;
}
nav#mainNav ul.second li {
	width:100%;
	text-align:left;
}
nav#mainNav ul.second li a, #mainNav li.selected ul.second a {
	white-space:normal;
	text-transform:initial;
	font-family:"nimbus-sans-n4","nimbus-sans",sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#660000;
	padding:9px 0;
	border:none;
	background:None
}
nav#mainNav ul.second li:hover a {

}
nav#mainNav ul.second li a:hover {
	text-decoration:underline;
}
nav#mainNav ul.second.twoColumns {
	width:331px;
}
nav#mainNav ul.second.twoColumns li {

}
nav#mainNav ul.second ol {
	float:left;
	width:50%;
	text-align:left;
	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 {
	padding-right:20px;
}
nav#mainNav ul.second ol.right {
	padding-left:20px;
}
nav#mainNav ul li ul.second:after {
	content:"\25B2";
	color:rgb(237,237,237);
	text-shadow:0px -1px 0px rgba(255, 255, 255, 1);
	display:block;
	position:absolute;
	top: 0;
	left: 9px;
	margin-top: -12px;
	font-size: 15px;
	
	transform:scale(1.5,1); /* W3C */
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
	z-index:3
}
.lt-ie9 nav#mainNav ul li ul.second:after {
	color:white;
}
#mainNav ul li {
	position:relative;
}
#mainNav ul li ul {
	display:none;
}
#subnav{
    position:relative;
    z-index:2;
    right: 29px;
    top: 26px;
} 
#subnav a.back{
    position:absolute;
    right:0;
	top:9px;
    color:#660000;
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size: 14px;
	font-weight: 700;
    text-transform:capitalize;
    padding-left:10px;
}   
#subnav a.back:before {
	content: "\25c4";
	height:16px;
	position: relative;
	font-family: arial;
	margin-left: -15px;
	font-size: 12px;
	text-transform:lowercase;
	font-weight:normal;
	right:2px;
	bottom:1px;
	color:#660000;
}

#subnav a.back:Hover {
	color:#000;
	text-decoration:none;
}
/* End of Main Navigation */

/* background Gradient */
.global_bg {
	position:absolute;
	width:100%;
}
.global_bg.top {
	background: #f5f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	background: -moz-linear-gradient(top,  #f5f5f5 79%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(79%,#f5f5f5), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 79%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 79%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 79%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 79%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
	height:358px;
}
.global_bg.bottom {
	
	margin-top:358px;
}
/* Hero Bar */
section#heroBar{
	height:358px;
}
section#heroBar .wrapper{
	border-left:0;
	border-right:0;
}
#heroBar .heroContainer{
	width:996px;
	height:359px;
	position:relative;
}
ul.backgrounds li{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	display:none;
	top:0;
}
ul.backgrounds li:first-child{
	display:block;
}
ul.backgrounds li.one{
	background:url("../img/hero1.jpg");
}
ul.backgrounds li.two{
	background:url("../img/hero2.jpg");
}
ul.backgrounds li.three{
	background:url("../img/hero3.jpg");
}
ul.backgrounds li.four{
	background:url("../img/hero4.jpg");
}
#heroBar .infoConainer{
	width:275px;
	height:359px;
	padding:0 0 0 28px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
#heroBar .infoConainer p{
	margin-left:2px;
	font-size:14px;
}
#heroBar .infoConainer a.more{
	margin-top:10px;
	margin-left:2px;
	display:table;
}
#heroBar .infoConainer h1{
	position:static;
}
#heroBar div.controls{
	display:none;
	position: absolute;
	bottom: 0;
    left: 28px;
    margin-bottom: 30px;
}

/* Lower Callouts */
section#lowerCallouts{
	border-top:1px solid #e2e2e2;
}
section#lowerCallouts .wrapper{
	background-color:#ffffff;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	display:table;
	padding:0 15px;
}
section#lowerCallouts article{
	display:table-cell;
	vertical-align:top;
	min-width:469px;
	width:100%;
	padding:15px 0 15px 0;
	position:relative;
}
section#lowerCallouts .subHead {
	margin-bottom:20px;
}
#lowerCallouts article + article
 {
	padding-left:23px;
}

#lowerCallouts .headline{
	padding-left: 15px;
	display:inline-block;
	vertical-align:top;
	width:455px;
	
}
#lowerCallouts .headline.last{
	padding-bottom:30px;
	
	margin-bottom:20px;
}
#lowerCallouts #aboutUs .articleContent {
	padding:0 15px 30px 15px;
}
#lowerCallouts #aboutUs.onlyOne {}
#lowerCallouts .headline .date{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	border-bottom:1px dotted #cccccc;
	display:inline-block;
	}
#lowerCallouts #newsBox a.more{
	padding-left:15px;
}

#lowerCallouts #featuredAttorneys .controls{
	position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
	margin-right:10px;
}
section.attorney ul li{
	display:none;
	float:left;
}
section.attorney ul li:first-child{
	display:block;
}

ul.attorneyList figure.headShot{
	float:left;
	padding:5px;
	border:1px solid #dddddd;
	border-radius:2px;
	margin-right:16px;
	margin-left:15px;
	overflow:hidden;
}

ul.attorneyList figure.noheadShot{
	padding:0 ! important;
	border:none ! important;
}
ul.attorneyList a.name,
ul.expandable a.header
{
	font-family: "museo-slab-n7","museo-slab",serif;
	font-size: 14px;
	font-weight: 700;
	color:#660000;
	margin-bottom:5px;
}	
ul.attorneyList a.name,
ul.attorneyList span.name {
	display:inline-block;
	margin-top:9px;
	margin-bottom:3px;
}
ul.attorneyList  .phone, ul.attorneyList  .email{
	font-weight:bold;
}	
ul.attorneyList  .email a{
	font-weight:normal;
	color:#660000;
}

ul.expandable > li{
	overflow:hidden;
	padding:15px 15px 5px 0;
	display:block;
	border-bottom:1px dashed #CCCCCC;
	line-height:20px;
	position:relative;
}
ul.expandable li.expandable{
	background:url(../img/expand.png) right bottom no-repeat;
	cursor:pointer;
}
ul.expandable li.expandable.expanded {
	background:url(../img/collapse.png) right bottom no-repeat;
}
.expander{float: right;
    padding: 10px 10px;
     margin: 10px -20px -10px 0;
}	
ul.expandable li.expandable div.content{
	display:none;
	cursor:default;
	padding-left:0;
}	
ul.expandable li div.content a {
	color: #474747;
	font-size: 12px;
	font-weight: bold;	
}
ul.expandable li.expandable.expanded .content {
	
}
.ital{
	font-style:italic
}	
ul.attorneyList  .phone .num{
	font-weight:normal;
}	
.vCard{
	color:#660000;
	font-weight:normal;
    padding-left:22px;
	background:url(../img/icon_vCard.png) left center no-repeat;
}
ul.attorneyList  li.noImg .headShot{
	display:none;
}
#lowerCallouts #featuredAttorneys figure.headShot{
	
}
#lowerCallouts #featuredAttorneys figure.headShot img{
	width:136px;
	height:166px;
}	
#lowerCallouts #featuredAttorneys .about{
	float:left;
	padding-top:20px;
	width:290px;
}
#lowerCallouts #featuredAttorneys .about.noPadding{
	padding-top:0;
}
#lowerCallouts #featuredAttorneys a.more{
	margin-top:10px;
}
#lowerCallouts #featuredAttorneys a.more:before{
	content: "More";
    display: block;
}

#showBorder .wrapper{
	background:#ffffff;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;	
	
}
#showBorder div.left, #showBorder div.right{
	border-top:1px dashed #cccccc;
	height:1px;
	margin-left: 16px;
    width: 470px;
	float:left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
#showBorder div.right {
	width:469px;
}
#showBorder div.left {
	margin-right:7px;
}
#showBorder.oneItem div.left {
	margin-right:0;
	width:962px;
}
#showBorder.oneItem div.right {
	display:none;
}
section#viewAllNews .wrapper{
	background:#ffffff;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
}
section#viewAllNews a.more{
	margin:15px 0 0 30px;
}
section#viewAllNews.rightAligned a.more{
	margin:15px 0 0 525px;
}
/* */

/** Left Nav **/
nav#leftNav{
	width:224px;
	float:left;
}	
nav#leftNav li{
	padding:7px 9px 8px 14px;
	border-bottom:1px dashed #CCCCCC;
}
nav#leftNav li.selected{
	background:#f0f0f0;

	-moz-box-shadow: inset 0 0 10px 1px #dddddd;
	-webkit-box-shadow: inset 0 0 10px 1px #dddddd;
	box-shadow: inset 0 0 10px 1px #dddddd;		
}	
#leftNav ul li.selected strong{
	font-weight:normal;
}
nav#leftNav li a{
	display:inline-block;
	color:#660000;
}	
nav#leftNav li.selected a{
	color:#010000;
	background:none;
}
nav#leftNav li.selected a:hover{
	text-decoration:none;
}
/* 2nd Tier left nav */
nav#leftNav li ul {
	padding:5px 0;
	position:relative;
	width:208px;
	right:2px;
}
nav#leftNav li ul li {
	border:0;
	padding:0;
	padding-left:8px;
	margin-top:3px;
	position:relative;
}	
nav#leftNav li ul li:before {
	position:absolute;
	content:"\2022";
	font-weight:bold;
	font-size:12px;
	left:-1px;
	top:2px;
}	
nav#leftNav li.selected ul li a {
	cursor:pointer;
	color:#474747;
}
nav#leftNav li.selected ul li a:hover {
	text-decoration:underline;
}
nav#leftNav li ul li.selected {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;		
}
nav#leftNav li ul li.selected a{
	color:#000;
}
/** Right Section (when there is a left nav present **/

.rightContent{
	float:right;
	width:720px;
	padding-right: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+ */	
}
.rightContent.rightRail_present {
	padding-right:0;
}
.rightContent .content{
	width:100%;
	float:left;
}
.rightContent .pageColumn .content {
	padding-bottom:0;
}
ul.expandable li.expandable span.carret {
	display:inline-block;
	padding-right:6px;
}
ul.expandable li.expandable span.carret:after {
	content:">"
}
/*********** SITE MAP ************/
#sitemap .mainWrapper .wrapper {
	background:#fff
}	

/*********** ATTORNEY LANDING ************/
#professionals_landing .mainWrapper .wrapper{
	background:#fff;	
}
#professionals_landing ul.attorneyList li.firstCol {
	margin:0 45px 0 15px
}
#professionals_landing .rightContent {
	padding-right:0;
}
#professionals_landing .rightContent .content {
	padding:0;
}
#professionals_landing .subHead {
	margin-bottom:10px
}
#professionals_landing  ul.attorneyList li{
	display:inline-block;
	width:444px;
	height:156px;
	padding:15px 0;
	border-bottom:1px dashed #CCCCCC;
	line-height:20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}	
#professionals_landing  ul.attorneyList  li:nth-child(odd){
	margin:0 45px 0 15px;
}	
#professionals_landing  ul.attorneyList  li.even{
	margin:0 45px 0 15px;
}	

#professionals_landing  ul.attorneyList figure.headShot{
	margin-left:0px;
}
#professionals_landing ul.attorneyList .headShot img{
	width:92px;
	height:113px;
}

/*********** Standard Site Pages Overview *********/

#staticcontent .mainWrapper .wrapper{
	background:#fff;
}
.rightContent .hero {
	background:url(../img/right_hero2.jpg);
	width:472px;
	height:119px;
	margin-bottom:15px;
	float:left;
}
.rightResources .subHead {
	margin-bottom:0;
	background:none;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dashed #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left:0;
	margin-bottom:15px;
	position:relative;
}
.rightResources .subHead.expandable {
	cursor:pointer;
}
.rightResources .subHead.expandable:after, .rightResources .subHead a:after {
	content:"";
	width:9px;
	height:10px;
	background:url(../img/collapse_right.png);
	display:block;
	right:0;
	top:50%;
	margin-top:-6px;
	position:absolute;
	color:#aeaeae;
}
.rightResources .subHead.expandable.expanded:after {
	background:url(../img/rightRailExpand.png);
	width:11px;
	height:9px;
}
.rightResources{
	display:none;
	float:right;
	width:224px;
	padding:5px 15px 15px 15px;
	font-size:12px;
	
	position:relative;
	z-index:1;
	background:#f0f0f0;
	
	-moz-box-shadow: inset 0 0 10px 1px #dddddd;
	-webkit-box-shadow: inset 0 0 10px 1px #dddddd;
	box-shadow: inset 0 0 10px 1px #dddddd;	

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}	
.rightContent.rightRail_present .rightResources {
	display:block;
}
.rightResources .linkContainer {
	margin-bottom:12px;
}
.rightResources .linkContainer.expandable {
	display:none;
}
.rightResources .linkContainer.expandable.expanded {
	display:block;
}
.rightResources .linkContainer a{
	color:#660000;
	display:inline-block;
	margin-bottom:10px;
}
.rightResources div.custom_select,
.rightResources select.custom {
	width:auto;
	margin-bottom:11px;
}
.rightContent.rightRail_present .content {
	width:472px;
}
.rightContent.noLeftNav {
	width:100%;
}
.rightContent.noLeftNav .content {
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */			
	padding:0 0 0 15px;
}
.rightContent.rightRail_present.noLeftNav .content {
	width:742px;
	padding:0 27px 0 15px;
}
.lt-ie9 .rightContent.rightRail_present.noLeftNav {
	float:none;
}
.lt-ie9 .rightContent.rightRail_present.noLeftNav .content  {
	padding-right:0;
}
.rightContent.noLeftNav .hero {
	margin-left:15px;
}
ul.resources span.icon {
	width:30px;
	height:31px;
	border-radius:16px;
	display:block;
	position: absolute;
	left: 0;
	top: 0;
}
ul.resources li.pg span.icon {
	background:url("../img/p_link.png") no-repeat center #660000;
}
ul.resources li.dl span.icon {
	background: url("../img/d_link.png") no-repeat 8px center #660000;
}


ul.resources li:first-child {
	margin-top: 17px;
}
ul.resources li:first-child span.icon{
	
}
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;
}
ul.resources li a {
	font-weight: bold;
	color: #660000;
}
.rightResources ul.resources li:last-child{
	margin-bottom:0
}
.rightResources ul.resources li:first-child {
	padding-top:2px;
}
/* Attorney Detail */
#professionals_detail .mainWrapper .wrapper{
	background:#fff;
	padding-bottom:30px;
}
#professionals_detail .rightContent {
	padding-right:0;
}
#professionals_detail .rightContent .content {
	padding:0;
}
#professionals_detail .mainWrapper .minorContent{
    float:left;
    width:220px;
    background:#f0f0f0;
    font-size:12px;
    padding:15px 15px 30px 15px;
	
	-moz-box-shadow: inset 0 0 10px 1px #dddddd;
	-webkit-box-shadow: inset 0 0 10px 1px #dddddd;
	box-shadow: inset 0 0 10px 1px #dddddd;	
}
#professionals_detail .mainWrapper .minorContent div.btm{
	display:none;
}
#professionals_detail .mainWrapper .minorContent a{
    color:#660000;
    display:inline-block;
}
#professionals_detail .mainWrapper figure.headShot{
    background:#fff;
    text-align:center;
    padding:5px;
	margin-bottom:15px;
    border-radius:2px;
    border:1px solid #d2d2d2;
}
#professionals_detail .mainWrapper figure.headShot.noHeadshot{
	display:none;
}
#professionals_detail .mainWrapper figure.headShot img{
    width:206px;
    height:251px;
}
#professionals_detail .mainWrapper .majorContent{
    float:left;
    width:680px;
    margin-left:23px;
}
#professionals_detail .mainWrapper .majorContent .personal{
    width:100%;
    padding:0 0 25px 0;
    margin-bottom:20px;
    border-bottom:1px dashed #dedede;
    line-height:18px;
    font-size:12px;
}
#professionals_detail .mainWrapper .majorContent .personal .left{
    float:left;
    min-width:315px;
}
#professionals_detail .mainWrapper .majorContent .contantInfoTitle{
    display:none;
}
#professionals_detail .mainWrapper .majorContent .personal .name{
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 20px;
	line-height:1;
}
#professionals_detail .mainWrapper .majorContent .personal .title{
    font-size:14px;
}
#professionals_detail .mainWrapper .majorContent .personal .email a{
    color:#660000;
    font-size:12px
}
#professionals_detail .mainWrapper .majorContent .personal .right{
    float:right;
    font-weight:bold;
}
#professionals_detail .mainWrapper .majorContent .personal .right span,
#professionals_detail .mainWrapper .majorContent .personal .right .email a
{
    font-weight:normal;
}
#professionals_detail .mainWrapper .socialLink{
    margin-top:10px;
}

#professionals_detail .mainWrapper .socialLink a{
	display:block;
	width:22px;
	height:21px;
	background:url("../img/social_icons_small2.png") no-repeat;
	float:left;
	border-radius:2px;
	margin-right:5px;
	border-radius:3px;
}
#professionals_detail .mainWrapper .socialLink a.twitter{
	background-position: -6px 0px;
	background-color:#2caae1;
}
#professionals_detail .mainWrapper .socialLink a.facebook{
	background-position: -33px 0;
	background-color:#294278;
}
#professionals_detail .mainWrapper .socialLink a.linkedIn{
	background-position: -59px 1px;
	background-color:#006699;
}
#professionals_detail .mainWrapper .socialLink a.xing{
	background-position: -85px 1px;
	background-color:#1c6465;
}

#professionals_detail .mainWrapper .socialLink a:hover{
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
}

#professionals_detail .mainWrapper h3{
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
	font-weight:normal;
    border-top:1px dashed #dedede;	
    padding-top:15px;
    margin-top:19px;
    padding-bottom:11px;
}
#professionals_detail .mainWrapper h3.practices{
    border-top:0;
	padding-top:0;
    margin-top:0
}
#professionals_detail .mainWrapper h3.recognition{
    border-top:0;
    border-bottom:1px dashed #dedede;
    padding-top:0;
    padding-bottom:6px;
    margin-bottom:8px;
}
ul.IPP_bar {
	margin-bottom:30px;
}
ul.IPP_bar li {
	display:inline-block;
	position:relative;
	margin-left:16px;
}
ul.IPP_bar a {
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
	border-left:1px solid #474747;
	padding-left:20px;
	line-height:1;
	height:14px;
	display:inline-block;
	color:#474747;
}
ul.IPP_bar a:hover {
	color:#000;
	text-decoration:none;
}
ul.IPP_bar li.active:after {
	content:"\25BC";
	display:block;
	position:absolute;
	font-size:11px;
	font-family:arial;
	color:#660000;
	width:100%;
	height:5px;
	text-align:center;
	margin-top:3px;
}
ul.IPP_bar li.newsPubsView.active:after,
ul.IPP_bar li.repMattersView.active:after {
	margin-left:11px;
}
ul.IPP_bar li.active a, ul.IPP_bar li.active a:hover{
	color:#660000
}

ul.IPP_bar li:first-child{
	margin-left:0
}
ul.IPP_bar li:first-child a {
	border-left:0;
	padding-left:0;
}

div.ipp_content {}

div.unitsHeader {
	border-bottom:1px solid #ccc;
	margin:10px 0 15px 0;
	padding-bottom:5px;
	
}
div.unitsHeader .title{
	font-size:16px;
	font-family:arial;
	float:left;
}
div.unitsHeader a.more {
	float:right;
}
ul.units li {
	border-bottom: 1px dashed #DEDEDE;
	position:relative;
	padding:25px 60px 25px 0;
	line-height:18px;
}
ul.units li:last-child {
	border-bottom:0
}
ul.units li p {
	margin-bottom:0;
}
ul.units.small li {
	padding:10px 60px 10px 0;
}
ul.units li:first-child {
	padding-top:0;
}
ul.units li a.title{
	font-family: "museo-slab-n5","museo-slab",serif;
	display: inline-block;
	font-size: 14px;
	color:#660000
}
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;
}
ul.units .subList .cat {
	font-weight:bold;
	text-transform:uppercase;
}
ul.units .subList a {
	color:#660000;
}
div.btm {
	border-top: 1px dashed #DEDEDE ;
	width:100%;
	margin-top:10px;
	}

li.hideborder{
	border-bottom:none ! important;
}

/************* End of Attorney Detail ************/

/**** Blog ****/

#blogs .mainWrapper  .wrapper,
#blogs_detail .mainWrapper  .wrapper {
	background:#fff;
}
#blogs ul.units {
	margin-top:10px;
}
#blogs ul.units li {
	padding-right:0;
}
#blogs_detail ul.units li {
	border-bottom:0;
}
#blogs_detail ul.units .subTitle {
	margin-bottom:20px;
	margin-bottom:20px;
}
/* */

/* Practice Pages */
#practices_landing .mainWrapper  .wrapper,
#practice_detail .mainWrapper .wrapper
{
	background:#fff;
}
#practices_landing h4, #practices_landing .content h1,
#siteMap h4, #siteMap .content h1 {
	width:50%;
	padding-bottom:40px;
}
#practices_landing .OutterContent,
#siteMap .OutterContent,
#videos .OutterContent
{
	padding:0 15px;
}
#practice_detail .content {
	
}

/* */

/*************     FAQ, Resources, Rep Matter    *************/

#FAQs .mainWrapper  .wrapper, #resources .mainWrapper  .wrapper, #rep_matters .mainWrapper .wrapper,
#rep_matters_detail .mainWrapper  .wrapper, #news_detail .mainWrapper  .wrapper, #news_landing .mainWrapper .wrapper,
#searchresults .mainWrapper .wrapper{
	background:#fff;
}
#FAQs, #resources {
	overflow-y:scroll;
}
#rep_matters .custom_select,
#news_landing .custom_select
 {
	width:259px;
}
#rep_matters ul.units {
	padding-top:20px;
}
#news_landing ul.units {
	padding-top:0;
	margin-bottom:25px;
}
#news_landing ul.units li {
	padding:10px 60px 10px 0;
}
#rep_matters_detail h4, #rep_matters_detail .content h1,
#news_detail h4, #news_detail .content h1 {
	padding-bottom:0;
}
.filterbyContainer {
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
	padding:10px 0;
	margin:10px 0;
	border-top: 1px dashed #DEDEDE ;
	border-bottom: 1px dashed #DEDEDE ;
}
.filterbyContainer .label{
	margin:6px 0 0 0;
	width:91px
}
#videos .filterbyContainer .label {
	width:80px;
}
.filterbyContainer .label.andor {
	margin-right:0;
	margin-left:0;
	width:95px;
	text-align:center
}
ul.qaGeneral > li:first-child{
	
}
ul.qaGeneral > li{
	border-bottom: 1px dashed #DEDEDE ;
	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-family: "museo-slab-n5","museo-slab",serif;
	font-size: 15px;
	color:#660000;
}
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 li div.q:before, 
ul.qaGeneral li div.a:before {
	font-family: "museo-slab-n5","museo-slab",serif;
	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:before {
	top:6px;
	content:"A."
}
ul.qaGeneral.arrows li div.q:before {
	font-size:13px;
	content:"\25bc";
	top:1px;
}
ul.qaGeneral.arrows li div.q.expanded:before {
	content:"\25b2";
}
ul.qaGeneral.arrows li div.a:before {
	content:"";
}

/* Video Page */
#videos .mainWrapper .wrapper{
	background-color:#ffffff;
}
#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;
}
#videos .filterbyContainer .label {
	margin-right:0;
}
ul.videoList {
	
	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 19px;
}
ul.videoList li.videoItemParent .videoContentContainer {
	position:absolute;
	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:#660000
} 
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{
	font-family: "museo-slab-n7","museo-slab",serif;
	color: #660000;
	width: 246px;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	display: table-cell;
	padding-bottom: 10px;
	vertical-align: middle;
	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-weight:bold;
	text-transform:uppercase;
}
ul.videoList li.videoItemParent div.linkList a {
	color:#660000;
}
ul.videoList li.videoItemParent ul.resources li {
	margin-bottom:0;

}

ul.videoList li.videoItemParent ul.resources li + li {
	margin-top:17px;
}
table.inlineVideo td {
	padding:15px;
}

/* Page Tools */
section#pageTools{
	
}
section#pageTools .wrapper{
	background-color:#ffffff;
	padding-top:40px;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
}
#pageTools ul{
	float:right;
	margin-bottom:12px;
	margin-right:18px;
}
#pageTools ul li{
	float:left;
	margin-left:15px;
	font-size:12px;
	line-height:20px;
	border-left:1px dotted #cccccc;
}
#pageTools ul li a{
	color:#660000;
}
#pageTools ul li:hover a{
	text-decoration:underline;
}
#pageTools ul li.email{
	background:url("../img/toolIcon_email.png") no-repeat 0px center;
	padding-left:30px;
	border:0
}
#pageTools ul li.email:hover{
	background:url("../img/toolIcon_email_hover.png") no-repeat 0px center;
}
#pageTools ul li.print{
	background:url("../img/toolIcon_print.png") no-repeat  15px center;
	padding-left:42px;
}
#pageTools ul li.print:hover{
	background:url("../img/toolIcon_print_hover.png") no-repeat  15px center;
}
#pageTools ul li.share{
	background:url("../img/toolIcon_share.png") no-repeat  15px center;
	padding-left:36px;
}
#pageTools ul li.share:hover{
	background:url("../img/toolIcon_share_hover.png") no-repeat  15px center;
}

/* 404 pages */
body.p404 .mainWrapper .wrapper {
	background:#fff;
}
/* footer nav & social icon section */

#footerNavSocial{
	
}
#footerNavSocial .wrapper{
	background:#fff;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #f6f6f6;
	border-top:1px solid #f6f6f6;
	height:45px;
	line-height:44px;
}

#footerNavSocial .socialLink{
	float:right;
	margin-right:15px;
	margin-top:11px;
}

#footerNavSocial .socialLink a{
	display:block;
	width:24px;
	height:23px;
	background:url("../img/social_icons2.png") no-repeat;
	float:left;
	margin-left:5px;
	border-radius:2px;
	border-radius:3px;
}
#footerNavSocial .socialLink a.youTube {
	background-position:-8px 3px;
	background-color:#ff3333;
}
#footerNavSocial .socialLink a.twitter{
	background-color:#2caae1;
	background-position: -38px 3px;
}
#footerNavSocial .socialLink a.facebook{
	background-position: -66px 2px;
	background-color:#294278;
}
#footerNavSocial .socialLink a.linkedIn{
	background-color:#006699;
	background-position: -96px 3px;
}

#footerNavSocial .socialLink a:hover{
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
}

#footerNav{
	float:left;
	margin-left:15px;
}
#footerNav ul li a{
	color: #660000;
}
#footerNav ul li{
	float:left;
	font-size:12px;
	color:#999;
	padding:0 5px;
}
#footerNav ul li.sep:after{
	content:"|";
}
/* Footer */
footer#footer{
	
}
footer#footer .wrapper{
	position:relative;
	background-color:#ffffff;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA;
	margin-bottom:50px;
}


footer#footer .row{
	padding:10px 0;
	border-bottom:1px solid #E6E6E6;
}

footer#footer section.content{
	padding:25px 0 20px 15px;
	float:left;	
	width:800px;
}
footer#footer a.logo {
	display:block;
	width:131px;
	height:25px;
	position:absolute;
	right:15px;
	bottom:43px;
}
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 section.content .copyright{
	font-size:12px;
	display:block;
	margin-bottom:20px;
	color:#333333;
}
footer#footer section.content p.smallTxt{
	width:100%;
	font-size:11px;
	color:#666666;
}
footer#footer .bottom-border{
	height:10px;
	width:100%;
	position:absolute;
	bottom:0;
	background-color: #660000;
}

/* 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:505px;
	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;
	font-weight:700;
	color:#660000;
	font:19px "museo-slab",serif;
	margin-bottom:15px;
	height:30px;
}
#modalPopup .popup_head.email {
	background:none;
	height:19px;
	
}
#modalPopup iframe {
	width:100%;
	min-height:360px;
	border:0;
}
#modalPopup .inner {
	position:relative;
	left:-3px;
	top:-3px;
	width:530px;
	height:475px;
	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:13px "nimbus-sans",sans-serif;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup.altStyle .inner .popup_content {
	height: 100%
}
#modalPopup .inner  {
	font:13px "nimbus-sans",sans-serif;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup .inner a.continueEmail {
	padding-right:10px;
	margin-top:10px;
	position:relative;
	display:inline-block;
	color:#660000;
	font: 15px "museo-slab",serif;
	font-weight:700;
	text-decoration:none;
}
#modalPopup .inner a.continueEmail:after {
	content: "\25ba";
	font-size: 10px;
	font-family:arial;
	positioN: absolute;
	right: 0;
	line-height: 9px;
	margin-right: -3px;
	top: 5px;
}
#modalPopup .inner a.continueEmail:hover {
	text-decoration:underline;
}
/* Custom Select */
select.custom  {
	display:none;
	width:259px;
	height:29px;
	position:relative;
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
}
.custom_select {
	width:269px;
	height:29px;
	position:relative;
}
.custom_select ul li.overflowcontainer {
  border: none;
  padding: 0;
  margin: 0;
}
.custom_select .overflow {
	overflow-y:auto;
	max-height:250px;	
	color:#660000;
	font-family: "nimbus-sans-n4","nimbus-sans",sans-serif;
	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;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-top:5px;
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
}
.custom_select ul li span.val{
	display:none;
}

/* Blank Entries so that they show up in CSS Studio */
	.wrapper{}
	nav#mainNav ul{}
	div.content a{}
	nav#leftNav li:first-child{}
	nav#leftNav li.selected ul li:first-child{}
	section.mainWrapper{}
	section.mainWrapper .wrapper{}
	.rightResources ul.resources{}
	span.icon{}
	.rightContent.rightRail_present .rightResources:before{}
	.lt-ie9 .rightContent.rightRail_present .rightResources{}
	.lt-ie9 #home nav#mainNav{}
	.lt-ie9 #mainNav li.selected a{}
	div.heroContainer a.more{}
	section#heroBar ul.backgrounds{}
	#heroBar .infoConainer a.more:before{}
	#home ul.attorneyList figure.headShot{}
	section#lowerCallouts article#featuredAttorneys{}
	#lowerCallouts #featuredAttorneys a.more:before{}
	section#viewAllNews a.more:before{}
	section#viewAllNews a.more:before{}
	.firefox ul.IPP_bar li.active:after {}
	a.more:after{}
	a.more:before{}
	#lowerCallouts #featuredAttorneys a.more:after{} 
	section#viewAllNews a.more:after{}
	#lowerCallouts #featuredAttorneys a.more:hover:before{}
	ul.attorneyList figure.headShot:after{}
	#professionals_detail .mainWrapper figure.headShot:after{}
	#professionals_detail .mainWrapper figure.headShot:after{}
	#professionals_landing ul.attorneyList figure.headShot:after{}
	section#viewAllNews {}
	#showBorder{}
	.majorContent .personal .right .email:before {}
	section#viewAllNews a.more:before{}
	section#viewAllNews a.more:hover:before{}
	#professionals_detail div.content:before{}
	.lt-ie9 #videos .filterbyContainer .f_left{}
	.lt-ie9 #videos .filterbyContainer .f_left.filterBy{}
	.content h4:first-child{}
	.content h2:first-child{}
	#news_detail h2{}
	#rep_matters_detail h2{}
	#professionals_landing ul.attorneyList li.firstCol{}
	#home nav#mainNav {}
	#lowerCallouts article + article{}
	#lowerCallouts .headline.even{}
	#lowerCallouts .headline.odd{}
	section.mainWrapper a {}
	#lowerCallouts #aboutUs.onlyOne .articleContent{}
	.lt-ie9 ul.attorneyList figure.headShot:after, .lt-ie9 #professionals_detail .mainWrapper figure.headShot:after, .lt-ie9 #professionals_landing ul.attorneyList figure.headShot:after {}
	#professionals_detail .ipp_content hr {}
/* */

/* ==========================================================================
   Media Queries
   ========================================================================== */
   
   /* Chrome and Safari */
 @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:10000px;
	}
	#rep_matters .custom_select, #news_landing .custom_select {
		width:250px;
	}
	nav#mainNav {
		width:996px;
	}
}

@media screen and (max-device-width: 1025px) {
	#pageTitleWrapper, section#heroBar  {
		/*width:990px*/
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
		nav#mainNav {
			width:996px;
		}
		* {
			max-width:996px!important;
		}
		section#pageTitleWrapper, header, nav#mainNav, section#footerNavSocial, #lowerCallouts, footer{
			width:996px!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
	}
}

@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,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


#filterform input[type="submit"] {
  display: none;
}

.clearfix {
    *zoom: 1;
}

#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;
}
            /* C:\ICX\Live\ICX_Frameworks\FW1\css\main.css end   */
            /* Start Custom Css Fonts */ 
		    
		  /* End Custom Css Fonts */
		
/* [Framework Variant Css - P2B 2.0 */

#blogs #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#blogs div.linkContainer a { 
	color: #0072B5;
	display: block;
	line-height: 22px;
	margin-bottom: 15px;
	
	}
#blogs div.linkContainer a:hover { 
	text-decoration: none;
	color: #1e242e;
	
	}
#blogs div.linkContainer br { 
	display: none;
	
	}
#blogs section.rightContent .content { 
	float: right;
	width: 950px;
	display: flex;
	flex-direction: column;
	
	}
#blogs section.rightContent .content .units { 
	order: 2;
	
	}
#blogs ul.units li a.title { 
	font-size: 20px;
	
	}
#blogs_detail #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#blogs_detail div.linkContainer a { 
	margin-bottom: 15px;
	line-height: 22px;
	color: #0072B5;
	display: block;
	
	}
#blogs_detail div.linkContainer br { 
	display: none;
	
	}
#blogs_detail section.rightContent .content { 
	flex-direction: column;
	display: flex;
	float: right;
	width: 950px;
	
	}
#blogs_detail section.rightContent .content .units { 
	order: 2;
	
	}
#blogs_detail ul.units li { 
	border-top: 0;
	line-height: 26px;
	padding: 10px 0;
	
	}
#contactMessage { 
	display: block;
	margin-top: 20px;
	font-weight: 600;
	
	}
#featuredAttorneys .attorney { 
	width: 1280px;
	margin: 0 auto;
	
	}
#footer .copyright { 
	display: block;
	margin: unset;
	font-size: 16px;
	overflow: hidden;
	
	}
#footer .smallTxt { 
	display: block;
	padding: 20px 0 0;
	border-top: 1px solid #FFFFFF;
	margin-top: 20px;
	font-size: 12px;
	
	}
#footer .wrapper { 
	padding: 0;
	position: relative;
	
	}
#footerNavSocial { 
	margin: 0;
	
	}
#footerNavSocial #footerNav ul li { 
	font-size: 14px;
	float: left;
	margin-left: 9px;
	color: #FFFFFF;
	font-family: "Inter", sans-serif;
	
	}
#footerNavSocial #footerNav ul li a { 
	color: #FFFFFF;
	
	}
#footerNavSocial .wrapper { 
	border-top: unset;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column-reverse;
	padding: 0;
	
	}
#footerNavSocial section.socialLink { 
	margin: 0 0 20px;
	float: unset;
	
	}
#footerNavSocial section.socialLink a { 
	margin: 0 0 0 15px;
	background: none;
	float: right;
	width: auto;
	border-radius: unset;
	cursor: pointer;
	height: auto;
	
	}
#footerNavSocial section.socialLink a:hover { 
	background: transparent !important;
	text-decoration: none !important;
	
	}
#heroBar .infoConainer a.more:before { 
	margin: 0;
	display: inline-block !important;
	
	}
#home h2 { 
	font-family: "Inter", sans-serif;
	color: #1e242e;
	margin-bottom: 0;
	font-weight: 600;
	
	}
#leftNav ul li { 
	border-bottom: 1px solid #e6e6e6;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #1e242e;
	padding: 7px 0;
	font-weight: 400;
	
	}
#leftNav ul li a { 
	color: #1e242e;
	display: block;
	line-height: 20px;
	margin: 5px 0;
	font-weight: 600;
	
	}
#leftNav ul li a:hover { 
	text-decoration: underline;
	color: #002060;
	
	}
#leftNav ul li.selected { 
	font-weight: 700;
	color: #002060;
	
	}
#leftNav ul li.selected a { 
	position: relative;
	font-weight: 700;
	color: #002060;
	
	}
#leftNav ul li.selected ul li a { 
	font-size: 14px;
	font-weight: 600;
	
	}
#leftNav ul li:before { 
	display: none;
	
	}
#lowerCallouts #featuredAttorneys figure.headShot img { 
	height: auto;
	width: 200px;
	
	}
#lowerCallouts #newsBox .headline { 
	margin-bottom: 30px;
	flex: 0 0 45%;
	
	}
#lowerCallouts #newsBox .newsSep { 
	display: none;
	
	}
#lowerCallouts #newsBox .subHead { 
	flex: 0 1 100%;
	
	}
#lowerCallouts .attorneyList { 
	display: flex;
	justify-content: space-between;
	
	}
#lowerCallouts .date { 
	font-size: 14px;
	font-style: normal;
	color: #1e242e;
	font-weight: 400;
	
	}
#lowerCallouts ul.attorneyList .about { 
	height: auto;
	position: relative;
	margin: 5px 0 0;
	
	}
#lowerCallouts ul.attorneyList .abstract { 
	max-height: unset;
	overflow: hidden;
	color: #313535;
	position: relative;
	padding: 0;
	
	}
#lowerCallouts ul.attorneyList figure.headShot { 
	float: none;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	overflow: hidden;
	padding: 3px;
	margin: 0 0 10px;
	
	}
#lowerCallouts ul.attorneyList h2 { 
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	
	}
#lowerCallouts ul.attorneyList h2 a { 
	color: #1e242e;
	
	}
#lowerCallouts ul.attorneyList h2 a:hover { 
	text-decoration: none;
	color: #002060;
	
	}
#mainNav li.selected ul.second a { 
	white-space: normal;
	background: None;
	text-transform: initial;
	display: block;
	-webkit-box-sizing: border-box;
	font-weight: 400;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	color: #fff;
	-moz-box-sizing: border-box;
	border: none;
	padding: 15px;
	font-size: 16px;
	
	}
#modalPopup .inner .popup_content { 
	font-size: 14px;
	line-height: 22px;
	color: #1e242e;
	font-family: "Inter", sans-serif;
	margin: 0;
	font-weight: 400;
	
	}
#modalPopup .inner a.continueEmail { 
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
	padding-right: 0;
	font-size: 17px;
	font-family: "Inter", sans-serif;
	color: #1e242e;
	position: relative;
	text-decoration: underline;
	
	}
#modalPopup .inner a.continueEmail:after { 
	display: none;
	font-weight: 900;
	font-size: 10px;
	right: 0;
	content: "\f061";
	margin-right: -14px;
	top: 7px;
	line-height: 9px;
	positioN: absolute;
	font-family: "Font Awesome 5 Free";
	
	}
#modalPopup .inner a.continueEmail:hover { 
	text-decoration: none;
	color: #002060;
	
	}
#modalPopup .popup_head { 
	font-size: 25px;
	text-transform: unset;
	background: none;
	height: 30px;
	font-family: "Inter", sans-serif;
	padding-bottom: 15px;
	color: #1e242e;
	font-weight: 700;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	
	}
#modalPopup .popup_head.email { 
	background: none;
	
	}
#news_detail #leftNav { 
	display: none;
	
	}
#news_detail .js_topHeader h4 { 
	font-size: 20px;
	color: #1e242e;
	font-weight: 600;
	
	}
#news_detail .rightContent { 
	display: flex;
	flex-direction: column;
	width: 100%;
	
	}
#news_detail .rightContent .content { 
	order: 2;
	
	}
#news_detail .rightResources { 
	order: 3;
	
	}
#newsBox  a.more { 
	border: 1px solid #002060;
	line-height: 28px;
	border-radius: 100px;
	margin: 40px auto 0;
	text-align: center;
	z-index: 10;
	position: relative;
	text-decoration: none;
	float: none;
	color: #002060;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	background: #ffffff;
	display: inline-block !important;
	width: auto;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 600;
	
	}
#newsBox a.more:hover { 
	text-decoration: none !important;
	color: #FFFFFF;
	background: #002060;
	
	}
#newsBox.onlyOne .headline { 
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
	vertical-align: top;
	border-top: none;
	
	}
#pageTitleWrapper #pageTools { 
	top: 62px;
	bottom: 0;
	height: auto;
	background: transparent;
	width: auto;
	position: absolute;
	right: 0;
	
	}
#pageTitleWrapper #pageTools ul { 
	height: auto;
	font-family: "Inter", sans-serif;
	float: right;
	line-height: 33px;
	margin: 0;
	
	}
#pageTitleWrapper #pageTools ul li { 
	border-left: none;
	font-size: 14px;
	display: inline-block;
	height: auto;
	color: #FFFFFF;
	margin-left: 20px;
	line-height: 14px;
	padding-left: 0;
	
	}
#pageTitleWrapper #pageTools ul li a { 
	background: none;
	color: #1e242e;
	display: block;
	padding: 0 !important;
	
	}
#pageTitleWrapper #pageTools ul li a:hover { 
	color: #1e242e;
	opacity: .8;
	text-decoration: none;
	
	}
#practice_detail #leftNav { 
	margin-top: 0 !important;
	
	}
#practice_detail #leftNav:before { 
	display: none;
	
	}
#practice_detail #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#practice_detail .content h1 { 
	font-size: 26px;
	margin: 0 0 40px;
	font-weight: 700;
	
	}
#practice_detail .rightContent .content h3.pageTitle:First-child { 
	font-size: 23px;
	color: #1e242e;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	
	}
#practice_landing #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#professionals_detail #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#professionals_detail .mainWrapper .majorContent { 
	float: right;
	width: 950px;
	margin-left: 52px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal { 
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .name { 
	font-size: 30px;
	font-family: "Inter", sans-serif;
	color: #1e242e;
	font-weight: 600;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .phone { 
	float: left;
	background: none;
	padding: 0;
	line-height: 16px;
	margin: 0;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right { 
	font-size: 16px;
	color: #1e242e;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right div.emailVcard { 
	display: block;
	padding: 5px 0 0;
	line-height: 16px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right div.emailVcard a:hover { 
	opacity: .5;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right div.emailVcard:before { 
	content: "";
	white-space: pre;
	display: block;
	width: 100%;
	height: 10px;
	margin-top: 10px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .title { 
	font-size: 16px;
	font-style: normal;
	margin: 5px 0 10px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .03em;
	
	}
#professionals_detail .mainWrapper .majorContent .personal a.vCard { 
	background: none;
	margin-left: 10px;
	line-height: 17px;
	padding-left: 0;
	height: 20px;
	font-weight: normal;
	color: transparent;
	overflow: hidden;
	float: left;
	font-size: 0;
	
	}
#professionals_detail .mainWrapper .majorContent .personal a.vCard:before { 
	font-weight: normal;
	content: "\f2c2";
	font-family: "Font Awesome 5 Free";
	color: #1e242e;
	font-size: 20px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email { 
	float: left;
	background: none;
	height: auto;
	display: inline-block;
	padding-left: 0;
	line-height: 16px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email a { 
	line-height: 16px;
	color: transparent;
	overflow: hidden;
	display: inline-block;
	font-weight: normal;
	font-size: 0;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email a:before { 
	font-weight: 900;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	color: #1e242e;
	font-size: 19px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.fax { 
	background: none;
	display: Inline-block;
	line-height: 16px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #1e242e;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.fax:before { 
	content: "F. ";
	
	}
#professionals_detail .mainWrapper .majorContent h3 { 
	margin: 30px 0 10px;
	
	}
#professionals_detail .mainWrapper .minorContent .headShot { 
	position: relative;
	
	}
#professionals_detail .mainWrapper .minorContent .headShot img { 
	margin-bottom: 0;
	width: 220px;
	height: 266px;
	border: 1px solid #E9E9E9;
	
	}
#professionals_detail .mainWrapper .minorContent a { 
	color: #002060;
	
	}
#professionals_detail .mainWrapper .minorContent a:after { 
	display: block;
	content: "";
	border-top: 1px dotted #d1d1d1;
	width: auto;
	margin: 5px 0 -15px;
	
	}
#professionals_detail .mainWrapper .minorContent a:hover { 
	text-decoration: none;
	color: #1e242e;
	
	}
#professionals_detail .mainWrapper .socialLink a { 
	display: flex;
	width: 36px;
	float: left;
	border-radius: 36px;
	height: 36px;
	background: #0072b5;
	margin: 0 0 0 10px;
	justify-content: center;
	align-items: center;
	
	}
#professionals_detail .mainWrapper .socialLink a:hover { 
	text-decoration: none;
	
	}
#professionals_detail .mainWrapper h3 { 
	line-height: 22px;
	margin: 30px 0 5px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 3px;
	font-weight: 600;
	color: #1e242e;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	
	}
#professionals_detail .mainWrapper h3.education { 
	margin-top: 50px;
	
	}
#professionals_detail ul.units ul.ckinput li { 
	position: relative;
	padding: 8px 0;
	line-height: 24px;
	border: none;
	
	}
#professionals_detail ul.units ul.ckinput li:first-child { 
	padding-top: 0;
	
	}
#professionals_landing ul.attorneyList .email a { 
	color: #002060;
	display: inline-block;
	font-weight: 600;
	line-height: 26px;
	font-size: 0;
	
	}
#professionals_landing ul.attorneyList a { 
	color: #002060;
	
	}
#professionals_landing ul.attorneyList a.name.title:hover { 
	text-decoration: underline;
	
	}
#professionals_landing ul.attorneyList a.vCard { 
	background: none;
	height: auto;
	padding-left: 0;
	margin-left: 10px;
	line-height: 26px;
	color: #002060;
	font-size: 0;
	font-weight: 600;
	
	}
#professionals_landing ul.attorneyList a.vCard:hover { 
	background-position: none;
	
	}
#professionals_landing ul.attorneyList a:hover { 
	text-decoration: none;
	
	}
#professionals_landing ul.attorneyList div.email { 
	text-transform: uppercase;
	display: inline-block;
	background: none;
	height: auto;
	padding: 0;
	
	}
#professionals_landing ul.attorneyList div.email:Hover { 
	background: none;
	
	}
#professionals_landing ul.attorneyList div.phone { 
	background: none;
	overflow: hidden;
	height: auto;
	line-height: 20px;
	margin: 0;
	padding-left: 0;
	
	}
#professionals_landing ul.attorneyList li { 
	-webkit-box-sizing: border-box;
	font-weight: 400;
	width: 230px;
	box-sizing: border-box;
	margin-right: 20px;
	height: auto;
	float: left;
	font-family: "Inter", sans-serif;
	-moz-box-sizing: border-box;
	border: 1px solid #C2BAA9;
	margin-bottom: 20px;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	
	}
#professionals_landing ul.attorneyList li .headShot { 
	overflow: hidden;
	height: 220px;
	float: none;
	margin: 0 0 10px;
	
	}
#professionals_landing ul.attorneyList li .headShot img { 
	height: auto;
	width: 100%;
	
	}
#professionals_landing ul.attorneyList li .name.title { 
	font-family: inherit;
	font-weight: 700;
	font-size: 16px;
	color: #0072B5;
	line-height: 26px;
	display: block;
	
	}
#professionals_landing ul.attorneyList li .phone { 
	display: none;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: inherit;
	line-height: 26px;
	
	}
#professionals_landing ul.attorneyList li .title { 
	line-height: 26px;
	font-family: inherit;
	font-size: 16px;
	
	}
#professionals_landing ul.attorneyList li.li-third { 
	margin-right: 20px !important;
	
	}
#professionals_landing ul.attorneyList li:hover { 
	border-color: #999999;
	
	}
#professionals_landing ul.attorneyList span.name { 
	color: #002060;
	
	}
#rep_matters_detail .rightContent .content { 
	order: 2;
	
	}
#sitemap ul.expandable li a.header { 
	font-size: 16px;
	color: #1e242e;
	font-weight: 600;
	
	}
#videos .filterbyContainer .f_left { 
	margin-left: 0;
	margin-right: 20px;
	
	}
.attorneyList { 
	margin-top: 20px;
	
	}
.custom_select  ul.custom_selectul { 
	position: absolute;
	top: 0;
	border: 2px solid #000000;
	overflow: hidden;
	width: 100%;
	background: white;
	height: auto;
	box-sizing: border-box;
	
	}
.custom_select .overflow { 
	font-size: 16px;
	overflow-y: auto;
	max-height: 600px;
	color: #1e242e;
	
	}
.custom_select ul li { 
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	
	}
.custom_select ul li.listitem:hover { 
	background: rgba(255,255,255,.3);
	
	}
.custom_select ul li.overflowcontainer { 
	margin: 0;
	border: none;
	padding: 0;
	display: none;
	
	}
.custom_select ul li.selected { 
	overflow: hidden;
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	background: none;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 600;
	
	}
.custom_select ul.expanded { 
	border-color: #0072B5;
	z-index: 90;
	height: auto;
	background: #0072B5;
	color: #FFFFFF;
	
	}
.custom_select ul.expanded li.overflowcontainer { 
	display: block;
	
	}
.custom_select ul.expanded li.overflowcontainer .overflow { 
	color: #FFFFFF;
	
	}
.f_left { 
	float: none;
	display: inline-block;
	vertical-align: top;
	
	}
.filterbyContainer { 
	padding: 0;
	background: transparent;
	font-size: 14px;
	
	}
.filterbyContainer .f_left + .f_left.label { 
	margin-right: 0;
	margin-left: 8px!important;
	
	}
.filterbyContainer .f_left .custom_select { 
	margin: 0 10px 0 0;
	
	}
.filterbyContainer .f_left.label { 
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	padding: 5px 28px 0 9px;
	color: #1e242e;
	
	}
.filterbyContainer .f_left.label.filterBy { 
	position: relative;
	margin-bottom: 5px;
	float: none;
	display: block;
	padding: 0 0 8px;
	
	}
.filterbyContainer .f_left.label.filterBy:after { 
	right: 0;
	margin-right: -4px;
	height: 28px;
	content: "";
	background: #FFFFFF;
	top: 0;
	position: absolute;
	width: 568px;
	display: block;
	
	}
.heroContainer { 
	display: flex;
	align-items: flex-start;
	justify-content: center;
	
	}
.js_topHeader { 
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 13px;
	margin-bottom: 13px;
	padding-left: 0;
	
	}
.js_topHeader .sourceInfo { 
	font-size: 16px;
	color: inherit;
	
	}
.js_topHeader .subTitle { 
	font-size: 16px;
	color: #1e242e;
	
	}
.js_topHeader .title { 
	margin-bottom: 5px;
	font-family: "Inter", sans-serif;
	color: inherit;
	text-transform: unset;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	
	}
.js_topHeader a.title { 
	font-size: 22px;
	font-family: "Inter", sans-serif;
	margin-bottom: 5px;
	text-transform: unset;
	color: #1e242e;
	font-weight: 600;
	line-height: 22px;
	
	}
.js_topHeader h1 { 
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: inherit;
	text-transform: unset;
	margin-bottom: 5px;
	
	}
.js_topHeader h4 { 
	font-family: "Inter", sans-serif;
	text-transform: unset;
	color: inherit;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	
	}
.js_topHeader.noLeft_yesRes { 
	padding-left: 0;
	
	}
.mainWrapper { 
	position: relative;
	
	}
.optionalTagLine { 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	color: #1e242e;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-align: right;
	font-size: 26px;
	display: none;
	
	}
.rightContent { 
	float: right;
	width: 950px;
	color: #1e242e;
	
	}
.rightContent .content p.abstract { 
	margin: 5px 0 0;
	line-height: 26px;
	
	}
.rightResources .subHead { 
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	color: #1e242e;
	margin-bottom: 15px;
	
	}
.rightResources div.custom_select { 
	margin-bottom: 30px;
	width: auto;
	
	}
.subHead.pageTitle { 
	width: 75%;
	line-height: 46px;
	font-family: "Inter", sans-serif;
	color: #0072B5;
	font-size: 36px;
	font-weight: 700;
	padding: 50px 0 30px;
	
	}
.wrapper { 
	margin: 0 auto;
	width: 1280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-moz-box-sizing: border-box;
	
	}
.wrapper .padding { 
	padding: 30px 0 100px;
	
	}
a.link.attachment { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #002060;
	
	}
a.link.url { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #002060;
	
	}
a.logoType { 
	margin: 0;
	
	}
a.more { 
	text-align: left;
	line-height: 16px;
	background: transparent;
	border-radius: 0;
	height: auto;
	display: inline-block;
	font-weight: 600;
	color: #002060;
	padding: 0;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	
	}
a.more span { 
	display: none;
	
	}
a.noLink { 
	text-decoration: none;
	cursor: text;
	color: #1e242e !important;
	
	}
a.noLink:hover { 
	color: #1e242e !important;
	text-decoration: none;
	cursor: text;
	opacity: 1;
	
	}
a.rss { 
	font-size: 16px;
	height: 30px;
	position: relative;
	color: #1e242e;
	font-family: inherit;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
	line-height: 30px;
	font-weight: 600;
	
	}
a.rss:before { 
	background: none;
	content: "\f09e";
	height: auto;
	top: -1px;
	left: 0;
	border-radius: 0;
	position: absolute;
	display: block;
	width: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	
	}
a.rss:hover { 
	text-decoration: none;
	color: #000000;
	
	}
a.rss:hover:before { 
	background-color: transparent;
	
	}
a:link { 
	color: #0072B5;
	
	}
a:visited { 
	color: #0072B5;
	
	}
body { 
	font-weight: 400;
	background: #FFFFFF;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	color: #1e242e;
	line-height: 26px;
	
	}
div.linkContainer a { 
	font-weight: 400;
	display: block;
	font-family: inherit;
	font-size: 16px;
	color: #002060;
	
	}
div.unitsHeader { 
	font-size: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin: 30px 0 15px 0;
	height: 25px;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	clear: both;
	
	}
div.unitsHeader a.more { 
	font-size: 14px;
	background: none;
	color: #002060;
	float: right;
	position: relative;
	bottom: -5px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	padding: 0 30px 0 0;
	
	}
div.unitsHeader a.more:after { 
	display: none;
	
	}
div.unitsHeader a.more:hover { 
	color: #002060;
	text-decoration: none;
	
	}
footer#footer { 
	display: flex;
	line-height: 23px;
	flex-direction: column-reverse;
	font-size: 13px;
	height: auto;
	margin: 0;
	
	}
footer#footer .content { 
	line-height: 26px;
	width: 100%;
	
	}
footer#footer a.logo.icxlegal { 
	background-size: 100% !important;
	background: url("/siteFiles/467e4f23-a78e-46ba-be20-3f4a7f3eb79f/custom/images/icx_logo_white.png") 0 0 no-repeat;
	
	}
footer#footer a.logo.icxpro { 
	background: url("../img/footerLogo-icxpro-white.png") 0 0 no-repeat;
	
	}
h2 { 
	font-size: 24px;
	font-family: "Inter", sans-serif;
	margin-bottom: 15px;
	color: #1e242e;
	font-weight: 600;
	line-height: 30px;
	
	}
h3.pageTitle { 
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	text-transform: unset;
	font-size: 26px;
	margin: 0;
	
	}
h4 { 
	font-family: "Inter", sans-serif;
	color: #313535;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	
	}
header { 
	background: transparent;
	height: auto;
	filter: #002060;
	border-bottom: none;
	width: 100%;
	position: realative;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	}
header .wrapper { 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: transparent;
	height: auto;
	
	}
header .wrapper:after { 
	display: none;
	
	}
header .wrapper:before { 
	display: none;
	
	}
header a.logoType { 
	z-index: 50;
	margin: 35px 0 15px;
	
	}
nav#mainNav { 
	right: 0;
	left: 0;
	margin: auto;
	z-index: 10;
	top: 140px;
	font-size: 16px;
	width: auto;
	position: absolute;
	height:  auto;
	background: transparent;
	
	}
nav#mainNav .wrapper #menu { 
	align-items: center;
	justify-content: flex-end;
	margin-top: 0;
	display: flex;
	
	}
nav#mainNav .wrapper > ul > li:first-child ul.second { 
	margin-left: -125px;
	
	}
nav#mainNav li.lastItem ul.second { 
	margin-left: -116px;
	
	}
nav#mainNav li.lastItem ul.second.twoColumns { 
	margin-left: -215px;
	
	}
nav#mainNav ul li { 
	margin: 0 0 0 25px;
	display: inline-block;
	background: none;
	height: auto;
	line-height: 16px;
	color: #FFFFFF;
	position: relative;
	font-family: "Inter", sans-serif;
	padding: 0;
	font-weight: 700;
	font-size: 17px;
	
	}
nav#mainNav ul li a { 
	color: #FFFFFF;
	text-transform: unset;
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	
	}
nav#mainNav ul li a:hover { 
	text-decoration: none;
	color: #002060;
	
	}
nav#mainNav ul li ul.second:after { 
	display: none;
	
	}
nav#mainNav ul li.selected a { 
	color: #FFFFFF;
	
	}
nav#mainNav ul li.selected li a:after { 
	display: none;
	
	}
nav#mainNav ul li:hover > a { 
	color: #FFFFFF;
	
	}
nav#mainNav ul ul li a:hover:after { 
	display: none;
	
	}
nav#mainNav ul.second { 
	white-space: normal;
	background: #225751;
	overflow: visible;
	margin-top: 0;
	margin-left: -125px;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	left: 50%;
	filter: none;
	z-index: 50;
	width: 250px;
	-moz-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	position: absolute;
	-moz-box-sizing: border-box;
	top: 77px;
	
	}
nav#mainNav ul.second .fakeSep { 
	margin-top: -60px;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	
	}
nav#mainNav ul.second li { 
	text-align: left;
	background: none;
	padding: 0;
	height: auto;
	line-height: 1;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	
	}
nav#mainNav ul.second li a { 
	white-space: normal;
	font-size: 16px;
	padding: 15px;
	border: none;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
	background: None;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	text-transform: initial;
	display: block;
	
	}
nav#mainNav ul.second li a:hover { 
	background: rgba(255,255,255,.2);
	filter: none;
	
	}
nav#mainNav ul.second ol { 
	float: none;
	padding: 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
	
	}
nav#mainNav ul.second.twoColumns { 
	width: 250px;
	margin-left: -125px;
	
	}
section#heroBar { 
	position: relative;
	background: linear-gradient(0deg, rgb(0, 114, 181) 0%, rgb(30, 42, 65) 100%);
	height: 700px;
	color: #FFFFFF;
	overflow: hidden;
	margin: -170px 0 0;
	
	}
section#heroBar #heroShadow { 
	background: linear-gradient(90deg, rgba(0,114,181,1) 0%, rgba(30,42,65,1) 100%);
	display: none;
	height: 700px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: auto;
	right: 0;
	
	}
section#heroBar .infoConainer { 
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	position: relative;
	z-index: 3;
	text-align: left;
	width: 900px;
	vertical-align: middle;
	display: block;
	
	}
section#heroBar .infoConainer h1 { 
	font-weight: 800;
	font-size: 80px;
	font-style: normal;
	font-family: "Inter", sans-serif;
	line-height: 84px;
	
	}
section#heroBar .infoConainer p { 
	width: auto;
	margin-top: 40px;
	text-align: left;
	font-size: 26px;
	line-height: 30px;
	
	}
section#heroBar .infoConainer p a { 
	margin: 0 auto;
	position: relative;
	display: inline-block;
	top: 0;
	color: #FFFFFF;
	
	}
section#heroBar .infoConainer p a.more { 
	margin-top: 0;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	background: #1E2A41;
	padding: 15px 20px;
	border-radius: 50px 50px 50px 5px;
	
	}
section#heroBar .infoConainer p a.more:hover { 
	color: #FFFFFF;
	
	}
section#lowerCallouts #aboutUs { 
	padding: 40px 0;
	
	}
section#lowerCallouts #aboutUs .articleContent { 
	color: #0072B5;
	font-size: 18px;
	line-height: 28px;
	border-bottom: none;
	padding: 0;
	margin: 0 auto;
	
	}
section#lowerCallouts .wrapper { 
	padding-top: 0;
	width: 100%;
	
	}
section#lowerCallouts article { 
	box-shadow: none;
	background: transparent;
	-webkit-box-sizing: border-box;
	min-height: 100px;
	float: none;
	width: 100%;
	-moz-box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: none;
	position: relative;
	padding: 80px 0;
	height: auto !important;
	margin: 0;
	
	}
section#lowerCallouts article .bottomShadow { 
	display: none;
	
	}
section#lowerCallouts article .bottomShadow.long { 
	display: none;
	
	}
section#lowerCallouts article .subHead { 
	font-family: "Inter", sans-serif;
	-webkit-box-sizing: border-box;
	font-style: normal;
	height: auto;
	color: #313535;
	line-height: 36px;
	font-size: 36px;
	border: none;
	font-weight: 700;
	box-sizing: border-box;
	text-align: center;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 0 auto 30px;
	text-transform: unset;
	
	}
section#lowerCallouts article#aboutUs.onlyOne .articleContent { 
	padding-bottom: 0;
	
	}
section#lowerCallouts article#featuredAttorneys { 
	background: #f5f5f5;
	
	}
section#lowerCallouts article#newsBox { 
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: transparent;
	
	}
section#lowerCallouts article#newsBox h2 a { 
	color: #002060;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	display: block;
	text-decoration: none;
	
	}
section#lowerCallouts article#newsBox h2 a:hover { 
	text-decoration: underline;
	
	}
section#lowerCallouts article.onlyOne .headline.odd { 
	margin-left: 0;
	
	}
section#pageTitleWrapper { 
	background-color: #FFFFFF !important;
	background-position: top !important;
	padding-top: 200px;
	margin-top: -170px;
	background-repeat: repeat-x !important;
	height: auto;
	
	}
section#pageTitleWrapper .wrapper { 
	position: relative;
	
	}
section.attorney ul li { 
	width: 208px;
	display: block !important;
	
	}
section.mainWrapper .bottomShadow { 
	display: none;
	
	}
section.mainWrapper .wrapper { 
	box-shadow: none;
	background: #FFFFFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	filter: unset;
	
	}
ul.backgrounds li { 
	background-repeat: repeat-x !important;
	height: 950px;
	left: 0;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	background-position: center !important;
	opacity: .5;
	
	}
ul.expandable li { 
	border-bottom: 1px solid #dadada;
	padding: 10px 0 10px 16px;
	
	}
ul.expandable li a.header { 
	font-size: 18px;
	color: #1e242e;
	font-weight: 600;
	
	}
ul.expandable li a.header:hover { 
	color: #002060;
	text-decoration: none;
	
	}
ul.expandable li.expandable div.content { 
	margin-top: 5px;
	font-family: inherit;
	font-size: 16px;
	color: #002060;
	display: none;
	
	}
ul.IPP_bar li { 
	font-size: 20px;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	color: #1e242e;
	font-weight: 600;
	display: inline-block;
	margin-right: 25px;
	line-height: 16px;
	
	}
ul.IPP_bar li a { 
	border-radius: 0;
	height: auto;
	color: #1e242e;
	padding: 0;
	line-height: 16px;
	display: block;
	
	}
ul.IPP_bar li a:hover { 
	text-decoration: none;
	
	}
ul.IPP_bar li.active a { 
	background: transparent;
	color: #002060;
	
	}
ul.IPP_bar li.active:after { 
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #b48e50;
	margin-top: 10px;
	
	}
ul.IPP_bar li:after { 
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	background: transparent;
	margin-top: 10px;
	
	}
ul.IPP_bar li:hover:after { 
	margin-top: 10px;
	background: #b48e50;
	height: 1px;
	width: 100%;
	display: block;
	content: "";
	
	}
ul.practiceList { 
	border: none;
	
	}
ul.qaGeneral li div.q a { 
	font-size: 16px;
	color: #1e242e;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	
	}
ul.resources li a { 
	font-size: 16px;
	color: #1e242e;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	
	}
ul.resources li.dl span.icon { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #002060;
	
	}
ul.resources li.pg span.icon { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #002060;
	
	}
ul.units .subList { 
	margin-top: 15px;
	font-size: 14px;
	font-family: inherit;
	
	}
ul.units .subList .cat { 
	display: none;
	font-weight: 400;
	
	}
ul.units .subList a { 
	color: #0072B5;
	font-size: 15px;
	
	}
ul.units li { 
	border-top: 1px solid #d8d8d8;
	position: relative;
	padding: 25px 60px 25px 0;
	line-height: 26px;
	
	}
ul.units li .subTitle { 
	margin: 5px 0 10px;
	font-size: 14px;
	color: #1e242e;
	text-transform: uppercase;
	
	}
ul.units li .txt { 
	font-size: 16px;
	color: #1e242e;
	line-height: 26px;
	
	}
ul.units li a.title { 
	font-size: 18px;
	color: #1e242e;
	display: inline-block;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	
	}
ul.units li a.title:hover { 
	text-decoration: underline;
	color: #002060;
	
	}
ul.videoList { 
	display: flex;
	flex-wrap: wrap;
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
	
	}
ul.videoList li.videoItemParent { 
	position: relative;
	margin-bottom: 20px;
	width: 330px;
	float: none;
	height: 250px;
	
	}
ul.videoList li.videoItemParent .videoContentContainer { 
	padding: 15px;
	width: 330px;
	-webkit-box-sizing: border-box;
	height: 217px;
	background: #fff;
	position: relative;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	}
ul.videoList li.videoItemParent .videoContentContainer:hover { 
	border-color: #1e242e;
	
	}
ul.videoList li.videoItemParent div.expander .txt { 
	font-family: "Inter", sans-serif;
	text-align: left;
	font-size: 16px;
	color: #1e242e;
	height: 35px;
	padding-bottom: 10px;
	vertical-align: middle;
	display: table-cell;
	width: 246px;
	
	}
ul.videoList:after { 
	display: none;
	width: inherit;
	content: "";
	flex: auto;
	
	}


/* [/Framework Variant Css - P2B 2.0] */


/* [ Logo Css - /siteFiles/B6B9603B-FE32-4022-8BE7-3CDA1DB1B04B/logo/logo_web8.png] */


		
			header a.logoType {
				background: url("/siteFiles/B6B9603B-FE32-4022-8BE7-3CDA1DB1B04B/logo/logo_web8.png") repeat scroll 0 0 transparent;
				
						width : 192px;
						height : 62px;
					
			}
			#modalPopup .popup_head{
				background: url("/siteFiles/B6B9603B-FE32-4022-8BE7-3CDA1DB1B04B/logo/logo_web8.png") no-repeat scroll 0 0 transparent;
				background-size:contain;
			}
		
	

/* [/ Logo Css ] */

/* [ Include Css - staticcontent.inc] */


			
					body {
						background-image:url('/siteFiles/B6B9603B-FE32-4022-8BE7-3CDA1DB1B04B/InnerBgpageImages/banner12.jpg')!important;
						background-position:top center;
						background-repeat:no-repeat;
						background-color: #00040e
					}
				
			
			
/* [/ Include Css ] */

/* [ Custom Css ] */

.FWM .ckinput {
  padding: 0 0 0 18px;
}

a:link {
   transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
}
.content-holder a:link,
.rightContent .content p.abstract a:link {
  text-decoration: underline
}
.content-holder a:link:hover,
.rightContent .content p.abstract a:link:hover {
   text-decoration: none
}
b,
strong {
   font-weight: 700;
}
td {
    vertical-align: top;
}

.FW3 nav#mainNav ul li a:after {
    bottom: -5px;
    width: 0;
    background: #FFFFFF;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0px;
    content: '';
    position: absolute;
    -webkit-backface-visibility: hidden;
}
.FW3 nav#mainNav ul li a:hover::after, .FW3 nav#mainNav ul li.selected a::after {
    width: 100%;
}


#home.FWM .homepage-slider-image {
   object-fit: cover;
}
.FWM header .main-nav-button {
   display: block;
   position: absolute;
   top: 30px !important;
   right: 10px !important;
   height: 3px !important;
   width: 35px;
   background: #1e242e !important;
}
.FWM header .main-nav-button::before,
.FWM header .main-nav-button::after {
   position: absolute;
   display: block;
   left: 0;
   width: 100%;
   background-color: transparent;
   content: "";
   height: 10px
}
.FWM header .main-nav-button::before {
   top: -10px;
   border-top: 3px solid #1e242e;
}
.FWM header .main-nav-button::after {
   bottom: -10px;
   border-bottom: 3px solid #1e242e;
}
.FWM header .main-nav-button.opened {
   background: none !important;
}
.FWM header .main-nav-button.opened::before {
   top: -3px;
   transform: rotate(45deg);
}
.FWM header .main-nav-button.opened::after {
   bottom: 0;
   transform: rotate(-45deg);
}
.FWM header .main-nav-button.opened::before,
.FWM header .main-nav-button.opened::after {
   border-color: #ffffff;
}

.FWM #position-statement a.more.title {
   position: relative;
   color: #0072B5;
   font-family: "Inter", sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   display: inline-block;
   z-index: 1;
   margin: 10px 0 0;
}
.FWM #position-statement a.more.title:after {
   content: "";
   width: 20px;
   height: 1px;
   background: #0072B5;
   display: inline-block;
   margin: 0 0 5px 10px;
}

.FWM a.more.title:before {
   content: "Learn More"
}

/*--- SOCIAL ICONS --*/

.FWM #footerNavSocial .socialLink .twitter{
   order: 3;
}
.FWM #footerNavSocial .socialLink .facebook{
   order: 2;
}
.FWM #footerNavSocial .socialLink .share {
   order: 5;
}
.FWM #footerNavSocial .socialLink .linkedIn {
   order: 1;
}
.FWM #footerNavSocial .socialLink .youTube {
   order: 4;
}

.FWM #footerNavSocial .socialLink a
/*.FWM#professionals_detail .majorContent .personal .right .socialLink a,
#professionals_detail .mainWrapper .socialLink a,
#professionals_detail .mainWrapper .socialLink a:hover*/ {
   background: none !important;
}

.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn,
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter,
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook { 
	background: #0072b5;
	padding: 10px;
	height: 20px;
	width: 20px;
	line-height: 19px;
	border-radius: 100%;
	font-size: 0;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
        justify-content: center;
	}

.FWM #footerNavSocial .socialLink a:before,
.FW3 #footerNavSocial section.socialLink a:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink a:before,
.FW3#professionals_detail .mainWrapper .socialLink a:before {
   background: transparent;
   display: block;
   color: #FFFFFF;
   font-family: "Font Awesome 5 Brands";
   font-size: 20px;
   line-height: 20px;
}

.FWM #footerNavSocial .socialLink .twitter:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter:before,
.FW3#professionals_detail .mainWrapper .socialLink a.twitter:before,
.FW3 #footerNavSocial section.socialLink a.twitter:before {
   content: "\e61b";
}
.FWM #footerNavSocial .socialLink .facebook:before,
.FW3 #footerNavSocial section.socialLink a.facebook:before {
   content: "\f39e";
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook:before,
.FW3#professionals_detail .mainWrapper .socialLink a.facebook:before {
   content: "\f09a";
}
.FWM #footerNavSocial .socialLink .share:before {
   content: "\f1e0";
}
.FWM #footerNavSocial .socialLink .linkedIn:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn:before,
.FW3#professionals_detail .mainWrapper .socialLink a.linkedIn:before,
.FW3 #footerNavSocial section.socialLink a.linkedIn:before {
   content: "\f0e1";
}
.FWM #footerNavSocial .socialLink .youTube:before,
.FW3 #footerNavSocial section.socialLink a.youTube:before {
   content: "\f16d";
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing:before,
.FW3#professionals_detail .mainWrapper .socialLink a.xing:before {
   content: "\f168";
}

.FWM #footerNavSocial .socialLink a:hover:before,
.FW3 #footerNavSocial section.socialLink a:hover:before {
   opacity: .8;
}
.FWM#professionals_detail .majorContent .personal .right .socialLink a:hover:before,
.FW3#professionals_detail .mainWrapper .socialLink a:hover:before {
   color: #FFFFFF;
}

/*-- PAGE TOOLS --*/
.FW3 #pageTitleWrapper #pageTools ul li.email a:before,
.FW3 #pageTitleWrapper #pageTools ul li.print a:before,
.FW3 #pageTitleWrapper #pageTools ul li.share a:before{
   background: transparent;
   color: #000000;
   font-family: "Font Awesome 5 Free";
   font-size: 16px;
   margin-right: 5px;
   font-weight: 900;
}
.FWM #footerNavSocial .socialLink .share:before {
   background: transparent;
   color: #FFFFFF;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
}
.FW3 #pageTitleWrapper #pageTools ul li a:hover:before {
   color: #0072b5;
}
.FW3 #pageTitleWrapper #pageTools ul li.email a:before {
   content: "\f0e0";
}
.FW3 #pageTitleWrapper #pageTools ul li.print a:before {
   content: "\f02f";
}
.FW3 #pageTitleWrapper #pageTools ul li.share a:before {
   content: "\f1e0";
}

/*--- CONTACT PAGE ---*/

.FW3#contact-us .rightContent.noLeftNav .content {
   display: flex;
   justify-content: space-between;
}

#contact-us #content a[name="content"] {
   display: none;
}

.FW3#contact-us h2 {
  width: 700px;
  font-weight: 400;
  margin-bottom: 50px
}
.FWM#contact-us h2 {
  font-weight: 400;
  margin-bottom: 20px
}
#contact-wrap {
  background: #f5f5f6;
  overflow: hidden;
}
#contact-info {
  padding: 20px
}
#g-map-link:before{
   content:"\f3c5";
   font-family: "Font Awesome 5 Free";
   margin-right: 5px;
   font-weight: 900;
   display: inline-block;
}
#g-map-link:hover:before{
   text-decoration: none !important;
}
#g-map-link:hover {
   color: #0072B5;
   text-decoration: underline;
}
#online-payments {
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #cccccc
}
.FWM#online-payments {
  padding: 0;
}

/*-- CONTACT FORM --*/

.FW3 #form_134 {
  margin: 0 0 0 50px;
}
.FWM #form_134 {
   margin: 20px 0;
   overflow: hidden;
}
.FW3 #form_134 tr {
   height: 30px
}
.FW3 #form_134 td,
.FWM #form_134 td {
   display: block
}
.FW3 #form_134 td input {
   width: 400px;
}
.FW3 #form_134 td textarea {
   width: 400px;
   height: 200px;
   margin: 0 0 10px 0;
}
.FW3 #form_134 .error,
.FWM #form_134 .error {
   color: #DC143C;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 100%;
   font-family: muli,sans-serif;
}
.FW3 #form_134 td input.error,
.FWM #form_134 td input.error {
   border: 1px solid #000000;
}
#form_134 input[type="submit"] {
   clear: both;
   width: auto !important;
   display: block;
   background: #0072b5;
   border: 1px solid #0072b5 !important;
   padding: 10px 20px  !important;
   color: #FFFFFF;
   font-weight: 600;
   font-family: "proxima-nova",sans-serif;
   font-size: 18px;
   border-radius: 0  !important;
   line-height: 18px;
   transition: background 0.4s ease;
   -o-transition: background 0.4s ease;
   -moz-transition: background 0.4s ease;
   -webkit-transition: background 0.4s ease;
}

#form_134 input[type="submit"]:hover {
   background: #1e2a41;
   border-color: #1e2a41 !important;
}
.FWM #form_134 table td input,
.FWM #form_134 table td textarea,
.FWM #form_134 input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
   width: 100%;
   border: 1px solid #999999;
   box-sizing: border-box;
   padding: 5px;
}


/*-- LOWERCALLOUT BG --*/
.FW3 section#lowerCallouts .wrap {
   width: 1280px;
   margin: 0 auto;
}
.FWM section#lowerCallouts .wrap {
   order: 3;
   width: 100%;
}


.FWM#practice_detail .IPP_bar {
   display: flex;
   flex-direction: column;
}
.FWM#practice_detail .IPP_bar li:first-child {
   order: 3
}

.FW3 section#heroBar .infoConainer ul {
   margin-top: 20px
}
.FW3 section#heroBar .infoConainer ul li {
   display: inline-block;
   margin: 0 5px
}
.FW3 section#heroBar .infoConainer ul li a,
.positionStatement ul li a {
   border: 1px solid #FFFFFF;
   padding: 10px 20px;
   color: #FFFFFF;
   font-size: 16px;
   text-transform: uppercase;
   font-family: "Inter", sans-serif;
   font-weight: 700;
}
.positionStatement ul li a {
   display: block;
}
.FW3 section#heroBar .infoConainer ul li a:hover,
.positionStatement ul li a:hover {
   text-decoration: none;
   background: #002771;
   border-color: #002771;
}

/*-- iOS hack to fix rounded corners on input fields --*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
   border: 1px solid #999
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
   .FW3 #pageTitleWrapper {
      width: auto!important
   }
}
.FW3#professionals_detail .mainWrapper .minorContent ul li {
   list-style-type: none;
   display: list-item;
   padding: 10px 0 0
}
.FW3#professionals_detail .mainWrapper .minorContent ul {
   margin: 0;
   padding: 0;
}


/* VIEW ALL NEWS BTN */

.FW3 #newsBox .news-btn{
  margin: 40px auto 0;
  flex: 0 0 100%;
  text-align: center;
}
.FWM #newsBox a.more:before{
    content: "Read More" !important;
   font-weight: 600;
}
.FWM #lowerCallouts #newsBox .headline:last-of-type{
  border-bottom: none;
  margin: 0;
}
.FWM #lowerCallouts #newsBox {
   padding: 0 20px;
   box-sizing: border-box;
}

.FWM #position-statement{
   background: #f5f5f6;
   padding: 30px 20px;
   box-sizing: border-box;
   order: 1;
   margin-bottom: 30px;
}
.FWM #position-statement p {
   color: #313535;
   margin: 0;
  font-family: "Inter", sans-serif;
font-weight: 400;
}
.FWM #position-statement h1{
   font-family: "Inter", sans-serif;
   font-weight: 700;
   line-height: 36px;
   margin: 0 0 10px;
   z-index: 1;
   position: relative;
   color: #002060;
  font-size: 26px;
}

.FWM td{
  display: block
}


.FW3 #pageTools .wrapper {
  margin: 0 !important;
  width: auto;
}

.FWM #heroBar h1 {
   color: #FFFFFF;
   position: relative;
   z-index: 10;
   font-family: "Inter", sans-serif;
   font-size: 26px;
   line-height: 30px;
   padding: 0 15px;
   box-sizing: border-box;
   font-weight: 800;
   margin: 30px 0 10px;
}

.FWM #heroBar p {
   color: #FFFFFF;
   z-index: 10;
   position: relative;
   padding: 0 15px;
}

.FWM #heroBar .more {
   color: #FFFFFF;
   z-index: 10;
   position: relative;
   text-transform: uppercase;
   font-family: "Inter", sans-serif;
   background: #1E2A41;
   padding: 10px 15px;
   border-radius: 50px 50px 50px 5px;
   font-size: 14px;
   font-weight: 600;
   margin: 0 0 20px 15px;
   display: inline-block;
}

.FWM #heroBar .more:after {
    content: "";
    background: #FFFFFF;
    width: 20px;
    height: 1px;
    display: inline-block;
    margin: 0 0 5px 10px;
}



.heroContainer .wrap{
flex-direction: column;
justify-content: center;
height: 530px;
width: 100%;
display: flex;
padding-top: 170px;
}


#lowerCallouts #position-statement #wrap{
	width: 960px;
	margin: 60px auto;
	font-size: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 44px;
}
#lowerCallouts #position-statement #wrap strong{
	font-weight: 600;
}
#lowerCallouts #position-statement #wrap .more:before{
	content: "Learn More";
	color: #3c7877;
	display: block;
}

section#lowerCallouts #featuredAttorneys a.more:before {
    content: "view";
	  margin-right: 5px;
	  font-weight: 400;
}
section#lowerCallouts #featuredAttorneys a.more {
 text-decoration: none;
	border: 1px solid #002060;
	padding: 8px 20px;
	border-radius: 100px;
}
section#lowerCallouts #featuredAttorneys a.more:hover {
	background: #002060;
	color: #ffffff;
}


/*-- VIDEO EMBEDS --*/
.video-embed,
#video-embed,
.FWM .vimeo-wrapper{
margin: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
}
.video-embed iframe,
#video-embed iframe,
.FWM .vimeo-wrapper iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    padding: 0;
}



/*-- PROFESSIONALS LANDING PAGE --*/
.FW3#professionals_landing .attorneyList li:nth-of-type(4n+0) {
	margin-right: 0 !important;
}
/*.FW3#professionals_landing .attorneyList li:nth-of-type(3n+0) {
   margin-right: 4% !important;
}*/
.FW3#professionals_landing ul.attorneyList li .about {
   padding: 10px 10px 0;
   box-sizing: border-box;
}
#professionals_landing ul.attorneyList li .headShot a img {
   /*filter: grayscale(1);*/
   -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
   transition: opacity 0.3s, transform 0.3s;
}
#professionals_landing ul.attorneyList li .headShot a:hover img {
   text-decoration: none;
   filter: grayscale(0);
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}

/*-- PROFESSIONALS DETAIL --*/

/*#professionals_detail .mainWrapper .minorContent .headShot:after {
  content: "";
  background-image: url(/siteFiles/FD4869F7-87D1-4595-965C-B2183F4697A0/custom/images/headshot-accent.png);
  position: absolute;
  height: 95px;
  width: 81px;
  bottom: 1px;
  left: 1px;
  display: block;
  background-repeat: no-repeat
}*/


/*-- EMAIL VCARD ICONS FOR PROFESSIONALS --*/

#professionals_landing ul.attorneyList .email a:before,
#professionals_detail .mainWrapper .majorContent .personal div.email a:before{
  content: "";
  background-image: url(/siteFiles/FD4869F7-87D1-4595-965C-B2183F4697A0/custom/images/email.png);
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 24px;
  background-repeat: no-repeat;
}
#professionals_landing ul.attorneyList a.vCard:before,
#professionals_detail .mainWrapper .majorContent .personal a.vCard:before {
  content: "";
  background-image: url(/siteFiles/FD4869F7-87D1-4595-965C-B2183F4697A0/custom/images/vcard.png);
  width: 25px;
  height: 20px;
  display: inline-block;
  background-size: 25px;
  background-repeat: no-repeat;
}
#professionals_landing ul.attorneyList .email a:hover:before,
#professionals_landing ul.attorneyList a.vCard:hover:before,
#professionals_detail .mainWrapper .majorContent .personal div.email a:hover:before,
#professionals_detail .mainWrapper .majorContent .personal a.vCard:hover:before  {
 opacity: .7
}




.custom_selectul .selected:after{
   content:"\f0ab";
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900;
   font-size: 20px;
   float: right;
}
.custom_selectul.expanded .selected:after{
   content:"\f0aa";
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900;
   font-size: 20px;
   float: right;
}


/*-- FOOTER --*/
.FW3 footer#footer .footer-content{ 
	display: flex;
	flex-direction: column-reverse;
	line-height: 23px;
	font-size: 13px;
	height: auto;
	margin: 0;
	padding: 40px 0;
	background: #0072B5;
	color: #ffffff;
	}


#footer .content .copyright a{
   text-decoration: none;
   color: #FFFFFF;
}

#footer-cta {
  width: 1280px;
  margin: 0 auto 40px;
  color: #FFFFFF;
  padding: 60px;
  box-sizing: border-box;
  font-size: 42px;
  font-weight: 200;
  line-height: 58px;
  /* background: rgb(16,38,64);*/
  background: url('/siteFiles/B6B9603B-FE32-4022-8BE7-3CDA1DB1B04B/custom/images/pattern-element.png') center, linear-gradient(0deg, rgba(30,42,66,1) 0%, rgba(0,115,184,1) 100%);
  display: flex;
}

.FWM #footer-cta {
  width: 100%;
  flex-direction: column;
  padding: 20px;
  font-size: 32px;
  line-height: 42px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.FWM .footer-content {
  background: #0072B5;
}

.FW3 #footer-cta #footer-cta-btn {
  width: 50%;
  text-align: right
}

#footer-cta #footer-cta-btn a {
  margin-top: 50px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  background: #0072b5;
  padding: 0 20px;
  border-radius: 50px 50px 50px 5px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.FWM #footer-cta #footer-cta-btn a {
   margin-top: 30px;
}

#footer-cta #footer-cta-btn a:after {
  content: "";
  background: #FFFFFF;
  width: 20px;
  height: 1px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  margin: 0 0 5px 10px;
}
#footer-cta #footer-cta-btn a:hover {
  text-decoration: none
}
#footer-cta #footer-cta-btn a:hover:after {
  width: 40px;
}

#contact-us #footer-cta {
  display: none
}



.FWM #leftNav ul li:first-of-type > a {
   background: #0072B5;
   color: #ffffff;
   font-size: 20px;
   font-family: "Inter", sans-serif;
   font-weight: 700;
}

.FWM#professionals_landing .unitsHeader{
   border: none;
   border-bottom: 1px solid #999;
   margin-top: 30px;
}
.FWM#professionals_landing div.unitsHeader .unLink {
  padding: 0 10px 5px;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.FWM#professionals_landing .unitsHeader > a {
   background: transparent;
}

/*-- BLOCKQUOTES --*/

blockquote {
   text-align: right;
   position: relative;
   margin: 40px auto 20px !important;
   font-size: 14px;
   line-height: 20px;
   z-index: 10;
   border-bottom: 2px solid #3c7877;
   width: 660px;
   padding-bottom: 20px
}
#professionals_landing .rightContent .content {
   display: flex;
   flex-direction: column;
}
#professionals_landing h3{
   margin-bottom: 20px !important;
}
#professionals_landing h4{
   display: none;
}
#professionals_landing blockquote{
   border-bottom: none;
   width: 100%;
   order: 10;
   margin: 100px auto 0 !important;
}



.FWM blockquote { 
   width: 100%; 
}
blockquote span {
   text-align: left;
   font-size: 22px !important;
   line-height: 42px;
   font-weight: 400;
   display: block;
   font-family: "Inter", sans-serif;
   padding: 40px!important;
   background: #f4f9f9;
   color: #3c7877;
   border-radius: 20px;
   margin-bottom: 20px;
}
.FWM blockquote span {
   font-size: 18px !important;
   line-height: 32px;
}
blockquote strong {
   font-weight: 600
}
.FW3 blockquote div {
   padding-right: 30px;
}
.FWM blockquote div {
   padding-right: 10px;
}
blockquote:after {
   content: "\f10e";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   position: absolute;
   color: #3c7877;
   font-size: 30px;
   line-height: 30px;
   top: -40px;
   bottom: 0;
   right: 60px;
   background: #FFFFFF;
   height: 30px;
   border-radius: 100%;
   padding: 20px
}
.FWM blockquote:after {
   right: 40px;
}

/*-- PRACTICE BLOCKS ON HP --*/

#aboutUs .subHead {
   display: none
}
.FWM #practice-blocks-intro {
   padding: 15px 15px 0;
   box-sizing: border-box;
}
#practice-blocks-intro h2 {
  font-weight: 300 !important;
  width: 650px;
  margin: 10px 0 60px;
  display: block !important;
  line-height: 34px;
}
.FWM #practice-blocks-intro h2 {
  width: 100%;
  margin: 0 0 30px;
}
#practice-blocks-intro p {
   text-transform: uppercase;
   font-weight: 600;
   color: #0072B5;
}
#grid {
   position: relative;
   margin: 0 auto;
   width: 100%;
   list-style: none;
   font-family: "Inter", sans-serif;
}
.FWM #grid{
   width: 100%;
   padding: 0 15px;
   box-sizing: border-box;
}
#grid ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 0;
   padding: 0;
}
#grid li {
   position: relative;
   float: left;
   overflow: hidden;
   margin: 0 0 20px;
   width: 410px;
   height: 260px;
   background: #1E2A41;
   cursor: default;
}
.FWM #grid li {
   width: 100%;
   height: 230px;
}
#grid li img {
   position: relative;
   display: block;
   min-height: 100%;
   max-width: 100%;
   opacity: 1;
}
#grid li div {
   padding: 2em;
   color: #fff;
}
#grid li div::before, 
#grid li div::after {
   position: absolute;
   top: 0;
   left: 0;
}
#grid li div,
#grid li div>a {
   position: absolute;
   top: 0;
   left: 0;
}
#grid li div>a {
   z-index: 1000;
   text-indent: 200%;
   white-space: nowrap;
   font-size: 0;
   opacity: 0;
}
#grid li h2 {
   font-weight: 300;
   font-size: 26px;
   margin-bottom: 10px !important;
}
#grid li h2, 
#grid li p {
   margin: 0;
   color: #FFFFFF;
}
#grid li p {
   font-size:14px;
   font-weight: 600;
   line-height: 20px;
}
#grid li img {
   max-width: none;
   opacity: 1;
   -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
   transition: opacity 0.35s, transform 0.35s;
}
#grid li:hover img {
   opacity: 0 !important;
}
#grid li > div {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 1em;
   width: 410px;
   height: 50%;
   box-sizing: border-box;
}
.FWM #grid li > div {
   width: 100%;
   padding-top: 20px;
}
.FW3 #grid li h2, 
.FW3 #grid li p {
   -webkit-transform: translate3d(0, 85px, 0);
   transform: translate3d(0, 85px, 0);
}
.FW3 #grid li h2 {
   -webkit-transition: -webkit-transform 0.5s;
   transition: transform 0.5s;
   display: flex;
   height: 100px;
   align-items: flex-end;
}
.FW3 #grid li p {
   color: rgba(255, 255, 255, 0.8);
   opacity: 0;
   -webkit-transition: opacity 0.2s, -webkit-transform 0.5s;
   transition: opacity 0.2s, transform 0.5s;
}
#grid li:hover p {
   opacity: 1;
}
.FW3  #grid li:hover h2, 
.FW3  #grid li:hover p {
   -webkit-transform: translate3d(0, 10px, 0);
   transform: translate3d(0, 10px, 0);
}
#grid li:hover p {
   -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
}
#grid li a {
   position: absolute;
   bottom: 20px;
   left: 20px;
   color: #FFFFFF;
   padding: 0 10px;
   cursor: pointer;
   outline: none;
   border: 1px solid #FFFFFF;
   vertical-align: middle;
   text-decoration: none;
   color: #fff;
   border-radius: 100px;
   -webkit-transition: width 0.5s;
   transition: width 0.5s;
   display: flex;
   font-size: 14px
}
.FWM #grid li a {
   bottom: 20px;
}
.FW3  #grid li a strong {
   max-width: 0;
   -webkit-transition: max-width .5s;
   transition: max-width .5s;
   white-space: nowrap;
   overflow: hidden;
   color: #FFFFFF;
}
#grid li:hover a > strong,
#grid li a:hover strong {
   max-width: 100px;
}

#grid li a strong:before {
   content: "";
   margin-left: 5px
}
#grid li a:before {
   content: "+";
   font-size: 17px;
}
#view-all-btn {
  margin-top: 50px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  background: #1E2A41;
  padding: 15px 20px;
  border-radius: 50px 50px 50px 5px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600
}
.FWM #view-all-btn {
   margin: 0 0 20px 20px;
   padding: 10px 15px;
}
#view-all-btn:after {
  content: "";
  background: #FFFFFF;
  width: 20px;
  height: 1px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  margin: 0 0 5px 10px;
}
#view-all-btn:hover {
  text-decoration: none
}
#view-all-btn:hover::after {
  width: 40px;
}

/*-- OVERLAY ON INTERIOR PAGES --*/

#pageTitleWrapper:after {
     content: "";
    background: linear-gradient(55deg, rgba(255,255,255,0) 0%, rgb(8, 16, 41) 20%, rgb(8, 16, 41) 30%, rgba(255,255,255,0) 100%);
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
  /*background: linear-gradient(180deg, rgba(8,16,41,.9) 40%, rgba(255,255,255,0) 100%);*/

}


/*-- MORE BTNS --*/

section#heroBar .infoConainer p a.more:after {
    content: "";
    background: #FFFFFF;
    width: 20px;
    height: 1px;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    margin: 0 0 5px 10px;
}

section#heroBar .infoConainer p a.more:hover:after {
  width: 40px;
}
.FW3 div.unitsHeader a.more:after {
    content: "" !important;
    font-size: 14px !important;
    line-height: 14px;
    width: 20px;
    height: 1px;
    background-color: #002060;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transform: translateX(10px);
    right: unset !important;
}
.FW3 div.unitsHeader a.more:hover::after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    width: 40px;
    background-color: #002060;
}

/*-- SPACING BELOW CONTENT MOBILE --*/
.FWM#news_detail section.rightContent .content,
.FWM#staticcontent .content-holder {
  padding-bottom: 20px
}

/*-- COMMUNITY LOGOS --*/
#content .content-holder #community-organizations ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 60px 0 0;
   padding: 0;
}
#content .content-holder #community-organizations li {
   width: 220px;
   list-style-type: none;
   border-top: 1px solid #0072B5;
   height: 120px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0;
}
.FWM #content .content-holder #community-organizations li {
   width: 47%;
}
#content .content-holder #community-organizations img {
   width: unset !important;
   height: auto !important;
   box-sizing: border-box !important;
   max-height: 80px !important;
   max-width: 100% !important;
   padding: 0 20px !important;
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
   opacity: .75;
   transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
}
.FWM #content .content-holder #community-organizations img {
  margin: 0 !important;
}
#content .content-holder #community-organizations a {
   line-height: 0;
}
#content .content-holder #community-organizations img:hover {
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
   opacity: 1;
}


/*-- BLOG --*/

#blogs_detail .js_topHeader a.title:hover{
  text-decoration: none
}

#blogs ul.units .subList,
#blogs_detail ul.units .subList {
  display: none;
}

.FW3#blogs nav#mainNav,
.FW3#blogs_detail nav#mainNav{
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    top: 452px;
    font-size: 16px;
    width: auto;
    position: absolute;
    height: auto;
    background: transparent;
}

.FW3#blogs section#pageTitleWrapper,
.FW3#blogs_detail section#pageTitleWrapper{
  background-color: #FFFFFF !important;
  background-position: top !important;
  margin-top: 0;
  padding-top: 200px;
  height: 500px;
}

.FW3#blogs #pageTitleWrapper:after,
.FW3#blogs_detail #pageTitleWrapper:after {
  content: "";
  background: linear-gradient(-275deg,rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.3) 100%);
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.FW3#blogs .subHead.pageTitle:after,
.FW3#blogs_detail .subHead.pageTitle:after { 
   content:"Guide to Building Your Personal Brand, Network, and Business";
   font-size: 36px;
   line-height: 46px;
   display: inline-block
}
.FWM#blogs #content.content:before
/*.FWM#blogs_detail #content.content:before*/ {
  content: "Guide to Building Your Personal Brand, Network, and Business";
  display: block;
  margin: 20px 0 0;
  font-family: "Inter", sans-serif;
  color: #0072B5;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.FW3#blogs .subHead.pageTitle,
.FW3#blogs_detail .subHead.pageTitle{
    width: 50%;
    font-size:0;
    /*line-height: 46px;
    font-family: "Inter", sans-serif;
    color: #0072B5;
    font-size: 36px;
    font-weight: 700;*/
    padding: 350px 0 30px;
}

.FW3#blogs #pageTitleWrapper #pageTools,
.FW3#blogs_detail #pageTitleWrapper #pageTools{
    top: 363px;
    bottom: 0;
    height: auto;
    background: transparent;
    width: auto;
    position: absolute;
    right: 0;
}

.FW3#blogs header a.logoType,
.FW3#blogs_detail header a.logoType{
    width: 200px;
    height: 65px;
    margin: 35px 0 15px;
   background-size: contain;
   background-repeat: no-repeat;
   position: absolute;
   top: 370px;
}

.FW3#blogs #blog-header,
.FW3#blogs_detail #blog-header{
	position: absolute;
	z-index: 10;
	top: 20px;
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	font-size: 50px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	letter-spacing: .05em
}
.FW3#blogs #blog-header img,
.FW3#blogs_detail #blog-header img{
	width: 448px;
	height: 120px;
	margin-bottom: 60px
}

.FWM#blogs header a.logoType,
.FWM#blogs_detail header a.logoType  {
  background: url("/siteFiles/2D3DE62A-4B0E-44CB-BEDC-3F3D6B665FCE/custom/images/firmbuilders_logo_blue.png") no-repeat scroll 0 0 transparent;
  background-size: contain !important;
  width: 174px;
  height: 47px;
}

.FWM#blogs .rightContent:before {
  content: "Master the Skills Required to Build Your Personal Brand, Network and Business";
  display: block;
  margin: 20px 0 0;
  font-family: "Inter", sans-serif;
  color: #112741;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase
}


/*-- MEDIA QUERIES FOR IPAD --*/

/*-- Fix header width iPad landscape --*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	header{
		width: 100%!important
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
   .FW3 body {
      width: 100% !important;
   }
   .FW3 * {
      max-width: unset !important;
   }
   .FW3 header .wrapper,
   .FW3 #heroBar .wrapper,
   .FW3 #position-statement #wrap,
   .FW3 section#lowerCallouts article,
   .FW3 section.mainWrapper .wrapper,
   section#pageTitleWrapper,
   header,
   nav#mainNav,
   section#footerNavSocial,
   #lowerCallouts,
   footer,
   #client-quotes #quote-cta-inner,
   nav#mainNav .wrapper,
   .wrapper {
      width: 768px !important;
      margin: 0;
   }
   .FW3 #quote-btn {
      padding: 0 50px;
   }
   .FW3#professionals_detail .mainWrapper .minorContent {
      flex: 0 0 200px;
   }
   .FW3#professionals_detail .mainWrapper .majorContent {
      margin-left: 30px;
   }
   .FW3#professionals_detail #pageTitleWrapper {
      height: 300px;
   }
   .FW3#professionals_detail .personal .name {
      font-size: 36px;
      line-height: 38px;
   }
   .FW3 nav#mainNav ul li {
      margin: 0 0 0 25px;
   }
   .FW3 section#lowerCallouts .wrap {
      padding: 0 15px;
      box-sizing: border-box;
   }
   .FW3 #leftNav {
      width: 200px;
   }
   .FW3 .rightContent {
      width: 600px;
   }
   
}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
		.FW3 footer#footer a.logo{
		    right: 15px
	}
	.FW3 header .wrapper,
	.FW3 #heroBar .wrapper,
	.FW3 #position-statement #wrap,
	.FW3 section#lowerCallouts article,
        .FW3 section.mainWrapper .wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box
	}
       .FW3 #pageTools ul {
                 margin-right: 15px;
        }
             .FW3 section#pageTitleWrapper .wrapper {
       padding: 0 15px;
       }
       	.FW3 nav#mainNav .wrapper{
		padding: 0 15px;
		box-sizing: border-box
	}

}

/*-- Add magin for smaller desktop screens --*/
@media only screen 
and (max-width : 1280px) {
	.FW3 .wrapper,
	.FW3 section#lowerCallouts .wrap,
        .FW3 #footer-cta  {
		width: 1200px;
	}
	
	#grid li {
		width: 390px;
	}

	#professionals_detail .mainWrapper .majorContent {
               width: 920px;
	}

}

/* [/ Custom Css ] */

/* [ Remaining includes ] */

/* [ Mashup flag ] */
