
            /* C:\ICX\Live\ICX_Frameworks\FW3\css\main.css begin */
            /* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    min-width: 320px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   custom styles
   ========================================================================== */
.printOnly {
	display:none;
}	
ul, li{
	list-style-type:none;
}  
ol, ol li {
	list-style-type:decimal;
	padding:0;
	margin:0;
}
ol {
	padding-left:17px;
}  
ul, li, p, h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}
h1{}
#practice_detail .content h1 {
  font-size: 1.17em;
}

h2 {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height:22px;
	margin-bottom:15px;
}
#home h2 {
	color:#047f86;
	font-family: "futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	margin-bottom:0;
}
h4, #rep_matters_detail .content h1, .js_topHeader h1 {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:20px;
	line-height:22px;
	margin-bottom:15px;
}
.js_topHeader h1 {
	margin-bottom:0;
}
h5{

}
p{

}
a{
	text-decoration:none;
	outline:none;
}
a:link, a:visited {
	color:#047f86
}
a:hover{
	text-decoration:underline;
}
a.more{
	display:inline-block;
	background:#025c65;
	height:33px;
	line-height:33px;
	color:#fff;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	padding:0 15px;
	text-align:center;
	border-radius:3px;
}
a.noLink, a.noLink:hover {
	text-decoration:none!important;
	cursor:text;
}
.Indent1 {margin-left:20px;}
.Indent2 {margin-left:40px;}
.Indent3 {margin-left:60px;}
body{
	background:#f5f5f5;
	font-family:georgia;
	font-size:14px;
	color:#6e6e6e;
}

/*inbody links */
a.cklink {
	color:#99dee2;
	text-decoration:none;
}
a.cklink:hover {
	text-decoration:underline;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.row{
	width:100%
}


.ital{
	font-style:italic
}	
.wrapper{
	width:990px;
	margin:0 auto;
	position:relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}	

a.link, ul.resources li span.icon {
	width:30px;
	height:30px;
	border-radius:15px;
}
ul.resources li span.icon {
	position:absolute;
	display:block;
	left:0;
	top:0;
}
a.rss {
	display:inline-block;
	cursor:pointer;
	padding-left:35px;
	position:relative;
	height:30px;
	line-height:30px;
	font-family:helvetica;
	color:#656565;
	font-size:13px;
	font-weight:bold;
}
.lt-ie9 a.rss {
	font-size:12px
}
a.rss:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	border-radius:15px;
	background:url("../img/rss_noBg.png") no-repeat center #048087;
	width:30px;
	height:30px;
}
a.rss:hover:before {
	background-color:#474747;
}
a.link.attachment, ul.resources li.dl span.icon {
	background:url("../img/dl_link_noBg.png") no-repeat 8px center #047e86;
	
}
a.link.url, ul.resources li.pg span.icon  {
	background:url("../img/p_link_noBg.png") no-repeat 8px center #047e86;
}
a.link.attachment:hover, a.link.url:hover, ul.resources li span.icon:hover {
	background-color:#474747;
}
ul.resources a:hover span.icon {
	background-color:#474747;
}
ul.ckinput {
	padding-left:17px;
}
ul.ckinput li{
	list-style-type:disc;
}
/* Header */
	header {
		height:130px;
		
		background: #036d74;
		background: -moz-linear-gradient(top,  #036d74 0%, #025a64 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#036d74), color-stop(100%,#025a64));
		background: -webkit-linear-gradient(top,  #036d74 0%,#025a64 100%);
		background: -o-linear-gradient(top, #036d74 0%, #025a64 100%);
		background: -ms-linear-gradient(top, #036d74 0%, #025a64 100%);
		background: linear-gradient(to bottom, #036d74 0%, #025a64 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036d74', endColorstr='#025a64',GradientType=0 );
		border-bottom:1px solid #10737c;
	}
	header .wrapper{
		background:url(../img/fw3_shine.png) -56px center;
		height:130px;
	}
	.optionalTagLine {
		display:none;
	}
	a.logoType {
		background:url(../img/logo.png);
		width:382px;
		height:47px;
		margin:23px auto 0 auto;
		display:block;
	}
/* End of Header */

/* SearchBox */
section.searchBox {
	position:absolute;
	top:0;
	width:100%;
	border-top:5px solid #03464e;
	z-index:2;
}
section.searchBox .srch_wrapper {
	position:absolute;
	top:-29px;
	right:0;
	padding:0 5px 5px 5px;
	background-color:#03464e;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:280px;
}
#searchInformation strong span {
	display:inline-block;
}
#resultCountSpinner {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../img/ajax-loader-tiny.gif);
	position:relative;
	top:2px;
}
#searchLoader {
	display:block;
	width:24px;
	height:24px;
	background:url(../img/ajax-loader-small.gif);	
	margin:0 auto;
}
section.searchBox .srch_wrapper.visible {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}
section.searchBox .srch_wrapper form {

}
section.searchBox .srch_wrapper form .searchField {
	float:left;
	border:0;
	width:210px;
	height:24px;
	padding:3px 5px;
	color:#999;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
section.searchBox .srch_wrapper form .searchButton {
	float:right;
	width:54px;
	padding:0;
	height:24px;
	border:0;
	line-height:1;
	background-color:#56a1a6;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
section.searchBox .srch_wrapper form .searchButton:active {
	padding:0;
}
section.searchBox .srch_wrapper form .searchButton span {
	color:#fff;
	font-family:"futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;

}
.lt-ie9 section.searchBox .srch_wrapper form .searchButton span {
	position:relative;
	right:3px;
}
section.searchBox .srch_wrapper .toggleSearchBox {
	display:inline-block;
	background:url(../img/search_icon.png) center center no-repeat #03464e;
	
	
	
	cursor:pointer;
	position:absolute;
	top:27px;
	right:15px;
	width:30px;
	height:25px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);
}

.lt-ie9 section.searchBox .srch_wrapper .toggleSearchBox {
	height:22px;
}

/** Search Results **/
#searchInformation {
	color:#047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size: 21px;
	padding-bottom:20px;
}
#resultcontainer ul.results {
	list-style-type:decimal;
	list-style-position:inside;
}
#resultcontainer ul.results li.result {
	list-style-type:decimal;
	color:#047e86;
	display:list-item!important;
	font-size:16px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #dadada;
}
#resultcontainer ul.results li.result .resultTitle {
	display:inline-block;
}
#resultcontainer ul.results li.result:first-child {
	margin-top:0;
}
#resultcontainer ul.results li .resultTitle a {
	color:#047e86;
}	
#resultcontainer ul.results li .resultSnippet {
	font-size:13px;
	color:#6e6e6e;
}
ul.results li a.link {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-25px
}
ul.results li.hasLink {
	position:relative;
	padding-right:45px;
}
/* Main Nav */
	nav#mainNav {
		position:absolute;
		width:100%;
		height:31px;
		margin-top:-45px;
		font-size:15px;
	}
	.lt-ie9 nav#mainNav .wrapper > ul > li:hover ul.second {
		display:block;
	}
	nav#mainNav ul.second{
		width:170px;
		position:absolute;

		overflow:visible;
		left:50%;
		margin-left:-88px;
		z-index:50;	
		margin-top:15px;
		white-space:normal;
		background:rgb(78,135,149);
		background: -moz-linear-gradient(top,  rgba(71,131,146,1) 0%, rgba(71,131,146,0.80) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,131,146,1)), color-stop(100%,rgba(71,131,146,0.80))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(71,131,146,1) 0%,rgba(71,131,146,0.80) 100%); /* W3C */
		filter: none;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		
		-webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:    2px 2px 1px 0px rgba(0, 0, 0, 0.75);
		box-shadow:         2px 2px 1px 0px rgba(0, 0, 0, 0.75);

	}
	nav#mainNav li.lastItem ul.second {
		margin-left:-116px;
	}
	nav#mainNav li.lastItem ul.second.twoColumns {
		margin-left:-277px;
	}
	nav#mainNav li.lastItem ul.second:after {
		right:44px;
		left:auto;
	}
	
	nav#mainNav .wrapper > ul > li:first-child ul.second {
		margin-left:-52px;
	}
	nav#mainNav .wrapper > ul > li:first-child ul.second.twoColumns {
		margin-left:-52px;
	}
	nav#mainNav .wrapper > ul > li:first-child ul.second:after {
		left:35px;
		margin-left:0;
	}
	
	nav#mainNav ul.second .fakeSep {
		width:100%;
		height:19px;
		position:absolute;
		top:0;
		left:0;
		margin-top:-18px;
	
	}
	nav#mainNav ul.second li {
		width:100%;
		text-align:center;
		line-height:1;
		padding:0;
		background:none;
		height:auto;
	}
	nav#mainNav ul.second li a, #mainNav li.selected ul.second a {
		white-space:normal;
		text-transform:initial;
		font-family:"futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
		font-weight:700;
		color:#fff;
		padding:11px 5px;
		border:none;
		display:block;
		background:None;
		
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
nav#mainNav ul.second li:hover a {

}
table.inlineVideo td {
	padding:15px;
}
nav#mainNav ul.second li a:hover {
	background: rgb(62,122,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,122,130,1) 0%, rgba(0,88,95,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,122,130,1)), color-stop(100%,rgba(0,88,95,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,122,130,1) 0%,rgba(0,88,95,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7a82', endColorstr='#00585f',GradientType=0 ); /* IE6-9 */

}
nav#mainNav ul.second.twoColumns {
	width:330px;
	margin-left:-174px;
}
nav#mainNav ul.second.twoColumns li {

}
nav#mainNav ul.second ol {
	float:left;
	width:50%;
	text-align:center;
	padding:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
nav#mainNav ul.second ol.left {
	
}
nav#mainNav ul.second ol.right {
	
}
nav#mainNav ul li ul.second:after {
	content:"\25B2";
	color:rgb(78,135,149);
	display:block;
	position:absolute;
	top: 0;
	left: 50%;
	margin-top: -20px;
	font-size: 15px;
	
	transform:scale(2,1); /* W3C */
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
	z-index:3;
	margin-left:-4px
}
	#mainNav ul li.finish {
		display:none;
	}
	#mainNav ul li ul {
		display:none;
	}
	.lt-ie9 nav#mainNav {
		font-size:16px;
	}
	nav#mainNav .wrapper{
		text-align:center;
	}
	nav#mainNav ul li {
		display:inline-block;
		position:relative;
		background:url(../img/nav_divider.png) left top no-repeat;
		padding:0 20px;
		color:#99dee2;		font-family: "futura-pt-condensed-n7","futura-pt-condensed",sans-serif;
		font-weight: 700;
		height:30px;
		line-height:30px;
	}
	nav#mainNav ul li a {
		color:#99dee2;
		text-transform:uppercase;
	}
	nav#mainNav ul li a:hover {
		text-decoration:none;
		color:#fff;
	}
	nav#mainNav ul li.selected a {
		color:#fff;
	}
	nav#mainNav ul li:first-child {
		background:none;
		padding-left:0;
	}
	nav#mainNav ul li:last-child {
		padding-right:0;
	}
/* End of Main Navigation */

section#subnav { display:none; }

section#heroBar {
	height:345px;
	background:#000;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.global_bg { display:none }
section#heroBar .wrapper{
	position:static;
}
section#heroBar #heroShadow{
	background:url('../img/heroShadow.png') no-repeat;
	height:345px;
	width:1777px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-888px;
	z-index:2;
}
section#heroBar ul.backgrounds {
	z-index:1;

}
ul.backgrounds li {
	height:345px;
	width:1777px;
	position:absolute;
	top:0;
	display:none;
	left:50%;
	margin-left:-888px;
}
ul.backgrounds li:first-child {
	display:block;
}
ul.backgrounds li.one{
	background:url("../img/hero1.jpg") center no-repeat;
}
ul.backgrounds li.two{
	background:url("../img/hero2.jpg") center no-repeat;
}
ul.backgrounds li.three{
	background:url("../img/hero3.jpg") center no-repeat;
}
ul.backgrounds li.four{
	background:url("../img/hero2.jpg") center no-repeat;
}
section#heroBar .infoConainer {
	z-index:3;
	margin-left:50px;
	position:relative;
	width:430px;
	height:345px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
section#heroBar .infoConainer h1{
	font-size:34px;
	font-family: "futura-pt-condensed-n7","futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
section#heroBar .infoConainer p{
	
	text-align:center;
	margin-top:15px;
}
section#heroBar .infoConainer p a {
	display: inline-block;
	margin-top: 50px;
	font-size:16px;
	margin: 0 auto;
	position:relative;
	top:15px;
}
section#heroBar .infoConainer p a:before {
	margin:0 15px;
}
section#viewAllNews {
	display:None;
}
section.attorney ul li {
	display:none;
}
section.attorney ul li:first-child {
	display:block;
}

section#lowerCallouts a.more {
	margin-top:13px;
}
section#lowerCallouts a.more:hover {
	text-decoration:underline;
}
section#lowerCallouts #featuredAttorneys a.more:after {
	content:"VIEW PROFILE"
}	
section#lowerCallouts article {
	float:left;
	width: 481px;
	background:#fff;
	padding:24px 34px 40px 34px;
	min-height:343px;
	position:relative;
	
	-webkit-box-shadow: 0px 0px 5px rgba(216, 216, 216, 1);
	-moz-box-shadow:    0px 0px 5px rgba(216, 216, 216, 1);
	box-shadow:         0px 0px 5px rgba(216, 216, 216, 1);
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
section#lowerCallouts #aboutUs .articleContent {
	border-bottom:2px solid #e1e1e1;
	padding-bottom:8px;
}
section#lowerCallouts article#newsBox h2 a {
	font-family:georgia;
	font-size:14px;
}
#lowerCallouts article + article {
	float:right;
}
#lowerCallouts #newsBox .headline p {
	display:none;
}
#lowerCallouts #newsBox .newsSep {
	display:block;
	height:1px;
	background:#e9e9e9;
	margin:15px 0px;
}
#lowerCallouts .date {
	color:#555;
	font-style:italic;
}
#lowerCallouts ul.attorneyList .about {
	position:relative;
	height:290px;
}
#lowerCallouts ul.attorneyList .abstract {
	color:#797979;
	max-height:213px;
	padding-right:10px;
	overflow:hidden;
	position:relative;
}
#lowerCallouts ul.attorneyList .about.ellipsis:after {
	content: "...";
	position: absolute;
	display: block;
	width: 19px;
	height: 10px;
	top: 212px;
	left: 284px;
}
#lowerCallouts ul.attorneyList h2 {
	text-transform:uppercase;
	font-size:20px;
}
#newsBox  a {
	text-decoration:underline;
}
#newsBox  a.more {
	display:block;
	border-top:2px solid #e1e1e1;
	padding:5px 0;
	color:#063f45;
	background:none;
	text-decoration:none;
	float:left;
	width:100%;
	font-size:17px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
.lt-ie9 #newsBox  a.more {
	font-size:18px;
}/*
#newsBox.onlyOne a.more {
	position:relative;
	bottom:30px;
}*/
#newsBox.onlyOne .headline {
	padding-top:15px;
	display:inline-block;
	vertical-align:top;
	border-top:1px solid #e9e9e9;
	margin-top:15px;
}
#newsBox.onlyOne a.more:hover {
	text-decoration:underline;
}

section#lowerCallouts article .bottomShadow {
	content:"";
	width:481px;
	height:15px;
	background:url(../img/short_bottom_shadow.png) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-15px;
}
section#lowerCallouts article .bottomShadow.long {
	background:url(../img/bottom_shadow.gif) no-repeat;
	width:100%;
}


section#lowerCallouts article .subHead {
	text-align:center;
	border:2px solid #f5f5f5;
	margin-bottom:15px;
	height:60px;
	line-height:60px;
	color:#555555;
	font-size:28px;
	font-family: "futura-pt-condensed-n5","futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 500;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
#lowerCallouts ul.attorneyList figure.headShot {
	float: right;
	padding: 3px;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	overflow: hidden;
}
#lowerCallouts #featuredAttorneys figure.headShot img {
	width: 115px;
	height: 139px;
}
section#lowerCallouts .wrapper{
	padding-top:38px;
}
section#lowerCallouts article.onlyOne {
	width:100%;
}
section#lowerCallouts article#aboutUs.onlyOne .articleContent {
	padding-bottom:50px;
}
.lt-ie9 section#lowerCallouts article.onlyOne {
	min-height:350px;
}
section#lowerCallouts article.onlyOne .headline {
	width:400px;
}
section#lowerCallouts article.onlyOne .headline.odd {
	margin-left:119px;
}
/* Site Pages */
section.mainWrapper .wrapper {
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ffffff 1%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #ffffff 1%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	
	-webkit-box-shadow: 0px 0px 5px rgba(216, 216, 216, 1);
	-moz-box-shadow:    0px 0px 5px rgba(216, 216, 216, 1);
	box-shadow:         0px 0px 5px rgba(216, 216, 216, 1);
}

.wrapper .padding {
	padding:30px 30px 100px 30px;
	}
.lt-ie9 section.mainWrapper .wrapper{
	border:1px solid #e6e6e6;
	border-top:0;
	border-bottom:0;
}
section.mainWrapper .bottomShadow{
	content:"";
	width:990px;
	height:27px;
	background:url(../img/bottom_shadow.gif) no-repeat;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-27px;
}
section#pageTitleWrapper {
	background:#00040e;
	height:159px;	
}
#staticcontent #pageTitleWrapper {
	background:url(../img/heroBannder_staticContent.jpg) no-repeat center #00040e;
}	
section#pageTitleWrapper .wrapper {
	position:relative;
	height:100%;
}
.subHead.pageTitle {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#fff;
	font-size:37px;
	padding:37px 0 0 20px;
}
.lt-ie9 .subHead.pageTitle {
	font-size:36px;
}
#pageTitleWrapper #pageTools {
	background:#e2e2e2;
	width:100%;
	position:absolute;
	bottom:0;
	height:36px;
}
#pageTitleWrapper #pageTools ul {
	float:right;
	height:33px;
	line-height:33px;
	margin-right:15px;
	margin-top:1px;
	font-family:helvetica;
}
#pageTitleWrapper #pageTools ul li {
	display:inline-block;
	height:23px;
	line-height:23px;
	border-left:1px dotted #b5b5b5;
	padding-left:15px;
	margin-left:15px;
	font-size:11px;
	color:#464646;
}
.lt-ie9 #pageTitleWrapper #pageTools ul li {
	font-size:12px;
}
#pageTitleWrapper #pageTools ul li a {
	color:#464646;
	display:block;
	background:url(../img/tools_sprite.png) no-repeat;
}
#pageTitleWrapper #pageTools ul li.print a {
	background-position:-89px -30px;
	padding-left:28px;
	height:19px;
}	
#pageTitleWrapper #pageTools ul li.email a {
	background-position:0px -30px;
	padding-left:29px;
}
#pageTitleWrapper #pageTools ul li.share a {
	background-position:-170px -30px;
	padding-left:23px;
	height:17px;
}
#pageTitleWrapper #pageTools ul li.print a:hover {
	background-position:-89px 1px;
}
#pageTitleWrapper #pageTools ul li.email a:hover {
	background-position:0px 1px;
}
#pageTitleWrapper #pageTools ul li.share a:hover {
	background-position:-170px 1px
}


#pageTitleWrapper #pageTools ul li a:hover{
	color:#03757c;
}
#pageTitleWrapper #pageTools ul li:first-child {
	border-left:0;
}	


#leftNav {
	float:left;
	width:226px;
}
#leftNav span.pageTitle {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color: #474747;

	display:block;
	font-size: 18px;
}
#leftNav ul li {
	border-bottom:1px dotted #b7b7b7;
	font-family:arial;
	font-size:13px;
	color:#076a79;
	padding:7px 0;
}
#leftNav ul li a{
	color:#076a79;
} 
.lt-ie9 #leftNav ul li {
	font-size:12px;
}
#leftNav ul li:before {
	display:block;
	width:9px;
	float:left;
	height:30px;
	content:'\2022';
}
#leftNav ul li.selected {
	font-weight:bold;
}
#leftNav ul li.selected:before {

}
#leftNav ul li.lastChild {
	border-bottom:2px solid #e6e6e6!important;
}
#leftNav ul li ul li.lastChild {
	border-bottom:0;
}
#leftNav ul li:first-child {
	border-top:2px solid #e6e6e6;
}
#leftNav ul li ul li:first-child {
	border-top:0!important;
}
#leftNav ul li ul {
	margin-top:8px;
}
#leftNav ul li ul li{
	color: #383838;
	border-bottom: 0;
	padding: 0PX 0;
	font-weight: normal;
	text-indent: 0;
	height: 25px;
	margin-left:13px;
	display: inline-block;
	width: 100%;
}
#leftNav ul li ul li a{
	color: #383838;
}
#leftNav ul li ul li.selected{
	font-weight:bold;
	border-bottom:0;
}
.rightContent {
	width:652px;
	color:#383838;
	float:right;
}
.rightContent.noLeftNav {
	width:100%;
}	
.rightContent .hero{
	width:652px;
	height:119px;
	background:url(../img/sitePages_topHeader.jpg) no-repeat;
	margin-bottom:20px;
}
.rightContent .content p {
	margin-bottom:15px;
}
.rightContent .content {
	padding-bottom:18px;
}
.rightPanel form {
	padding-bottom:15px
}
ul.practiceList .content {
	padding-bottom:0;
}
ul.expandable li.expandable span.carret {
	display:inline-block;
	padding-right:6px;
}
ul.expandable li.expandable span.carret:after {
	content:"\2022"
}
#staticcontent .rightContent .content {

}
.rightResources .subHead {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#474747;
	border-bottom:2px solid #e6e6e6;
	padding-bottom:5px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:18px;
}
#staticcontent .rightResources .subHead {
	/*text-indent:7px;*/
}
.rightResources ul.resources {
	/*padding-left:7px;*/
}

ul.resources li {
	padding-left: 38px;
	margin-bottom: 14px;
	min-height: 31px;
	position:relative;
}
ul.resources li div {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	font-size:11px;
	font-family:helvetica;
}
.lt-ie9 ul.resources li div {
	font-size:12px;
}
ul.resources li a {
	font-weight: bold;
	color: #076a79;
	font-size:12px;
}
/*
ul.resources li.pg {
	background: url("../img/p_link.png") no-repeat left center transparent;
}
ul.resources li.dl {
	background:url("../img/dl_link.png") no-repeat left center transparent;
}
*/
/* Attorney Landing */
#professionals_landing ul.attorneyList li {
	width:292px;
	height:98px;
	border:2px solid #e7e5e2;
	padding:6px;
	float:left;
	margin-bottom:20px;
	margin-right:27px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
}
.lt-ie9 #professionals_landing ul.attorneyList li {
	margin-right:26px;
}
#professionals_landing ul.attorneyList li .title,
#professionals_landing ul.attorneyList li .phone {
	font-family:georgia;
	font-size:14px;
	font-weight:normal;
}
#professionals_landing ul.attorneyList li .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#professionals_landing #pageTitleWrapper {
	background:url(../img/hero_attorney.jpg) no-repeat center #00040e;
}
#professionals_landing ul.attorneyList li:hover {
	border-color:#048087
}
#professionals_landing ul.attorneyList li.li-third {
	margin-right:0;
}
#professionals_landing ul.attorneyList li .headShot{
	float:left;
	margin-right:13px;
}
#professionals_landing ul.attorneyList li.noImg .headShot {
	width:71px;
	height:82px;
	background:url("../img/attr_landing_noHeadshot.gif");
}
#professionals_landing ul.attorneyList li .headShot img{
	width:71px;
	height:82px;
}
#professionals_landing ul.attorneyList a.name,
#professionals_landing ul.attorneyList span.name {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:18px;
}
#professionals_landing ul.attorneyList .ital {
	font-style:normal;
}
#professionals_landing ul.attorneyList a,
#professionals_landing ul.attorneyList span.name {
	color:#048087
}
#professionals_landing ul.attorneyList div.email,
#professionals_landing ul.attorneyList a.vCard {
	display:inline-block;
	text-transform:uppercase;
}
#professionals_landing ul.attorneyList div.email {
	padding-left:24px;
	height:13px;
	line-height:14px;
	background:url("../img/icon_email.png") no-repeat left 0;
}
#professionals_landing ul.attorneyList div.email:Hover {
	background:url("../img/icon_email.png") no-repeat left -27px;
}
#professionals_landing ul.attorneyList div.phone {
	padding-left: 20px;
	height: 16px;
	line-height: 9px;
	background: url("../img/icon_tel.png") no-repeat left center;
	overflow:hidden;
	margin:2px 0;
}
#professionals_landing ul.attorneyList a.vCard {
	padding-left:20px;
	height:16px;
	margin-left:10px;
	line-height:21px;
	background:url("../img/icon_vcard.png") no-repeat left 0;
}
#professionals_landing ul.attorneyList a.vCard:hover {
	background-position:left -24px;
}

/* Attorney Detail */
#professionals_detail #pageTitleWrapper {
	background:url(../img/hero_attorney.jpg) no-repeat center #00040e;
}
#professionals_detail .mainWrapper .minorContent {
	float:left;
	width:220px;
}
#professionals_detail .mainWrapper .minorContent .headShot img{
	width:220px;
	height:266px;
	margin-bottom:12px;
}
#professionals_detail .mainWrapper .minorContent .headShot.noHeadshot {
	display:none;
}
#professionals_detail .mainWrapper .majorContent {
	float:left;
	width:652px;
	margin-left:52px;
}
#professionals_detail .mainWrapper h3 {
	border-bottom:2px solid #d1d1d1;
	color:#474747;
	font-size:18px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	margin-bottom:5px;
	padding-bottom:3px;
}
#professionals_detail .mainWrapper h3.education {
	margin-top:45px;
}	
#professionals_detail .mainWrapper h3.admissions {
	margin-top:30px;
}	
#professionals_detail .mainWrapper .minorContent a {
	color:#048087;
}
#professionals_detail .mainWrapper .minorContent a:after {
	content:"";
	display:block;
	border-top:1px dotted #d1d1d1;
	width:220px;
	margin-bottom: -15px;
	margin-top: 5px;	
}

#professionals_detail .mainWrapper .majorContent .personal {
	border-bottom:2px solid #d1d1d1;
	padding-bottom:20px;
}
#professionals_detail .mainWrapper .majorContent .personal .name {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	color:#474747;
	font-size:30px;
}
#professionals_detail .mainWrapper .majorContent .personal .title {
	font-style:italic;
	margin-bottom:20px;
	font-size:20px;
}
#professionals_detail .mainWrapper .majorContent .personal .phone {
	padding-left: 24px;
	float:left;
	margin-right:10px;
	background: url("../img/icon_tel.png") no-repeat left center;
}
#professionals_detail .mainWrapper .majorContent .personal div.email {
	padding-left: 24px;
	height: 13px;
	display:inline-block;
	line-height: 14px;
	background: url("../img/icon_email.png") no-repeat left 0;
}
#professionals_detail .mainWrapper .majorContent .personal a.vCard {
	padding-left: 20px;
	height: 16px;
	margin-left:10px;
	line-height: 21px;
	background: url("../img/icon_vcard.png") no-repeat left 0;
}
#professionals_detail .mainWrapper .majorContent .personal div.fax {
	padding-left: 27px;
	display: Inline-block;
	line-height: 21px;
	background: url("../img/icon_fax.png") no-repeat left 3px;
}
#professionals_detail .mainWrapper .majorContent .personal .right {
	color:#474747;
	font-size:13px;
}
#professionals_detail .mainWrapper .majorContent .personal .right a {
	color:#474747;
}
.lt-ie9 #professionals_detail .mainWrapper .majorContent .personal .right {
	font-size:14px;
}
#professionals_detail .mainWrapper .majorContent .personal .right div.emailVcard {
	margin-top:5px;
}
#professionals_detail .mainWrapper .majorContent .personal div.email:hover {
	background-position:left -27px;
}
#professionals_detail .mainWrapper .majorContent .personal a.vCard:hover {
	background-position:left -24px;
}
#professionals_detail .mainWrapper .majorContent .personal div.contantInfoTitle { display:None; }

#professionals_detail .mainWrapper .socialLink a {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../img/socialIcons_smaller2.png") no-repeat #474747;
	float: left;
	margin-right: 6px;
	border-radius:11px;
}
#professionals_detail  h3.recognition {
	margin-top:70px;
}
#professionals_detail .mainWrapper .socialLink {
	float:right;
}
#professionals_detail .mainWrapper .socialLink a.twitter { background-position: 3px 1px}
#professionals_detail .mainWrapper .socialLink a.twitter:hover { background-color: #2caae1 }
#professionals_detail .mainWrapper .socialLink a.facebook { background-position: -24px 1px }
#professionals_detail .mainWrapper .socialLink a.facebook:hover { background-color: #294278 }
#professionals_detail .mainWrapper .socialLink a.linkedIn { background-position: -50px 1px}
#professionals_detail .mainWrapper .socialLink a.linkedIn:hover { background-color: #006699 }
#professionals_detail .mainWrapper .socialLink a.xing { background-position: -77px 1px }
#professionals_detail .mainWrapper .socialLink a.xing:hover { background-color: #1c6465 }	

ul.IPP_bar {
	margin-top:7px;
	margin-bottom:30px;
}
ul.IPP_bar li {
    color:#474747;	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
}
ul.IPP_bar li a{
	color:#474747;
	display:block;
	height:33px;
	line-height:33px;
	padding:0 15px;
	border-radius:2px;	
}
ul.IPP_bar li.active a{
	color:#fff;
	background:#025c65;
}
ul.IPP_bar li.active a:Hover{
	text-decoration:none;
}
div.ipp_content {}
div.ipp_content.noIPP { padding-top:15px }
div.unitsHeader {
	border-bottom:2px solid #e6e6e6;
	margin:30px 0 15px 0;
	height:25px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size:19px;
	text-transform:uppercase;
	
	clear:both;
}

div.unitsHeader .title{
	float:left;
}
div.unitsHeader a.more {
	float:right;
	background:none;
	color:#047e86;
	padding-right:24px;
	position:relative;
	bottom:3px;
}
div.unitsHeader a.more:after {
	content:"\2192";
	font-size:17px;
	position:absolute;
	right:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	div.unitsHeader a.more:hover {
		text-decoration:none;
	}
}
div.unitsHeader a.more:hover {
	text-decoration:none\0/;
}
ul.units li {
	border-top: 1px dotted #d8d8d8;
	position:relative;
	padding:25px 60px 25px 0;
	line-height:18px;
}
ul.units li:first-child {
	border-top:0;
}
ul.units li .subTitle {
	font-size:12px;
	color:#2b2b2b
}
ul.units li .subTitle a{
	color:#2b2b2b
}
ul.units li p {
	margin-bottom:0;
}
ul.units.small li {
	padding:15px 60px 15px 0;
}
ul.units li:first-child {
	padding-top:0;
}
ul.units li a.title{
	font-size: 15px;
	font-weight:bold;
	color:#048087;
	display: inline-block;
}
ul.units li .txt{
	font-size: 12px;
	color:#474747
}
ul.units li a.subTitle{
	font-family: "museo-slab-n5","museo-slab",serif;
	font-size: 14px;
}
ul.units li a.link {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-15px;
}
ul.units .subList {
	margin-top:15px;
	font-size:12px;
	font-family:helvetica;
}
ul.units .subList .cat {
	font-weight:bold;
}
ul.units .subList a {
	color:#048087;
}

/* practices_landing */
#practice_landing #pageTitleWrapper, #practice_detail #pageTitleWrapper {
	background:url(../img/hero_practice.jpg) no-repeat center #00040e;
}
#practices_landing h4, #practices_landing h2 {
	padding-bottom:25px;
	margin-bottom:0;
}
ul.practiceList {
	border-bottom:2px solid #e6e6e6;
	border-top:2px solid #e6e6e6;
}
ul.practiceList li.lastChild {
	border-bottom:0;
}
ul.expandable li {
	border-bottom:1px dotted #dadada;
	padding:10px 0 10px 16px;
}
ul.expandable li.expandable div.content {
	display:none;
	font-size:12px;
	color:#474747;
	font-family:helvetica;
	margin-top:5px;
}
ul.expandable li.expandable div.content a{
	color:#474747;
}
ul.expandable li.expandable {
	background: url(../img/expand.gif) left 15px no-repeat;
	cursor: pointer;
}
ul.expandable li a.header{
	font-weight:bold;
	color:#048087;
	font-size:15px;
}
ul.expandable li.expandable.expanded{
	background: url(../img/collapse.gif) left 19px no-repeat;
}
.practiceList .expander{margin-left: -20px;
    display: inline-block;
    padding: 10px;
}
/* End of practices_landing */

/* Practice Detail */
#practice_detail #leftNav {
	margin-top:50px
}
#practice_detail #leftNav .pageTitle{
	display:none;
}
#practice_detail #leftNav:before {
	content:"";
	height:2px;
	position:absolute;
	width:930px;
	background-color:#e6e6e6;
}
#practice_detail .rightContent .content h3.pageTitle:First-child {
	color:#474747;
	margin-bottom:5px;
	text-transform:uppercase;
	margin-bottom:30px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	font-size:23px;
}
#practice_detail .content {
	
}	
.js_topHeader {
	border-bottom:2px solid #e6e6e6;
	padding-left:279px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.js_topHeader.noLeft {
	padding-left:0;
}
.js_topHeader.noLeft_yesRes {
	padding-left:264px;
}
.js_topHeader h4, .js_topHeader h1, .js_topHeader .title{
	color:#474747;
	margin-bottom:5px;
	text-transform:uppercase;
}
#blogs_detail .js_topHeader h1 {
	margin-bottom: 1px;
}
.js_topHeader .title{
	color: #474747;
	margin-bottom: 5px;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform:uppercase;
	line-height: 22px;	
}
.js_topHeader .sourceInfo  {
	color:#565656;
	font-size:12px;
}
.js_topHeader .subTitle{
	color: #565656;
	font-size: 12px;
}
.js_topHeader .subTitle a{
	color: #565656;
} 
.js_topHeader + #leftNav {
	margin-top:-15px;
}
/* News_landing */

#news_landing #pageTitleWrapper, #news_detail #pageTitleWrapper {
	background:url(../img/hero_news.jpg) no-repeat center #00040e;
}

/* News Detail */

#news_detail .rightContent .content .sourceInfo + hr {
	border-color:transparent;
}
#news_detail #leftNav span.pageTitle {
	display:none;
}	
#news_detail .rightContent ul.resources,
#rep_matters_detail .rightContent ul.resources {
	/*margin-top:35px;*/
}
#rep_matters_detail .rightContent .content h4:first-child:after,
#rep_matters_detail .rightContent .content h2:first-child:after{
	content: "";
	height: 2px;
	position: absolute;
	width: 930px;
	left: 30px;
	background-color: #e6e6e6;
	margin-top: 37px;
}
#rep_matters_detail .rightContent .content h4 + hr,
#rep_matters_detail .rightContent .content h2 + hr 
{
	border-color:transparent;
}

#rep_matters_detail .rightContent .content h4:First-child,
#rep_matters_detail .rightContent .content h2:First-child {
	color: #474747;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#rep_matters_detail .js_topHeader.noLeft_yesRes {
	padding-left:0
}
div.linkContainer a {
	color:#076a79;
	font-family:helvetica;
	font-size:12px;
}
div.linkContainer a:after{
	content:"";
	display:block;
	border-top:dotted 1px #b5b5b5;
	position:relative;
	top:7px;

}
.lt-ie9 .rightContent {
	min-height:500px;
}
.linkContainer + .leftRight, ul.resources + .leftRight {
	margin-top:50px;
}
.rightContent .leftRight .subHead{
	text-indent:0;
}
.rightResources .linkContainer{
	margin-bottom:20px;
}
.rightContent .leftRight .f_left,
.rightContent .leftRight .f_right {
	float:left;
	width:283px;
	line-height:14px;
}
.rightContent.noLeftNav .leftRight .f_left,
.rightContent.noLeftNav .leftRight .f_right {
	float:left;
	width:420px;
	line-height:14px;
}
.f_left + .f_right {
	margin-left:85px;
}
h4 +ul.units, h2 +ul.units {
	margin-top:30px;
}
/* Blog */
#blogs_detail form + .subHead, #blogs form + .subHead {
	margin-top:24px;
}


#blogs #pageTitleWrapper, #blogs_detail #pageTitleWrapper{
	background:url(../img/hero_blogs.jpg) no-repeat center #00040e;
}
#blogs section.rightContent .rightResources,
#blogs_detail section.rightContent .rightResources {
	float:left;
	margin-right:35px;
	width:226px
}
#blogs section.rightContent .content,
#blogs_detail section.rightContent .content {
	float:right;
	width:666px;
}

#blogs div.linkContainer a, 
#blogs_detail div.linkContainer a {
	display:block;
	color:#656565;
}	
#blogs div.linkContainer a:after,
#blogs_detail div.linkContainer a:after {
	display:none;
}	
#blogs_detail h3.linksDownloads { 
	display:none;
}	
#blogs_detail ul.units li {
	border-top:0;
}
/* Site Map */
#sitemap ul.expandable li a.header {
	font-weight:bold;
	color:#048087;
	font-size:15px;

}
#sitemap div.pageColumn.left {
	border-top:2px solid #e6e6e6
}

/* FAQ, RESOURCES */
#FAQs #pageTitleWrapper, #resources #pageTitleWrapper {
	background:url(../img/hero_faq.jpg) no-repeat center #00040e;
}

#FAQs, #resources {
	overflow-y:scroll;
}
ul.qaGeneral > li:first-child{
	
}
ul.qaGeneral > li{
	border-bottom: 1px dotted #dadada ;

	padding:15px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
ul.qaGeneral li div.q a {
	font-weight:bold;
	font-size: 15px;
	color:#048087;
}
ul.qaGeneral li div.q a:hover{
	text-decoration:none;
}
ul.qaGeneral li div.q,
ul.qaGeneral li div.a{
	padding-left:22px;
	position:relative;
	
}
ul.qaGeneral.arrows li div.q,
ul.qaGeneral.arrows  li div.a{
	padding-left:16px;
	position:relative;
	
}
ul.qaGeneral li div.q:before, 
ul.qaGeneral li div.a:before {
	font-size: 15px;
	content:"Q.";
	color:#aeaeae;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
ul.qaGeneral li div.a {
	padding-top:8px;
	display:none;
}
ul.qaGeneral li div.a ul.resources {
	margin-top:15px;
}
ul.qaGeneral li div.a:before {
	top:6px;
	content:"A."
}
ul.qaGeneral.arrows li div.q:before {
	font-size: 17px;
	content: "+";
	top: -2px;
	font-weight: bold;
}
ul.qaGeneral.arrows li div.q.expanded:before {
	content:"-";
}
ul.qaGeneral.arrows li div.a:before {
	content:"";
}


/* Video Page */

#videos .rss {
	float:right;
	margin-top:20px;
	text-transform:uppercase;
}
#videos .filterbyContainer .f_left {
	margin-left:17px;
}
#videos .filterbyContainer .f_left:first-child {
	margin-left:0;
	margin-right:0;
}
ul.videoList {
	text-align:justify;
	border-bottom:1px dashed #e5e5e5;
}	
ul.videoList:after {
    content: "";
    width: 100%;
    display: inline-block;
}
ul.videoList li.videoItemParent {
	float:left;
	width:300px;
	height:215px;
	position:relative;
	margin-bottom:20px;
}
ul.videoList li.videoItemParent.midCol {
	margin:0 15px;
}
.lt-ie9 ul.videoList li.videoItemParent.midCol {
	margin:0 14px;
}
ul.videoList li.videoItemParent .videoContentContainer {
	position:absolute;
	text-align:left;
	border:1px solid #d3d3d3;
	background:#fff;
	width:300px;
	overflow:hidden;
	padding:15px;
	height:217px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
ul.videoList li.videoItemParent .videoContentContainer:hover {
	border-color:#047e86
} 
ul.videoList li.videoItemParent .videoContentContainer.autoHeight {
	height:auto!important;
}
ul.videoList li.videoItemParent .videoBlock {
	background-size:cover!important;
	width:100%;
	height:150px;
	background:black;
	margin-bottom:10px;
	position:relative;
}
ul.videoList li.videoItemParent .videoBlock .playIcon {
	cursor:pointer;
	display:inline-block;
	position:absolute;
	width:90px;
	height:90px;
	background:url(../img/play-button.png) no-repeat;
	left:50%;
	top:50%;
	margin-top:-45px;
	margin-left:-45px;
	opacity:.7
}
ul.videoList li.videoItemParent .videoBlock:hover .playIcon {
	opacity:1;
}
ul.videoList li.videoItemParent div.expander {
	position:relative;
}
ul.videoList li.videoItemParent div.expander .txt{
	color:#047e86;
	width:246px;
	text-align:left;
	font-size:13px;
	display: table-cell;
	vertical-align:middle;
	padding-bottom: 10px;
	height:35px;
}
ul.videoList li.videoItemParent div.expander .plusMinus{
	display:block;
	width:14px;
	height:14px;
	background:url(../img/plusMinus.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	margin-top:11px;
	cursor:pointer;
}
ul.videoList li.videoItemParent .videoContentContainer.expanded div.expander .plusMinus{
	background-position:0 -15px
}
ul.videoList li.videoItemParent div.abstract {
	margin-bottom:15px;
}
ul.videoList li.videoItemParent div.tags {
	margin-bottom:15px
}
ul.videoList li.videoItemParent div.cat {
	font-family:"futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-size:19px;
	font-weight:700;
	text-transform:uppercase;
}
ul.videoList li.videoItemParent div.linkList a {
	font-family: helvetica;
	font-size: 12px;
	font-weight:normal;
	color:#047e86;
}
ul.videoList li.videoItemParent ul.resources li {
	margin-bottom:0;
}
ul.videoList li.videoItemParent ul.resources li + li {
	margin-top:17px;
}
.filterbyContainer .label {
	margin-right:0;
}


/**** /
/* footer */

body#home section#pageTools {
	display:none;
}
#footerNavSocial {
	margin-top:30px;
}
#footerNavSocial .wrapper{
	padding-top:15px;
	/*background:url(../img/border_rpt.gif) top repeat-x;*/
	border-top:2px solid #e6e6e6;
}
#footerNavSocial #footerNav {
	float:right;
}
#footerNavSocial #footerNav ul li {
	float:left;
	margin-left:9px;
	font-size:12px;
	color:#03757c;
	font-family:"helvetica"
}
#footerNavSocial #footerNav ul li a{
	color:#03757c;
}
#footerNav ul li.sep:after{
	content:"|";
}
#footerNavSocial section.socialLink {
	float:left;
}
#footerNavSocial section.socialLink a{
	float:left;
	width:24px;
	height:24px;
	background:url(../img/social_icons_noBg2.png) 5px 3px no-repeat #464646;
	cursor:pointer;
	margin-right:5px;
	border-radius:12px;
}
#footerNavSocial section.socialLink a.twitter{ background-position:-24px 3px }
#footerNavSocial section.socialLink a.twitter:hover{ background-color:#2caae1; }
#footerNavSocial section.socialLink a.facebook{ background-position:-54px 4px }
#footerNavSocial section.socialLink a.facebook:hover{ background-color:#294278 }
#footerNavSocial section.socialLink a.linkedIn{ background-position:-82px 3px }
#footerNavSocial section.socialLink a.linkedIn:hover{ background-color:#006699 }
#footerNavSocial section.socialLink a.youTube:hover{ background-color:#ff0000; }

footer#footer {
	height:50px;
	font-size:12px;
	margin:20px 0 50px 0;
}
footer#footer a.logo {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:131px;
	height:25px;
}
footer#footer a.logo.icxlegal{
	background:url("../img/footerLogo.png") 0 0 no-repeat;
}
footer#footer a.logo.icxpro{
	background:url("../img/footerLogo-icxpro.png") 0 0 no-repeat;
}
footer#footer .content {
	width:700px;
}
/* End of footer */

/* Modal */

/* Modal Popup */
#overlay {
	width:100%;
	height:100%;
	background:url(../img/overlay_bg.png);
	z-index:99;
	position:absolute;
	left:0;
	top:0;
}
#modalPopup {
	position:fixed;
	z-index:100;
	width:560px;
	height:547px;
	left:50%;
	margin-left:-280px;
	top:50%;
	margin-top:-252.5px;
	border: 2px solid rgb(0, 0, 0);
    border: 18px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border-radius:15px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#modalPopup.altStyle {
	border:2px solid #0B6CA8;
	border: 2px solid rgba(11, 108, 168, 1);
	border-radius: 0
}
#modalPopup.altStyle .popup_head {
	display: none
}
.popup_tabLinks {
	display: none
}
#modalPopup.iframeStyle {
	width:996px;
	height:689px;
	margin-left:-498px;
	margin-top:-350px
}
#modalPopup.iframeStyle .inner {
	width:965px;
	height:657px;
}
#modalPopup.altStyle .inner {
	border-radius: 0;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
}
#modalPopup .popup_head {
	background: url(../img/popup_header.gif) left top no-repeat;
	/*border-bottom: 1px dashed #CCCCCC;*/
	padding-bottom: 15px;
	color: #047e86;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	height: 30px;
	font-size: 25px;
	text-transform: uppercase;
}
#modalPopup .popup_head.email {
	background:none;
	background: url(../img/popEmailHdrRpt.png) bottom repeat-x;
}
#modalPopup iframe body {
	font-size:16px;
}
#modalPopup iframe {
	width:100%;
	min-height:360px;
	border:0;
}
#modalPopup .inner {
	position:relative;
	left:-3px;
	top:-3px;
	width:530px;
	height:515px;
	padding:18px;
	border-radius:10px;
	background:#fff;
	overflow-y:auto;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
#modalPopup.altStyle .inner {
	overflow: visible;
	
}
#modalPopup.altStyle .inner .popupTabs {
	position: absolute;
	right: 0;
	top: 0;
	background: #0B6CA8;
	margin-top: -28px;
	margin-right: -2px;
	padding:5px 0;
	border-top-right-radius: 7px;
	border-top-left-radius:7px;
}
#modalPopup.altStyle .inner .popupTabs a {
	display: inline-block;
	color: #ffffff;
	margin: 0;
	padding: 0 7px 0 11px;
	border-left:1px dashed #fff;

}
#modalPopup.altStyle .inner .popupTabs a:first-child {
	border-left: 0
}
.lt-ie9 #modalPopup .inner {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#modalPopup .close_modal {
	background:url(../img/close_popup.png) no-repeat;
	position:absolute;
	right:9px;
	bottom:5px;
	width:23px;
	height:23px;
	cursor:pointer;
}
#modalPopup.altStyle .close_modal {
	display: none
}

#modalPopup .inner .popup_content {
	font-size:14px;
	font-family:georgia;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup.altStyle .inner .popup_content {
	height: 100%
}
#modalPopup.email .inner .popup_content{
	padding-right:20px;
}
#modalPopup .inner  {
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup .inner a.continueEmail {
	display:inline-block;
	color:#025c65;
	margin-top:10px;
	font-size:17px;
	padding-right:0;
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	position:relative;
}
#modalPopup.email .inner a.continueEmail {
	
}
#modalPopup .inner a.continueEmail:after {
	content: "\25ba";
	font-size: 10px;
	positioN: absolute;
	right: 0;
	line-height: 9px;
	margin-right: -14px;
	top: 7px;
}
/* End of Modal */
.filterbyContainer {
	font-size: 14px;
	margin: 20px 0 20px 0;
	background:#e2e2e2;
	padding:0 4px 4px 4px;
}

.filterbyContainer .f_left.label {
	font-family: "futura-pt-condensed-n7", "futura-pt-condensed",sans-serif;
	font-weight: 700;	
	color:#474747;
	font-size:16px;
	padding:5px 28px 0 9px;
}
.filterbyContainer .f_left.label.filterBy {
	display: block;
	float: none;
	margin-bottom: 6px;
	padding-left: 10px;
	padding-top: 4px;
	position: relative;
}
.filterbyContainer .f_left.label.filterBy:after {
	content: "";
	display: block;
	position: absolute;
	height: 28px;
	width: 568px;
	background: #fbfbfb;
	top: 0;
	right: 0;
	margin-right: -4px;
}
.noLeftNav .filterbyContainer .f_left.label.filterBy:after {
	width: 845px;
}
.filterbyContainer .f_left .custom_select {
	margin-left:10px;
}
.filterbyContainer .f_left + .f_left.label {
	margin-left: 8px!important;
margin-right: -29px;
}
/* Custom Select */
select.custom  {
	display:none;
	width:259px;
	height:29px;
	position:relative;
	margin-left:10px;
	font-size: 14px;
}
.rightResources select.custom {
	margin-left:0;
}
.custom_select {
	width:269px;
	height:29px;
	position:relative;
}
#professionals_landing .custom_select
{
  width:220px;
}
.custom_input{
	border:1px solid #cbcaca;
	width:100%;
	background:white;
	height:27px;
	padding:0 5px;
	box-sizing:border-box;
}
.rightResources div.custom_select,
.rightResources select.custom {
	width: auto;
	margin-bottom: 11px;
}
.custom_select ul li.overflowcontainer {
  border: none;
  padding: 0;
  margin: 0;
}
.custom_select .overflow {
	overflow-y:auto;
	max-height:250px;	
	color:#047e86;
	font-size:13px;
  display: block;
  float: none;
  position: static;
  height: auto;
}
.custom_select  ul.custom_selectul {
	border:1px solid #cbcaca;
	position:absolute;
	width:100%;
	top:0;
	background:white;
	height:27px;
	
	overflow:hidden;

}
.custom_select ul.expanded{
	height:auto;
	z-index:90;
}
.custom_select ul li {
	cursor:pointer;
	padding:3px 5px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */		
}
.custom_select ul li.listitem:hover {
	background:#efefef;
}	
.custom_select ul li.selected {
	background: url("../img/selectArrow.gif") no-repeat right 1px;
	padding-right:30px;
	height:27px;
	line-height:17px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-top:5px;
	font-size: 16px;
}
.custom_select ul li span.val{
	display:none;
}


/* Fake selectors for CSS Stuido */
nav#mainNav ul, nav#mainNav ul li a:after, section#lowerCallouts a.more span, a.more span, body.p404 .mainWrapper .wrapper,
section#lowerCallouts article#newsBox h2 a:hover, footer#footer section.content .smallTxt,
section#lowerCallouts a.more span:after, .lt-ie9 header, #leftNav li.selected a, 
#leftNav li a:hover, #leftNav li.selected a:hover, section#lowerCallouts article#newsBox h2 a:hover,
.lt-ie9 section#lowerCallouts a.more span:after, nav#mainNav div.wrapper > ul > li:before, nav#mainNav div.wrapper > ul li:first-child:before, footer#footer .wrapper, #footerNavSocial .wrapper:before, section#lowerCallouts a.more:before, section#lowerCallouts:before, section#lowerCallouts article .subHead:before, section#lowerCallouts article .subHead:after, #newsBox section.headline:first-child, div.unitsHeader a.more:visited, nav#mainNav ul li.selected, nav#mainNav ul li.selected:after, nav#mainNav ul li:hover, nav#mainNav ul li.selected:hover:after, nav#mainNav .wrapper > ul:before, nav#mainNav .wrapper > ul:after, nav#mainNav ul li:hover a, #professionals_detail .wrapper .padding, #professionals_detail div.content:before,.lt-ie9 ul.backgrounds li, .lt-ie9 section#heroBar, .lt-ie9 nav#mainNav .wrapper > ul:before, .lt-ie9 nav#mainNav .wrapper > ul:after, #professionals_detail .ipp_content hr {}
{}
/* ==========================================================================
   Media Queries
   ========================================================================== */
   
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	#lowerCallouts #featuredAttorneys .controls{
		margin-right:0px;
	}


} 

/* iPad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	#overlay { 
		position:absolute;
		width:990px;
	}
	#footerNavSocial .wrapper {
		padding:15px;
	}
	#footer .wrapper {
		padding:0 15px;
	}
	footer#footer a.icxlegal {
		right:15px;
	}
	div.linkContainer a{
		display:block;
	}
	/* header image positioning */
	section#pageTitleWrapper, header, nav#mainNav, section#footerNavSocial, #lowerCallouts, footer{
		width:990px!important;
	}
	section#lowerCallouts article {
		min-height:400px
	}
	ul.backgrounds li {
		background-size: cover!important;
		margin-left: 0!important;
		left:0!important;
		width: 100%!important;
		background-position:center center!important;
	}

	#heroShadow {
		display:none!important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
		body {
			width:990px;
		}
		* {
			max-width:990px!important;
		}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#pageTitleWrapper, nav#mainNav, section#heroBar, header, section#footerNavSocial, #lowerCallouts, footer {
		width: auto!important
	}
}
/* phone */
@media screen and (max-device-width: 1025px) {
	#pageTitleWrapper, section#heroBar, header  {
		width:990px
	}
}

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, header .wrapper:before,
.clearfix:after, header .wrapper:after {
    content: " ";
    display: table;
}

.clearfix:after, header .wrapper:after {
    clear: both;
}

.clearfix, header .wrapper {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

#filterform input[type="submit"] {
  display: none;
}

#skiplink:link,
#skiplink:hover,
#skiplink:active {
  color: rgba(255, 255, 255, 0) !important;
  font-size: .1px !important;
  font-family: arial;
  line-height: .1px !important;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  position: absolute;
  width: .1px;
  height: .1px;
  top: 0;
  left: 0;
}

/* ==========================================================================
   Fancybox 3
   ========================================================================== */

.fancybox-slide,
.fancybox-slide--current {
  

}

.fancybox-iframe {
  border: 15px solid white;
	border-radius: 5px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 793px;
    height : 460px;
    max-width  : 80%;
    max-height : 80%;

}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}
/* leave at bottom */
#csscheck {
		min-width: 320px;
}
  
            /* C:\ICX\Live\ICX_Frameworks\FW3\css\main.css end   */
            /* Start Custom Css Fonts */ 
		    @font-face {
                font-family: 'icons';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/icons.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/icons.woff') format('woff'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/icons.eot') format('eot');
            }@font-face {
                font-family: 'PPHattonAOS-Bold';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Bold.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Bold.woff') format('woff');
            }@font-face {
                font-family: 'PPHattonAOS-Italic';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Italic.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Italic.woff') format('woff');
            }@font-face {
                font-family: 'PPHattonAOS-Regular';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Regular.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPHattonAOS-Regular.woff') format('woff');
            }@font-face {
                font-family: 'PPNeueMontrealAOS-Bold';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Bold.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Bold.woff') format('woff');
            }@font-face {
                font-family: 'PPNeueMontrealAOS-Italic';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Italic.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Italic.woff') format('woff');
            }@font-face {
                font-family: 'PPNeueMontrealAOS-Regular';
                src: url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Regular.woff2') format('woff2'), url('/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/fonts/PPNeueMontrealAOS-Regular.woff') format('woff');
            }
		  /* End Custom Css Fonts */
		
/* [Framework Variant Css - AOS Navigate 1.0 */

#blogs #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#blogs div.linkContainer a { 
	color: #00873B;
	display: block;
	margin-bottom: 15px;
	line-height: 22px;
	
	}
#blogs div.linkContainer a:hover { 
	text-decoration: none;
	color: #000000;
	
	}
#blogs div.linkContainer br { 
	display: none;
	
	}
#blogs section.rightContent .content { 
	float: right;
	width: 100%;
	margin-right: 20px;
	
	}
#blogs ul.units li a.name.title { 
	font-size: 14px;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-weight: normal;
	
	}
#blogs_detail #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#blogs_detail .js_topHeader a.title:hover { 
	text-decoration: none;
	
	}
#blogs_detail div.linkContainer a { 
	margin-bottom: 15px;
	line-height: 22px;
	color: #00873B;
	display: block;
	
	}
#blogs_detail div.linkContainer a:hover { 
	color: #00342B;
	
	}
#blogs_detail div.linkContainer br { 
	display: none;
	
	}
#blogs_detail section.rightContent .content { 
	float: right;
	width: 100%;
	margin-right: 20px;
	
	}
#blogs_detail ul.units li { 
	background: transparent;
	border-top: 0;
	line-height: 26px;
	padding: 10px 0;
	
	}
#blogs_detail ul.units li a.name.title { 
	font-weight: normal;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-size: 14px;
	
	}
#contactMessage { 
	display: block;
	margin-top: 20px;
	font-weight: normal;
	
	}
#featuredAttorneys .attorney { 
	width: 990px;
	margin: 0 auto;
	
	}
#footer .smallTxt { 
	line-height: 18px;
	font-size: 12px;
	margin-top: 0;
	
	}
#footerNavSocial { 
	display: flex;
	flex-direction: column;
	margin-top: 0;
	background: #00342B;
	
	}
#footerNavSocial #footerNav ul li { 
	font-size: 12px;
	float: left;
	margin-left: 9px;
	color: #FFFFFF;
	font-family: "helvetica";
	
	}
#footerNavSocial #footerNav ul li a { 
	color: #FFFFFF;
	
	}
#footerNavSocial .wrapper { 
	border-top: unset;
	order: 2;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	
	}
#footerNavSocial section.socialLink { 
	float: left;
	display: flex;
	
	}
#footerNavSocial section.socialLink a { 
	background: none;
	float: left;
	width: auto;
	border-radius: unset;
	margin-right: 15px;
	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: PPHattonAOS-Bold,serif;
	color: #00342B;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
	
	}
#home header { 
	background: #00342B;
	
	}
#leftNav { 
	float: left;
	width: 200px;
	
	}
#leftNav ul li { 
	position: relative;
	z-index: 10;
	line-height: 20px;
	border: none !important;
	margin-bottom: 20px;
	border-bottom: none;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0;
	font-weight: normal;
	
	}
#leftNav ul li a { 
	color: #00873B;
	
	}
#leftNav ul li a:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
#leftNav ul li ul li { 
	position: relative;
	border-bottom: 0;
	padding: 0 0 0 12px;
	width: 100%;
	height: auto;
	display: inline-block;
	color: #383838;
	font-weight: normal;
	text-indent: 0;
	line-height: 18px;
	margin: 0 0 10px 10px;
	
	}
#leftNav ul li ul li:before { 
	width: 4px;
	height: 4px;
	content: '';
	background-color: #00342B;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	
	}
#leftNav ul li.lastChild { 
	border-bottom: none !important;
	
	}
#leftNav ul li.selected { 
	font-weight: normal;
	color: #000000;
	padding: 0;
	display: inline-block;
	
	}
#leftNav ul li.selected a { 
	color: #00342B;
	font-weight: normal;
	
	}
#leftNav ul li:before { 
	display: none;
	
	}
#lowerCallouts #featuredAttorneys figure.headShot img { 
	height: auto;
	width: 100%;
	box-sizing: border-box;
	
	}
#lowerCallouts #newsBox .headline { 
	margin: 0 0 40px;
	
	}
#lowerCallouts #newsBox .newsSep { 
	display: none;
	
	}
#lowerCallouts #newsBox .subHead { 
	width: 100%;
	margin: 0 0 20px;
	
	}
#lowerCallouts .attorneyList { 
	margin: 0;
	display: flex;
	justify-content: space-between;
	
	}
#lowerCallouts .date { 
	font-size: 14px;
	font-style: normal;
	color: #666666;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-weight: normal;
	
	}
#lowerCallouts ul.attorneyList .about { 
	padding: 10px 0;
	box-sizing: border-box;
	border-top: 2px solid #000000;
	text-align: center;
	height: auto;
	position: relative;
	margin: 0;
	
	}
#lowerCallouts ul.attorneyList .abstract { 
	max-height: unset;
	overflow: hidden;
	color: #000000;
	position: relative;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	padding: 0;
	font-weight: normal;
	margin-top: 3px;
	line-height: 16px;
	font-size: 16px;
	
	}
#lowerCallouts ul.attorneyList figure.headShot { 
	margin-right: 0;
	float: none;
	border: none;
	border-radius: 0;
	overflow: hidden;
	padding: 0;
	
	}
#lowerCallouts ul.attorneyList h2 { 
	font-family: PPHattonAOS-Bold,serif;
	text-transform: capitalize;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	line-height: 18px;
	text-align: center;
	
	}
#lowerCallouts ul.attorneyList h2 a { 
	color: #000000;
	
	}
#lowerCallouts ul.attorneyList h2 a:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
#mainNav li.selected ul.second a { 
	font-size: 16px;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	box-sizing: border-box;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	border: none;
	padding: 10px 10px;
	white-space: normal;
	background: None;
	text-transform: initial;
	display: block;
	
	}
#modalPopup { 
	height: auto;
	border-radius: 0;
	
	}
#modalPopup .inner { 
	overflow-y: auto;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-sizing: border-box;
	width: 530px;
	height: auto;
	top: 0;
	padding: 18px;
	-moz-box-sizing: border-box;
	border-radius: 0;
	left: -2px;
	
	}
#modalPopup .inner .popup_content { 
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	margin: 0;
	font-weight: normal;
	
	}
#modalPopup .inner a.continueEmail { 
	margin-top: 10px;
	font-weight: normal;
	display: flex;
	padding-right: 0;
	font-size: 16px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	color: #00873B;
	position: relative;
	
	}
#modalPopup .inner a.continueEmail:after { 
	font-size: 18px;
	content: "\e905";
	top: 0;
	line-height: 18px;
	positioN: relative;
	font-family: icons;
	margin: 0 0 0 10px;
	
	}
#modalPopup .inner a.continueEmail:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
#modalPopup .popup_head { 
	font-size: 25px;
	text-transform: unset;
	background: none;
	height: auto;
	font-family: PPHattonAOS-Bold,serif;
	padding-bottom: 0;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: none;
	
	}
#modalPopup .popup_head.email { 
	background: none;
	
	}
#news_detail .js_topHeader { 
	order: 2;
	
	}
#news_detail .js_topHeader h4 { 
	line-height: 32px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-size: 28px;
	color: #000000;
	font-weight: normal;
	
	}
#news_detail .rightContent { 
	display: flex;
	flex-direction: column;
	
	}
#news_detail .rightContent .content { 
	order: 3;
	
	}
#news_detail .rightResources { 
	order: 4;
	
	}
#newsBox  a.more { 
	float: none;
	padding: 5px 0;
	display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	color: #063f45;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	border-top: none;
	font-size: 17px;
	background: none;
	border: none;
	
	}
#newsBox.onlyOne .headline { 
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
	vertical-align: top;
	border-top: none;
	
	}
#overlay { 
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100% !important;
	background: url(../img/overlay_bg.png);
	z-index: 99;
	
	}
#pageTitleWrapper #pageTools { 
	margin-top: 100px;
	bottom: 0;
	height: auto;
	background: transparent;
	width: auto;
	position: relative;
	
	}
#pageTitleWrapper #pageTools ul { 
	height: auto;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	float: right;
	line-height: 33px;
	margin: 0;
	font-weight: normal;
	
	}
#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: #000000;
	display: block;
	padding: 0 !important;
	
	}
#pageTitleWrapper #pageTools ul li a:hover { 
	color: #000000;
	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: 22px;
	font-family: PPHattonAOS-bold,serif;
	font-weight: normal;
	
	}
#practice_detail .rightContent .content h3.pageTitle:First-child { 
	font-size: 23px;
	color: #000000;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: PPHattonAOS-Regular,serif;
	font-weight: normal;
	
	}
#practice_landing #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#practices_landing .rightContent #content { 
	display: flex;
	
	}
#practices_landing h2 { 
	margin: 0 100px 0 0;
	flex: 0 0 40%;
	padding-bottom: 25px;
	margin-right: 100px;
	font-size: 26px;
	line-height: 40px;
	
	}
#practices_landing h4 { 
	line-height: 40px;
	margin: 0 100px 0 0;
	font-size: 26px;
	margin-right: 100px;
	padding-bottom: 25px;
	flex: 0 0 40%;
	
	}
#printOnly_main #offices { 
	display: block;
	position: absolute;
	right: 0;
	
	}
#printOnly_main #ppp_offices { 
	display: block;
	position: absolute;
	right: 0;
	
	}
#professionals_detail #pageTitleWrapper { 
	background: #FFFFFF;
	
	}
#professionals_detail .mainWrapper .majorContent .personal { 
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .name { 
	font-size: 30px;
	font-family: PPHattonAOS-Bold,serif;
	color: #00342B;
	font-weight: normal;
	
	}
#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: #000000;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right a { 
	color: #000000;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right a:hover { 
	color: #00873B;
	text-decoration: none;
	
	}
#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 { 
	color: #00873B;
	text-decoration: none;
	
	}
#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: 10px 0 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	
	}
#professionals_detail .mainWrapper .majorContent .personal a.vCard { 
	font-size: 0;
	font-weight: normal;
	overflow: hidden;
	width: auto;
	background: none;
	margin-left: 10px;
	line-height: 16px;
	padding-left: 0;
	height: auto;
	
	}
#professionals_detail .mainWrapper .majorContent .personal a.vCard:before { 
	content: "\e903";
	font-family: icons;
	font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 5px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email { 
	font-size: 0;
	background: none;
	height: auto;
	display: inline-block;
	padding-left: 0;
	line-height: 14px;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email a { 
	line-height: 16px;
	width: auto;
	display: inline-block;
	font-weight: normal;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.email a:before { 
	content: "\e902";
	font-family: icons;
	font-size: 20px;
	margin-right: 5px;
	
	}
#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 #000000;
	
	}
#professionals_detail .mainWrapper .majorContent .personal div.fax:before { 
	content: "Fax: ";
	
	}
#professionals_detail .mainWrapper .majorContent h3 { 
	margin-top: 30px;
	
	}
#professionals_detail .mainWrapper .minorContent { 
	float: left;
	width: 220px;
	line-height: 22px;
	
	}
#professionals_detail .mainWrapper .minorContent .headShot { 
	height: 165px;
	overflow: hidden;
	display: block;
	
	}
#professionals_detail .mainWrapper .minorContent .headShot img { 
	margin-bottom: 12px;
	width: 220px;
	height: 266px;
	
	}
#professionals_detail .mainWrapper .minorContent a { 
	color: #00873B;
	
	}
#professionals_detail .mainWrapper .minorContent a:after { 
	display: block;
	content: "";
	border-top: none;
	width: 220px;
	margin: 0 0 15px;
	
	}
#professionals_detail .mainWrapper .minorContent a:hover { 
	text-decoration: none;
	color: #000000;
	
	}
#professionals_detail .mainWrapper .socialLink a:hover { 
	text-decoration: none;
	
	}
#professionals_detail .mainWrapper h3 { 
	border-bottom: 1px solid #C9CACC;
	padding-bottom: 3px;
	font-weight: normal;
	color: #000000;
	font-size: 18px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	margin: 20px 0 5px;
	
	}
#professionals_detail .mainWrapper h3.education { 
	margin-top: 30px;
	
	}
#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: #00873B;
	
	}
#professionals_landing ul.attorneyList a { 
	text-decoration: none;
	color: #00873B;
	
	}
#professionals_landing ul.attorneyList a.name.title:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
#professionals_landing ul.attorneyList a.vCard { 
	position: relative;
	top: 1px;
	display: none;
	font-size: 0;
	font-weight: normal;
	color: transparent;
	width: auto;
	background: none;
	height: auto;
	padding-left: 0;
	margin-left: 10px;
	line-height: 20px;
	
	}
#professionals_landing ul.attorneyList a.vCard:before { 
	content: "\e903";
	font-family: icons;
	color: #00873B;
	font-size: 21px;
	margin-right: 5px;
	
	}
#professionals_landing ul.attorneyList a.vCard:hover { 
	color: #00342B;
	background-position: none;
	
	}
#professionals_landing ul.attorneyList a.vCard:hover:before { 
	color: #00342B;
	
	}
#professionals_landing ul.attorneyList a:hover { 
	color: #00342B;
	
	}
#professionals_landing ul.attorneyList div.email { 
	padding-left: 0;
	line-height: 20px;
	font-size: 0;
	margin-top: 5px;
	width: auto;
	text-transform: unset;
	background: none;
	height: auto;
	
	}
#professionals_landing ul.attorneyList div.email a:before { 
	content: "\e902";
	font-family: icons;
	font-size: 18px;
	position: relative;
	
	}
#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;
	font-weight: normal;
	font-family: PPHattonAOS-Regular,serif;
	margin-bottom: 5px;
	color: #000000;
	
	}
#professionals_landing ul.attorneyList li { 
	margin: 0 0 23px 0;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	width: 235px;
	box-sizing: border-box;
	height: auto;
	float: left;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	-moz-box-sizing: border-box;
	border: none;
	padding: 0;
	
	}
#professionals_landing ul.attorneyList li .about { 
	padding: 10px;
	border: 1px solid #C9CACC;
	border-top: none;
	box-sizing: border-box;
	
	}
#professionals_landing ul.attorneyList li .headShot { 
	height: 270px;
	float: none;
	overflow: hidden;
	margin: 0;
	
	}
#professionals_landing ul.attorneyList li .headShot img { 
	height: auto;
	width: 100%;
	
	}
#professionals_landing ul.attorneyList li .name.title { 
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #00873B;
	text-decoration: none;
	
	}
#professionals_landing ul.attorneyList li .phone { 
	font-size: 16px;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-weight: normal;
	margin-top: 10px;
	line-height: 20px;
	
	}
#professionals_landing ul.attorneyList li .title { 
	display: block;
	overflow: none;
	text-overflow: none;
	white-space: unset;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-weight: normal;
	line-height: 16px;
	font-size: 16px;
	margin: 5px 0;
	
	}
#professionals_landing ul.attorneyList li:hover { 
	border-color: #999999;
	
	}
#professionals_landing ul.attorneyList span.name { 
	color: #00873B;
	text-decoration: none;
	
	}
#rep_matters_detail .content h1 { 
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 34px;
	font-family: PPHattonAOS-Regular,serif;
	color: #00342B;
	font-weight: normal;
	
	}
#sitemap ul.expandable li a.header { 
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	
	}
#staticcontent #pageTitleWrapper { 
	background-image: none !important;
	
	}
#videos .filterbyContainer .f_left { 
	margin: 0 20px 0 0;
	
	}
.attorneyList { 
	display: grid;
	
	}
.custom_select .overflow { 
	font-size: 14px;
	overflow-y: auto;
	max-height: 250px;
	color: #000000;
	
	}
.filterbyContainer { 
	margin: 30px 0;
	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: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	padding: 5px 28px 0 9px;
	color: #000000;
	
	}
.filterbyContainer .f_left.label.filterBy { 
	position: relative;
	margin-bottom: 5px;
	float: none;
	display: block;
	padding: 0;
	
	}
.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 { 
	height: 530px;
	
	}
.js_topHeader { 
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 0;
	
	}
.js_topHeader .sourceInfo { 
	color: #000000;
	font-size: 14px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	
	}
.js_topHeader .subTitle { 
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	
	}
.js_topHeader .title { 
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 10px;
	text-transform: unset;
	color: #00342B;
	font-family: PPHattonAOS-Regular,serif;
	
	}
.js_topHeader a.title { 
	font-size: 24px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	margin-bottom: 5px;
	text-transform: unset;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
	
	}
.js_topHeader h1 { 
	font-family: PPHattonAOS-Regular,serif;
	color: #00342B;
	margin-bottom: 10px;
	text-transform: unset;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	
	}
.js_topHeader h4 { 
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
	font-family: PPHattonAOS-Regular,serif;
	text-transform: unset;
	color: #00342B;
	margin-bottom: 10px;
	
	}
.js_topHeader.noLeft_yesRes { 
	padding-left: 0;
	
	}
.mainWrapper { 
	position: relative;
	
	}
.optionalTagLine { 
	color: #FFFFFF;
	position: absolute;
	bottom: 30px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	
	}
.rightContent { 
	float: right;
	color: #222222;
	width: 700px;
	position: relative;
	
	}
.rightContent .content { 
	padding-bottom: 18px;
	order: 3;
	
	}
.rightContent .content p.abstract { 
	margin: 5px 0 0;
	line-height: 26px;
	
	}
.rightContent.noLeftNav { 
	width: 100%;
	border-right: none;
	padding-right: 0;
	
	}
.rightResources { 
	box-sizing: border-box;
	margin-top: 20px;
	
	}
.rightResources .subHead { 
	position: relative;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	text-transform: unset;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	
	}
.subHead.pageTitle { 
	font-family: PPHattonAOS-Bold,serif;
	color: #00342B;
	font-size: 42px;
	font-weight: normal;
	padding: 0;
	position: relative;
	order: 1;
	margin: 0;
	display: flex;
	align-items: center;
	line-height: 52px;
	
	}
.wrapper { 
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	width: 990px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	}
.wrapper .padding { 
	padding: 0 0 100px;
	
	}
a.link.attachment { 
	background-image: none;
	background-color: #009B55;
	display: flex;
	
	}
a.link.attachment:hover { 
	background-color: #00342B;
	
	}
a.link.url { 
	background-image: none;
	background-color: #009B55;
	display: flex;
	
	}
a.link.url:hover { 
	background-color: #00342B;
	
	}
a.logoType { 
	margin: 0;
	
	}
a.more { 
	text-align: left;
	line-height: 18px;
	background: transparent;
	border-radius: 0;
	height: auto;
	display: inline-block;
	font-weight: normal;
	color: #00873B;
	padding: 0;
	font-family: PPHattonAOS-Bold,serif;
	font-size: 18px;
	
	}
a.more span { 
	display: none;
	
	}
a.noLink { 
	text-decoration: none;
	cursor: text;
	color: #000000 !important;
	
	}
a.noLink:hover { 
	color: #000000 !important;
	text-decoration: none;
	cursor: text;
	opacity: 1;
	
	}
a.rss { 
	font-size: 16px;
	height: 30px;
	position: relative;
	color: #000000;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
	line-height: 30px;
	font-weight: normal;
	
	}
a.rss:before { 
	background: none;
	content: "\ea9b";
	height: auto;
	top: -2px;
	left: 0;
	border-radius: 0;
	position: absolute;
	display: block;
	width: auto;
	font-family: icons;
	
	}
a.rss:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
a.rss:hover:before { 
	background-color: transparent;
	
	}
a:link { 
	color: #00873B;
	
	}
a:visited { 
	color: #00873B;
	
	}
body { 
	font-weight: normal;
	background: #ffffff;
	font-size: 16px;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	color: #000000;
	line-height: 26px;
	overflow-x: hidden;
	
	}
div.linkContainer a { 
	color: #00873B;
	display: block;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	}
div.linkContainer a:after { 
	display: none;
	
	}
div.linkContainer a:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
div.unitsHeader { 
	position: relative;
	color: #000000;
	font-size: 22px;
	border-bottom: 2px solid #ABACAE;
	margin: 30px 0 15px 0;
	height: 25px;
	text-transform: unset;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	clear: both;
	
	}
div.unitsHeader a.more { 
	background: none;
	color: #00873B;
	float: right;
	padding-right: 0;
	position: relative;
	bottom: 0;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	
	}
div.unitsHeader a.more:after { 
	margin-left: 5px;
	right: 0;
	font-size: 16px;
	position: relative;
	content: "\e905";
	font-family: icons;
	
	}
div.unitsHeader a.more:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
footer#footer { 
	display: flex;
	flex-direction: column-reverse;
	font-weight: normal;
	font-size: 12px;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
	background: #00342B;
	color: #FFFFFF;
	
	}
footer#footer .wrapper { 
	padding: 0 0 100px;
	display: flex;
	flex-direction: column-reverse;
	
	}
footer#footer a.logo { 
	position: absolute;
	display: block;
	width: 131px;
	bottom: 0;
	right: unset;
	height: 25px;
	left: 0;
	
	}
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: 26px;
	font-family: PPHattonAOS-Bold,serif;
	margin-bottom: 15px;
	color: #00342B;
	font-weight: normal;
	line-height: 36px;
	
	}
h2 +ul.units { 
	margin-top: 0;
	
	}
h3 { 
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	margin-bottom: 10px;
	font-weight: normal;
	
	}
h4 { 
	font-family: PPHattonAOS-Regular,serif;
	color: #00342B;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
	
	}
h4 +ul.units { 
	margin-top: 0;
	
	}
header { 
	background: #00342B;
	height: auto;
	filter: #00342B;
	border-bottom: none;
	z-index: 10;
	position: relative;
	width: 100%;
	-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 { 
	margin: 30px 0 65px;
	z-index: 50;
	background-size: cover !important;
	
	}
hr { 
	margin: 2em 0;
	display: block;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	
	}
nav#mainNav { 
	margin: 0 auto;
	z-index: 10;
	right: 0;
	left: 0;
	top: 52px;
	font-size: 16px;
	width: auto;
	position: absolute;
	height:  auto;
	background: transparent;
	
	}
nav#mainNav .wrapper { 
	text-align: center;
	width: 990px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	}
nav#mainNav .wrapper #menu { 
	align-items: center;
	margin-top: 11px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	
	}
nav#mainNav .wrapper > ul > li:first-child ul.second { 
	margin-left: 0;
	
	}
nav#mainNav .wrapper > ul > li:first-child ul.second.twoColumns { 
	margin-left: 0;
	
	}
nav#mainNav .wrapper > ul > li:first-child ul.second:after { 
	left: 0;
	margin: auto;
	
	}
nav#mainNav li.lastItem ul.second { 
	margin-left: 0;
	
	}
nav#mainNav li.lastItem ul.second:after { 
	right: 0;
	left: 0;
	
	}
nav#mainNav ul li { 
	display: inline-block;
	background: none;
	height: auto;
	line-height: 20px;
	color: #FFFFFF;
	position: relative;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	padding: 0;
	font-weight: normal;
	margin: 0 0 0 15px;
	
	}
nav#mainNav ul li a { 
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	
	}
nav#mainNav ul li a:hover { 
	color: #00ad62;
	text-decoration: none;
	
	}
nav#mainNav ul li ul.second:after { 
	content: "";
	background: #9fbfe5;
	color: #9fbfe5;
	display: none;
	position: absolute;
	top: -20px;
	font-size: 0;
	transform: none !important;
	z-index: 3;
	right: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	
	}
nav#mainNav ul li.selected a { 
	color: #00ad62;
	
	}
nav#mainNav ul li.selected li a:after { 
	display: none;
	
	}
nav#mainNav ul li:hover > a { 
	color: #00ad62;
	
	}
nav#mainNav ul ul li a:hover:after { 
	display: none;
	
	}
nav#mainNav ul.second { 
	white-space: normal;
	background: #000000;
	overflow: visible;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	left: 0;
	filter: none;
	z-index: 50;
	width: 170px;
	-moz-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	position: absolute;
	-moz-box-sizing: border-box;
	top: 52px;
	margin: 0;
	
	}
nav#mainNav ul.second .fakeSep { 
	margin-top: -38px;
	width: 100%;
	height: 38px;
	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;
	
	}
nav#mainNav ul.second li a { 
	white-space: normal;
	background: None;
	text-transform: initial;
	display: block;
	font-size: 16px;
	padding: 10px 10px;
	border: none;
	color: #FFFFFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	
	}
nav#mainNav ul.second li a:hover { 
	background: #00873B;
	filter: none;
	opacity: 1;
	color: #FFFFFF;
	
	}
nav#mainNav ul.second ol { 
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	
	}
nav#mainNav ul.second ol.right li:last-child a { 
	padding-bottom: 10px;
	
	}
nav#mainNav ul.second.twoColumns { 
	width: 170px;
	margin-left: 0;
	
	}
section#heroBar { 
	position: relative;
	color: #FFFFFF;
	overflow: hidden;
	height: 530px;
	
	}
section#heroBar #heroShadow { 
	background: #000000;
	height: 530px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: auto;
	right: 0;
	opacity: .5;
	display: none;
	
	}
section#heroBar .infoConainer { 
	display: block;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	height: 530px;
	position: relative;
	z-index: 3;
	text-align: left;
	width: 990px;
	vertical-align: middle;
	
	}
section#heroBar .infoConainer h1 { 
	font-weight: normal;
	font-size: 36px;
	font-style: normal;
	font-family: PPHattonAOS-Bold,serif;
	line-height: 46px;
	position: relative;
	
	}
section#heroBar .infoConainer p { 
	margin-top: 10px;
	text-align: left;
	font-size: 20px;
	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 { 
	font-size: 24px;
	font-weight: normal;
	background: #8fc695;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	border: 1px solid #8fc695;
	padding: 12px 30px;
	
	}
section#heroBar .infoConainer p a.more:hover { 
	background: #000000;
	color: #ffffff;
	border-color: #000000;
	
	}
section#heroBar .wrapper { 
	position: static;
	width: 100%;
	
	}
section#heroBar ul.backgrounds { 
	display: none;
	
	}
section#lowerCallouts #aboutUs .articleContent { 
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	border-bottom: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	
	}
section#lowerCallouts .wrapper { 
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	}
section#lowerCallouts article { 
	box-shadow: none;
	background: #ffffff;
	-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: 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: PPNeueMontrealAOS-Bold,sans-serif;
	-webkit-box-sizing: border-box;
	font-style: normal;
	height: auto;
	color: #1b1b1b;
	line-height: 36px;
	font-size: 36px;
	border: none;
	font-weight: normal;
	box-sizing: border-box;
	text-align: left;
	-moz-box-sizing: border-box;
	width: 990px;
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto 20px;
	
	}
section#lowerCallouts article#aboutUs.onlyOne .articleContent { 
	padding-bottom: 0;
	
	}
section#lowerCallouts article#featuredAttorneys { 
	order: 3;
	background: #FFFFFF;
	
	}
section#lowerCallouts article#newsBox { 
	justify-content: space-between;
	width: 990px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: transparent;
	order: 2;
	padding: 0;
	
	}
section#lowerCallouts article#newsBox h2 a { 
	line-height: 24px;
	color: #1d1d1d;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	display: block;
	text-decoration: none;
	
	}
section#lowerCallouts article#newsBox h2 a:hover { 
	text-decoration: underline;
	
	}
section#lowerCallouts article.onlyOne .headline { 
	width: 45%;
	
	}
section#lowerCallouts article.onlyOne .headline.odd { 
	margin-left: 0;
	
	}
section#pageTitleWrapper { 
	height: auto;
	background-color: #FFFFFF !important;
	background-image: none !important;
	margin: 40px 0;
	
	}
section#pageTitleWrapper .wrapper { 
	height: 100%;
	position: relative;
	display: block;
	
	}
section.attorney ul li { 
	width: 180px;
	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: no-repeat !important;
	height: 530px;
	left: 0;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	background-position: center center !important;
	background-size: cover !important;
	
	}
ul.ckinput { 
	padding-left: 0;
	margin: 0 0 0 20px;
	
	}
ul.expandable li { 
	border-bottom: 1px solid #000000;
	padding: 10px 0;
	
	}
ul.expandable li a.header { 
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-size: 18px;
	color: #00342B;
	font-weight: normal;
	
	}
ul.expandable li a.header:hover { 
	text-decoration: none;
	color: #00873B;
	
	}
ul.expandable li.expandable { 
	background: none;
	cursor: pointer;
	
	}
ul.expandable li.expandable div.content { 
	display: none;
	font-weight: normal;
	margin-top: 5px;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	font-size: 16px;
	color: #000000;
	
	}
ul.expandable li.expandable div.content a { 
	color: #000000;
	
	}
ul.expandable li.expandable div.content a:hover { 
	text-decoration: none;
	color: #00873B;
	
	}
ul.expandable li.expandable.expanded:before { 
	content: "\e909";
	color: #00873B;
	
	}
ul.IPP_bar li { 
	font-size: 16px;
	text-transform: uppercase;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	color: #000000;
	font-weight: normal;
	display: inline-block;
	
	}
ul.IPP_bar li a { 
	border-radius: 0;
	height: auto;
	color: #000000;
	padding: 0;
	line-height: 33px;
	display: block;
	margin-right: 15px;
	border-bottom: none !important;
	
	}
ul.IPP_bar li a:hover { 
	text-decoration: none;
	
	}
ul.IPP_bar li a:hover:after { 
	content: "";
	height: 1px;
	width: 100%;
	background: #000000;
	display: block;
	
	}
ul.IPP_bar li.active a { 
	background: transparent;
	color: #00873B;
	
	}
ul.IPP_bar li.active a:after { 
	background: #000000;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	
	}
ul.practiceList { 
	border: none;
	width: 100%;
	
	}
ul.practiceList.expandable li.expandable { 
	position: relative;
	
	}
ul.practiceList.expandable li.expandable:before { 
	content: "\e908";
	font-family: icons;
	position: absolute;
	top: 12px;
	left: unset;
	right: 20px;
	
	}
ul.qaGeneral li div.a { 
	position: relative;
	padding-left: 30px;
	
	}
ul.qaGeneral li div.a:before { 
	position: absolute;
	display: block;
	left: 0;
	font-size: 18px;
	top: 6px !important;
	content: "Q.";
	color: #00342B;
	font-family: PPHattonAOS-Bold,serif;
	font-weight: normal;
	
	}
ul.qaGeneral li div.q { 
	padding-left: 30px;
	position: relative;
	
	}
ul.qaGeneral li div.q a { 
	font-size: 18px;
	color: #00342B;
	font-weight: normal;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	
	}
ul.qaGeneral li div.q:before { 
	font-weight: normal;
	font-family: PPHattonAOS-Bold,serif;
	color: #00342B;
	top: 1px;
	left: 0;
	content: "Q.";
	font-size: 18px;
	position: absolute;
	display: block;
	
	}
ul.qaGeneral.arrows  li div.a { 
	position: relative;
	padding-left: 0;
	
	}
ul.qaGeneral.arrows li div.q { 
	padding-left: 0;
	position: relative;
	
	}
ul.qaGeneral.arrows li div.q:before { 
	display: none;
	
	}
ul.resources li a { 
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	
	}
ul.resources li a:hover { 
	color: #00873B;
	text-decoration: none;
	
	}
ul.resources li span.icon:hover { 
	background-color: #00342B;
	
	}
ul.resources li.dl span.icon { 
	background-color: #009B55;
	background-image: none;
	display: flex;
	
	}
ul.resources li.pg span.icon { 
	background-color: #009B55;
	display: flex;
	background-image: none;
	
	}
ul.units .subList { 
	font-weight: normal;
	font-size: 14px;
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	
	}
ul.units .subList .cat { 
	font-weight: 400;
	
	}
ul.units .subList a { 
	color: #3E7AB6;
	font-size: 16px;
	
	}
ul.units li { 
	border-top: 1px solid #d8d8d8;
	position: relative;
	padding: 25px 40px 25px 25px;
	line-height: 26px;
	
	}
ul.units li .subTitle { 
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	font-weight: normal;
	
	}
ul.units li .txt { 
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	
	}
ul.units li a.link { 
	position: absolute;
	margin-top: -15px;
	right: 10px;
	top: 50%;
	
	}
ul.units li a.name.title { 
	font-size: 22px;
	font-weight: normal;
	
	}
ul.units li a.title { 
	font-family: PPHattonAOS-Bold,serif;
	font-size: 20px;
	color: #00873B;
	display: inline-block;
	font-weight: normal;
	
	}
ul.units li a.title:hover { 
	text-decoration: none;
	color: #00342B;
	
	}
ul.videoList { 
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	
	}
ul.videoList li.videoItemParent { 
	margin-bottom: 20px;
	float: left;
	width: 310px;
	position: relative;
	height: 215px;
	
	}
ul.videoList li.videoItemParent .videoBlock { 
	position: relative;
	margin-bottom: 0;
	width: 100%;
	height: 150px;
	background: black;
	background-size: cover!important;
	
	}
ul.videoList li.videoItemParent .videoContentContainer { 
	-webkit-box-sizing: border-box;
	width: 310px;
	padding: 15px;
	background: #fff;
	height: 217px;
	position: absolute;
	border: 1px solid #cccccc;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	}
ul.videoList li.videoItemParent .videoContentContainer:hover { 
	border-color: #000000;
	
	}
ul.videoList li.videoItemParent div.cat { 
	font-size: 14px;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	text-transform: unset;
	font-weight: normal;
	
	}
ul.videoList li.videoItemParent div.expander .plusMinus { 
	position: absolute;
	margin-top: 11px;
	width: 14px;
	height: 14px;
	background: none;
	cursor: pointer;
	display: block;
	top: 0;
	right: 0;
	
	}
ul.videoList li.videoItemParent div.expander .txt { 
	padding: 5px 0;
	align-items: center;
	line-height: 18px;
	font-weight: normal;
	font-family: PPNeueMontrealAOS-Bold,sans-serif;
	text-align: left;
	font-size: 14px;
	color: #000000;
	height: 40px;
	vertical-align: middle;
	display: inline-flex;
	width: 90%;
	
	}
ul.videoList li.videoItemParent div.linkList a { 
	font-family: PPNeueMontrealAOS-Regular,sans-serif;
	color: #00873B;
	font-weight: normal;
	font-size: 14px;
	
	}
ul.videoList li.videoItemParent div.linkList a:hover { 
	color: #00342B;
	text-decoration: none;
	
	}
ul.videoList li.videoItemParent.midCol { 
	margin: 0;
	
	}


/* [/Framework Variant Css - AOS Navigate 1.0] */


/* [ Logo Css - /siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/logo/logo-white.svg] */


		
			header a.logoType {
				background: url("/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/logo/logo-white.svg") repeat scroll 0 0 transparent;
				
						width : 257px;
						height : 20px;
					
			}
			#modalPopup .popup_head{
				background: url("/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/logo/logo-white.svg") no-repeat scroll 0 0 transparent;
				background-size:contain;
			}
		
	

/* [/ Logo Css ] */

/* [ Include Css - home.inc] */


/* [/ Include Css ] */

/* [ Custom Css ] */

*{
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.FWM #mainNav { 
   height: 1500px !important;
   position: relative;
   z-index: 10;
 }

#pageTools {
 display: none;
}

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;
}
b,
strong {
   font-weight: 700;
}
td {
   vertical-align:top;
}
.FWM td {
   display: block
}

#content .content-holder a,
#content .text a:link {
   /*text-decoration: underline;*/
}
#content .content-holder a:hover,
#content .text a:link:hover {
   text-decoration: underline;
}

/*-- BLOCKQUOTE --*/

blockquote {
  font-family: PPHattonAOS-Bold,serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.8em;
  margin: 40px 0 60px;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  text-transform: uppercase;
}

blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #00342B;
  width: 50px;
  margin-top: -1em;
}
blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
  font-style: normal;
  font-family: PPHattonAOS-Regular,serif;
  font-weight: normal
}

#aboutUs .subHead {
   display: none;
}


/*-- PAGE TOOLS --*/

.FW3 #pageTools { 
   order: 2;
   position: absolute;
   right: 0;
}
.FW3 .rightContent.noLeftNav #pageTools {
   right: 0;
}
.FW3 #pageTools .wrapper { 
   width: 100%;
}
.FW3 #pageTools ul {
   display: flex;
   justify-content: center;
}
.FW3 #pageTools ul li {
   margin: 0 10px
}
.FW3 #pageTools ul li a{
   font-size: 0;
   text-decoration: none !important;
}
.FW3 #pageTools ul li.email a:before,
.FW3 #pageTools ul li.print a:before,
.FW3 #pageTools ul li.share a:before {
   background: transparent;
   color: #FFFFFF;
   font-family: "icons";
   font-size: 20px;
   margin-right: 5px;
}
.FWM #footerNavSocial .socialLink .share:before {
   background: transparent;
   color: #FFFFFF;
}
.FW3 #pageTools ul li.email a:hover:before,
.FW3 #pageTools ul li.print a:hover:before,
.FW3 #pageTools ul li.share a:hover:before {
   color: #00342B;
}
.FW3 #pageTools ul li.email a:before {
   content: "\e902";
}
.FW3 #pageTools ul li.print a:before {
   content: "\e90f";
}
.FW3 #pageTools ul li.share a:before {
   content: "\e901";
}

/*-- PAGE TOOLS EMAIL ICON --*/
a.sendLink {
  background: none !important;
}
a.sendLink:before {
  content: "\e902";
  font-family: icons;
  position: absolute;
  left: 10px;
  font-size: 40px;
  color: #000000;
  background-color: transparent !important;
  line-height: 28px;
  top: 14px
}
.FWM a.sendLink:before {
  font-size: 20px;
  top: 0;
  left: 7px
}

a.sendLink:hover:before{
-webkit-box-shadow: -3px 2px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -3px 2px 2px 0px rgba(0,0,0,0.2);
box-shadow: -3px 2px 2px 0px rgba(0,0,0,0.2);
}



/*-- SOCIAL ICONS --*/

#footerNavSocial .socialLink a,
#professionals_detail .majorContent .personal .right .socialLink,
#professionals_detail .mainWrapper .socialLink a,
#professionals_detail .mainWrapper .socialLink a:hover {
	background: none !important;
}
.FWM#professionals_detail .mainWrapper .socialLink a {
   color: #000000;
}
#footerNavSocial .socialLink a,
#professionals_detail .majorContent .personal .right .socialLink,
#professionals_detail .mainWrapper .socialLink {
	display: block;
	width: auto;
	height: 20px;
	color: #000000;
	font-family: icons;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: normal;
	text-align: center;
}
#footerNavSocial .socialLink a {
	color: #FFFFFF;
}
#footerNavSocial .socialLink a:hover{
	color: #009B55;
        text-decoration: none;
}
#professionals_detail .mainWrapper .socialLink a:hover{
    text-decoration: none;
}
#professionals_detail .majorContent .personal .right .socialLink,
#professionals_detail .mainWrapper .socialLink a:hover:before {
    color: #009B55;
}
#footerNavSocial .socialLink .twitter:before,
#professionals_detail .majorContent .personal .right .socialLink .twitter:before,
#professionals_detail .mainWrapper .socialLink a.twitter:before {
	content: "\e910";
}
#footerNavSocial .socialLink .facebook:before,
#professionals_detail .majorContent .personal .right .socialLink .facebook:before,
#professionals_detail .mainWrapper .socialLink a.facebook:before {
	content: "\ea91";
}
.FWM #footerNavSocial .socialLink .share {
   font-size: 0
}
#footerNavSocial .socialLink .share:before {
	content: "\e901";
        font-size: 20px;
        font-weight: 400;
}
#footerNavSocial .socialLink .linkedIn:before,
#professionals_detail .majorContent .personal .right .socialLink .linkedIn:before,
#professionals_detail .mainWrapper .socialLink a.linkedIn:before {
	content: "\eac9";
}
#footerNavSocial .socialLink .youTube:before {
	content: "\ea9d";
	padding: 4px 5px 6px 5px
}
#professionals_detail .majorContent .personal .right .socialLink .xing:before,
#professionals_detail .mainWrapper .socialLink a.xing:before {
	content: "\ead4";
}


/*-- ABOUT US HOMEPAGE --*/

#aboutUs table {
   width: 100vw;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
   background: #05436a;
   color: #ffffff
}
#aboutUs table div {
   width: 990px;
   margin: 60px auto
}
.FWM #aboutUs table div {
   width: 100%;
   padding: 0 30px;
   box-sizing: border-box;
   font-size: 18px;
   line-height: 28px;
}
#aboutUs table div h2 {
   text-align: center;
   color: #FFFFFF
}
#aboutUs table div a {
   text-transform: uppercase;
   letter-spacing: .1em;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   display: block;
   width: 157px;
   box-sizing: border-box;
   margin: 40px auto 0;
}
.FWM #aboutUs table div a {
   padding: 10px 0;
   line-height: 16px;
}
#aboutUs table div a:hover {
   text-decoration: none;
   background: #FFFFFF;
   color: #05436a;
}


/* FEATURED ATTORNEYS */

section#lowerCallouts #featuredAttorneys a.more {
   display: none;
}
#lowerCallouts #featuredAttorneys figure.headShot img:hover{
	opacity: .7
}

/* PROFESSIONALS LANDING */

.FW3#professionals_landing ul.attorneyList {
  grid-template-columns: 230px 230px 230px 230px;
  column-gap: 23px;
}
.FW3#professionals_landing ul.attorneyList li:nth-of-type(4n+0) {
  margin-right: 0
}
#professionals_landing .about .name.title {
   display: block !important;
}
.FW3#professionals_landing .attorneyList.clearfix:before,
.FW3#professionals_landing .attorneyList.clearfix:after {
  display: none
}
#professionals_landing h4 {
  order: 1;
}
#professionals_landing #team_keycontacts {
  order: 2 !important;
}
.FWM #mainNav #team_keycontacts {
  display: none !important;
}
#professionals_landing .attorneyList.clearfix,
.FWM#professionals_landing .attorneyList {
  order: 3;
}


/*-- PROFESSIONALS DETAIL --*/

#professionals_detail .mainWrapper .minorContent br {
   display: none !important;
}
#professionals_detail .mainWrapper .majorContent .personal div.email a:hover{
	opacity: 1 !important;
	text-decoration: none;
	border-color: #333
}

/*-- FEATURED NEWS --*/

#lowerCallouts #newsBox .headline ul{
   display: none
}

.news-btn {
   width: 100%;
   text-align: center;
}
#lowerCallouts .date:before{
   content:"\f02e";
   font-family: "Font Awesome 5 Free";
   color: #0b1a3c;
   margin-right: 5px;
}



/*-- PRACTICE LANDING --*/

.FW3 ul.practiceList.expandable li.expandable:hover:before,
.FW3 ul.qaGeneral.arrows li div.q a:hover:before,
.FW3 ul.expandable li.expandable.expanded:hover:before,
.FW3 ul.qaGeneral.arrows li div.q.expanded a:hover:before {
  color: #009b55;
}


/*  PRACTICE DETAILS */

#practice_detail h3.pageTitle {
   font-size: 38px;
   margin-bottom: 40px;
   font-weight: normal;
   line-height: 42px;
}
.FWM#practice_detail h3.pageTitle {
   margin: 0 0 20px;
   font-size: 26px;
   line-height: 26px;
}
#practice_detail h2{
   font-size: 30px
}
#practice_detail #leftNav li.selected li a {
   font-size: 16px !important;
   border-bottom: none !important;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   font-weight: normal;
}
.FW3#practice_detail #leftNav ul li.selected {
   border-bottom: none !important;
}
#practice_detail #leftNav li.selected li a:hover{
   text-decoration: none;
   color: #00873B;
}
#practice_detail #leftNav li.selected li.selected a{
   font-weight: normal;
}


/*-- HOMEPAGE - INSIGHTS & FINTECH SALONS --*/

#hp-services-wrap {
   background: #e5e6e7;
   order: 1;
   padding: 60px 0;
   color: #000000;
}
.FWM #hp-services-wrap {
   padding: 40px 0;
}
#hp-services-wrap #hp-services,
#level_4 ul {
   width: 990px;
   margin: 0 auto;
   display: flex;
   /*justify-content: space-between;*/
}
.FWM #level_4 ul {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.FWM #hp-services-wrap #hp-services {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding: 0 15px;
   box-sizing: border-box;
}
#hp-services-wrap #hp-services div,
#level_4 ul li {
   padding: 0 30px 0 0;
   box-sizing: border-box;
   width: 33.33333%;
   border-right: 1px solid #bccde2;
}
.FWM #hp-services-wrap #hp-services div,
.FWM #level_4 ul li {
   width: 100%;
   padding: 20px 0 0 !important;
   border-right: none;
}
#level_4 ul li a{
   color: #000000;
}
#hp-services img {
  margin: 0 auto 20px;
  display: block;
}
#hp-services-wrap #hp-services div:nth-of-type(2),
#level_4 ul li:nth-of-type(2) {
   padding: 0 30px;
   box-sizing: border-box;
}
#hp-services-wrap #hp-services div:nth-of-type(3),
#level_4 ul li:nth-of-type(3) {
   border-right: none;
   padding: 0 0 0 30px;
   box-sizing: border-box;
}
.FWM #hp-services-wrap #hp-services div:nth-of-type(3) {
   border-bottom: none;
}

#hp-services-wrap .subHead {
   width: 990px;
   margin: 0 auto 40px;
   position: relative;
   font-size: 30px;
   line-height: 30px;
   font-weight: normal;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   text-transform: uppercase;
   z-index: 10;
}
.FWM #hp-services-wrap .subHead {
   width: auto;
   margin: 0 15px;
}

#hp-services-wrap #hp-services h2,
#level_4 h3,
#level_4 ul li span {
   color: #000000;
   font-size: 24px;
   line-height: 28px;
   margin: 0;
   margin-bottom: 0px;
   font-weight: normal;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   text-transform: unset;
}
#level_4 ul {
   padding: 0;
}
#level_4 ul li {
   list-style-type: none;
}
#level_4 ul li span {
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
}

.FW3 .insight-item  {
  position: relative;
  padding-bottom: 40px !important;
}
.FW3 .insight-cta {
 position: absolute;
  bottom: 0
}

/*-- FEATURED NEWS --*/

.news-wrap {
   z-index: 10;
   background: #FFFFFF;
   order: 2;
   padding: 60px 0;
}
.FWM .news-wrap {
   padding: 0;
}
#newsBox .subHead .more {
   float: right;
   color: #333333;
   font-weight: 600;
   text-transform: uppercase;
   font-size: 16px
}
#newsBox .subHead .more:after {
   content: "\f30b";
   font-family: "Font Awesome 5 Free";
   display: inline-block;
   transform: translateX(0);
   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-left: 5px;
}
#newsBox .subHead .more:hover {
   text-decoration: none !important;
   opacity: .8
}
#newsBox .subHead .more:hover:after {
   transform: translateX(5px);
}
.FWM #lowerCallouts #newsBox .headline .more {
   border-bottom: 2px solid #0b1a3c;
}


/*-- CONTACT US (PROFESSIONALS LANDING) --*/

#professionals_landing #content {
  display: flex;
  flex-direction: column
}

/*-- GET IN TOUCH --*/

#newsletter_signup_form {
   width: 990px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.FWM #newsletter_signup_form {
   width: 100%;
   margin: 0 auto;
   padding: 20px;
   box-sizing: border-box;
   flex-direction: column;
}

#newsletter_signup_form div {
   width: 600px;
   position: relative;
}
.FWM #newsletter_signup_form div {
   width: 100%;
   margin-bottom: 30px;
}

#newsletter_signup_wrap {
   background-color: #0b1a3c;
   background-image: url(/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/custom/images/stay-in-loop-bg.png);
   background-size: cover;
   padding: 60px 0;
   color: #FFFFFF;
}
.FWM #newsletter_signup_wrap {
   order: 1;
   margin-bottom: 20px;
   padding: 40px 0;
}
#newsletter_signup_form p {
   font-size: 26px;
   line-height: 30px;
   font-weight: 600;
   margin-bottom: 20px;
}

#newsletter_signup_form div .subHead {
    width: 990px;
    margin: 0 auto 40px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-family: PPNeueMontrealAOS-Bold,sans-serif;
    text-transform: uppercase;
    z-index: 10;
}
.FWM #newsletter_signup_form div .subHead {
   width: 100%;
   color: #FFFFFF;
   margin: 0 0 20px;
}
#newsletter_signup_form a {
   background: #9fbfe4;
   color: #000;
   padding: 15px 40px 10px;
   border-radius: 50px;
   text-transform: uppercase;
   font-weight: normal;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-size: 24px;
   line-height: 24px;
}
#newsletter_signup_form a:hover {
   text-decoration: none;
   background: #3778C4;
   color: #FFFFFF;
}

/*-- NEWS LANDING --*/
#news_landing h3 {
   font-size: 18px;
   text-transform: capitalize;
}
.FW3#news_landing h4 {
   margin: 0;
}
.FWM#news_landing h4,
.FWM#blogs h4 {
    font-family: PPNeueMontrealAOS-Bold,sans-serif;
    font-weight: normal;
    color: #333;
    margin: 12px 0;
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
}
.FW3#news_landing #leftNav ul {
   display: flex;
   flex-direction: column;
}
.FW3#news_landing #leftNav ul li {
   order: 2;
}
.FW3#news_landing #leftNav ul li.lastChild {
   order: 1
}

#news_landing .ckinput li {
   border-top: none;
   padding: 0 60px 15px 0;
}
div.unitsHeader a.more:after {
   display: inline-block;
   transform: translateX(0);
   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;
}
div.unitsHeader a.more:hover:after {
   transform: translateX(5px);
}


/*-- HERO SLIDER --*/

.infoConainer-wrap {
   position: absolute;
   width: 990px;
   margin: auto;
   left: 0;
   right: 0;
   display: block;
}
section#heroBar .infoConainer h1:after {
   content: "";
   width: 1px;
   height: 200px;
   background: #FFFFFF;
   display: block;
   position: absolute;
   right: 0;
   top: 0
}
.FW3 #position-wrap {
   height: 530px;
   position: relative;
   width: 100%
}
#position-wrap .overlay {
    background: #000000;
    height: 530px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    display: block;
    opacity: .4;
}
#position-wrap img {
   left: 0;
   width: 100%;
   height: 530px;
   position: absolute;
   top: 0;
   background-size: cover;
   display: block;
   z-index: -1;
}
.FWM #position-wrap img,
.FWM #position-wrap .overlay {
   height: 170px;
   opacity: .2;
}
.FWM .slide {
   display: flex !important;
   flex-direction: column;
}

.FW3 #position-wrap .slide {
   display: flex !important;
   width: 990px !important;
   margin: 0 auto;
   height: 530px !important;
   padding: 120px 0 0;
   box-sizing: border-box;
}

.position_slide {
   position: relative;
   z-index: 1;
   height: auto;
   font-size: 20px;
   line-height: 30px;
}
.FWM .position_slide {
   order: 2;
   padding: 20px 15px;
   font-size: 16px;
   line-height: 24px;
}
#positions h1 {
  font-weight: normal;
  font-size: 42px;
  font-style: normal;
  font-family: PPHattonAOS-Bold,serif;
  line-height: 52px;
  margin: 0;
}
.FWM #positions h1 {
   font-size: 26px;
   line-height: 36px;
   color: #00342B;
}
.slide-img {
   background-size: cover;
   height: 530px;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   margin: auto;
   right: 0;
   display: block;
   z-index: -1;
}
.FWM .slide-img {
   position: relative;
   height: 170px;
}
#curiosity {
    background-image: url(/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/homepageImages/navigate-hp-slider-curiosiy-BW.jpg);
}
#relationships {
    background-image: url(/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/homepageImages/navigate-hp-slider-relationships-BW.jpg);
}
#global {
    background-image: url(/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/homepageImages/navigate-hp-slider-global-BW.jpg);
}

/*-- TESTIMONIALS --*/

#quotes-wrap {
   padding: 0 60px 0 0;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   font-weight: normal;
   border-right: 1px solid #CCCCCC;
   margin: 60px 60px 60px 0;
}
.FWM #quotes-wrap {
   padding: 40px 15px;
   box-sizing: border-box;
   border: none;
   margin: 0;
}
#staticcontent[itemid='10102'] .content-holder #quotes-wrap {
   padding: 0;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   font-weight: normal;
   border-right: none;
   margin: 0;
}
#staticcontent[itemid='10102'] .content-holder .quotes {
   width: 100%;
   font-size: 26px;
   line-height: 36px;
   margin: 90px 0 0;
}
.quotes {
   width: 500px;
   font-size: 26px;
   line-height: 36px;
   margin: 130px 0 0;
}
.FWM .quotes {
   font-size: 16px;
   line-height: 24px;
}
.quotes .source {
   font-size: 18px;
   margin: 10px 0 0
}
.FWM .quotes .source {
   font-size: 16px;
}
.FWM #quote {
   flex-direction: column;
}

#quote-icon {
   width: 100%;
   margin: 0 auto;
   position: relative;
}
.FWM #quote-icon {
   width: 100%;
}
#quote-icon img {
   position: absolute;
   left: 0;
   margin: auto;
   top: 0
}
.FWM .quotes {
   width: auto;
}
#quotes-wrap .subHead {
    width: auto;
    margin: 0 auto 50px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-family: PPNeueMontrealAOS-Bold,sans-serif;
    text-transform: uppercase;
    z-index: 10;
}
.FWM #quotes-wrap .subHead {
   width: 100%
}


/*-- Slider --*/

.slick-slider {
   position: relative;
   display: block;
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}
.slick-list {
   position: relative;
   display: block;
   overflow: hidden;
   margin: 0;
   padding: 0;
}
.slick-list:focus {
   outline: none;
}
.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.slick-track {
   position: relative;
   top: 0;
   left: 0;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.slick-track:before, .slick-track:after {
   display: table;
   content: '';
}
.slick-track:after {
   clear: both;
}
.slick-loading .slick-track {
   visibility: hidden;
}
.slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
}
[dir='rtl'] .slick-slide {
   float: right;
}
.slick-slide img {
   display: block;
}
.slick-slide.slick-loading img {
   display: none;
}
.slick-slide.dragging img {
   pointer-events: none;
}
.slick-initialized .slick-slide {
   display: block;
}
.slick-loading .slick-slide {
   visibility: hidden;
}
.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}

/* Dots */

.slick-dotted.slick-slider {
}
.slick-dots {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   margin: 15px 0 0;
   list-style: none;
}
.FWM .slick-dots {
   margin: 0;
   padding: 0 0 0 5px;
   width: auto;
}

#quotes-wrap .slick-dots {
   margin: 15px 0 0 0;
}
.FW3 #position-wrap .slick-dots {
   text-align: left;
   position: absolute;
   bottom: 150px;
   z-index: 10;
   width: 990px;
   margin: 0 auto;
   left: 0;
   right: 0;
   box-sizing: border-box;
}
.slick-dots li {
   position: relative;
   display: inline-block;
   width: 10px;
   height: 2px;
   margin: 0 10px;
   padding: 0;
   cursor: pointer;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   width: 10px;
   height: 2px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
   outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
   opacity: .5;
}
.slick-dots li button:before {
   position: absolute;
   top: 0;
   left: 0;
   width: 10px;
   height: 10px;
   content: '';
   text-align: center;
   opacity: .3;
   border-radius: 100%;
}
.slick-dots li.slick-active button:before {
   opacity: 1;
}
#positions .slick-dots li button:before, 
#positions .slick-dots li.slick-active button:before {
   background: #FFFFFF;
}
.FWM #positions .slick-dots li button:before, 
.FWM #positions .slick-dots li.slick-active button:before {
   background: #009B55;
}
.quotes .slick-dots li button:before,
.quotes .slick-dots li.slick-active button:before {
   background: #009B55;
}




/*--[ FINDBERRY SEARCH FORM ]-- */

::placeholder {
   color: #999999;
   opacity: 1;
}
:-ms-input-placeholder {
   color: #999999;
}
::-ms-input-placeholder {
   color: #999999;
}
.FWM ::placeholder {
   color: #FFFFFF;
}
.FWM :-ms-input-placeholder {
   color: #FFFFFF;
}
.FWM ::-ms-input-placeholder {
   color: #FFFFFF;
}
.no-scroll {
   overflow: hidden;
   position: fixed;
   height: 100%
}
.fb-search form {
   display: flex;
   width: 100%;
}
.fb-search form #sr_searchbox {
   background-color: transparent;
   border: none;
   line-height: 17px;
   width: 100%;
   font-size: 17px;
   color: #000000;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   max-height: 0;
}
.fb-search form button {
   border: none;
   background: transparent;
   color: #FFFFFF;
   padding: 0;
}
.FWM #sr_iframe {
   display: flex;
   flex-direction: row;
   margin: 40px 10px 0;
   padding: 0;
   box-sizing: border-box;
}
.FWM #mainNav form {
   border-bottom: 1px solid #FFFFFF;
}
.FWM header form #sr_searchbox {
   flex: 1 1 auto;
   background: transparent;
   border: none;
   color: #FFFFFF;
}
.FWM #mainNav form button {
   border: none;
   background: transparent;
   color: #FFFFFF;
   padding: 0;
}
.FWM input#sr_searchbox {
   width: 100%;
   padding: 0 0 5px;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   font-weight: normal;
   font-size: 20px;
}
.FWM header form #sr_searchbutton {
   display: none;
}
#modal-iframe {
   position: relative!important;
   padding: 0 0 0 20px;
}
#modal {
   position: absolute;
   z-index: 99999;
   height: 100vh;
   width: 100%;
   -webkit-overflow-scrolling: touch;
   top: 0;
   left: 0;
}
.FWM #modal-workspace,
.is-ipad #modal-workspace {
   -webkit-overflow-scrolling: touch;
   overflow-y: scroll;
}
.FWM #modal-workspace {
   max-width: 100%
}
iframe {
   padding: 0;
}

/*-- FIRM PROFILE --*/

#badges{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center
}
.FWM #badges{
   display: block!important;
}
.FWM #badges img{
   margin: 0 auto 30px !important;
   display: block !important;
}
.FWM #badges img:last-of-type{
   margin-bottom: 0!important;
}

/*-- CK INPUT ON IPPs --*/

ul.units li ul.ckinput li {
   padding: 0 60px 5px 0;
   border: none;
}

/*-- MOBILE STYLES --*/

.FWM ul.ckinput {
   margin: 0;
   padding: 0 0 0 25px;
}
.FWM ul.ckinput li:last-child{
   margin-bottom:0
}
.FWM#staticcontent #content,
.FWM#news_detail #content{
   padding-bottom: 40px
}

#home.FWM .homepage-slider-image {
   object-fit: cover;
}
header .main-nav-button:before{
   content: "\f0c9";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 26px;
   color: #ffffff;
}
header .main-nav-button.opened:before{
   content:"\f00d";
}

.FWM #heroBar {
   color: #FFFFFF;
   text-align: center
}
.FWM #heroBar h1 {
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   z-index: 10;
   font-size: 26px;
   line-height: 36px;
   padding: 100px 0 0;
   box-sizing: border-box;
   text-transform: uppercase;
   font-weight: normal;
}
.FWM #heroBar p.optional {
   font-size: 20px;
   line-height: 24px;
   z-index: 10;
}
.FWM #heroBar a.more.title {
   position: relative;
   color: #FFFFFF;
   letter-spacing: .1em;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   text-transform: uppercase;
   display: inline-block;
   border: 1px solid #FFFFFF;
   padding: 10px 15px;
   box-sizing: border-box;
   z-index: unset;
   width: 157px;
   text-align: center;
   line-height: 16px;
   margin: 0 auto;
   font-size: 16px;
}
.FWM #heroBar a.more.title:hover {
   color: #1d2538;
   background: #FFFFFF;
}
.FWM #position-statement a.more.title:before {
   content: "Learn More"
}

.FWM #lowerCallouts #newsBox {
   order: 2;
   background: #f7f7f7;
}
.FWM #lowerCallouts #featuredAttorneys {
   order: 3;
}
.FWM #lowerCallouts #newsBox p,
.FWM #lowerCallouts #newsBox ul {
   display: none;
}

.FWM #lowerCallouts #newsBox .headline h2 {
   margin: 0 0 5px;
}
.FWM #lowerCallouts #newsBox .headline .more:before{
   content: "READ MORE";
   font-weight: 600;
   font-size: 14px;
}


.FWM .attorneyList .attorney-box .about .name:nth-of-type(2) {
   display: none
}
.FWM .attorneyList .attorney-box img{
   margin: 0;
   border-bottom: 2px solid #0b1a3c;
   background: #373839;
   width: 100%;
}
.FWM #lowerCallouts ul.attorneyList .abstract {
   color: #000000;
   font-family: PPNeueMontrealAOS-Regular,sans-serif;
   font-weight: normal;
   margin-top: 3px;
   line-height: 16px;
   font-size: 16px;
   letter-spacing: .03em;
}

.FWM #position-statement {
   order: 1;
   padding: 0;
   background: #ffffff;
}
.FWM #position-statement a.more.title {
   margin-top: 10px;
   text-transform: uppercase;
   letter-spacing: .1em;
   font-family: PPNeueMontrealAOS-Bold,sans-serif
   border: 1px solid #0b1a3c;
   padding: 8px 20px;
   border-radius: 100px;
   font-size: 16px;
   font-weight: normal;
   line-height: 16px;
   color: #000000;
   background: #0b1a3c;
}

.FWM#practices_landing h4,
.FWM#professionals_landing h4,
.FWM#professionals_detail h4 {
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   color: #333;
   margin: 12px 0;
   font-size: 16px;
   line-height: 24px;
   text-transform: unset;
}
.FWM#professionals_landing .attorneyList >li {
   margin-bottom: 20px
}

.FWM#professionals_landing .unitsHeader >.unLink {
   padding: 0 0 20px;
   font-size: 22px;
   background: transparent;
   text-transform: unset;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   color: #1b1b1b;
}
.FWM#professionals_landing .unitsHeader {
   border: none;
   margin: 0;
}
.FWM#professionals_landing .attorneyList .about {
  padding-top: 10px !important;
  box-sizing: border-box;
}



/*-- MOBILE FIX ROUNDED CORNERS ON 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
   }
}




/*-- TOGGLE SEARCH --*/
.search-button {
   margin-left: 20px;
}
.search-toggle {
   position: relative;
   display: block;
   height: 10px;
   width: 10px;
}
.search-toggle::before,
.search-toggle::after {
   content: '';
   position: absolute;
   display: block;
   transition: all 0.1s;
}
.search-toggle::before {
   border: 2px solid #ffffff;
   border-radius: 50%;
   width: 100%;
   height: 100%;
   left: -2px;
   top: -2px;
}
.search-toggle::after {
   height: 2px;
   width: 7px;
   background: #ffffff;
   top: 10px;
   left: 8px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.search-toggle.active::before {
   width: 0;
   border-width: 1px;
   border-radius: 0;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   top: -1px;
   left: 4px;
}
.search-toggle.active::after {
   width: 12px;
   left: -1px;
   top: 4px;
}
.search-input:focus {
   outline: none;
}
.fb-search .search-input {
   width: 100%;
   height: 100%;
   padding: 0 10px;
   border: 0;
   background-color: transparent;
   opacity: 0;
   color: #fff;
}
.fb-search .searchButton {
   opacity: 0;
   color: #000;
   padding: 5px 10px;
   font-size: 20px;
}
.fb-search {
   position: absolute;
   right: 0;
   width: 681px;
   height: 100%;
   max-height: 0;
   -webkit-transform: translateY(100%);
   transform: translateY(100%);
   background-color: #ffffff;
   transition: all 0.3s;
   display: none;
   border: 1px solid #ccc;
}
.show .fb-search,
.show .fb-search form #sr_searchbox {
   max-height: 40px;
   height: 40px;
   display: flex;
}
.show .fb-search .search-input,
.show .fb-search .searchButton {
   opacity: 1;
}
@media print {
  #printOnly_main #ppp_offices { 
	display: block !important;
	position: absolute !important;
	right: 0 !important;
	
	}
}


/*--  HOMEPAGE STYLES --*/

#level_1_wrap {
   background: #F5F5F5;
}
#level_3_wrap {
   background: #FFFFFF;
}
#level_4_wrap {
   background-image: url(/siteFiles/29901928-A355-4AC8-9FC9-6224D5811059/custom/images/hp___event-bg.png);
   background-size: cover;
   background-repeat: no-repeat;
}
.FWM #level_4_wrap {
   background: #a9c6e7;
}
#level_1,
#level_3,
#level_4 {
   width: 990px;
   margin: 0 auto;
   padding: 60px 0 30px;
}
.FWM #level_1,
.FWM #level_3,
.FWM #level_4 {
   width: 100%;
   padding: 40px 15px;
   box-sizing: border-box
}
#level_1 {
   font-size: 16px;
   line-height: 24px;
   padding-bottom: 60px;
}

#level_3 h3 {
   margin: 0;
   font-size: 24px;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   color: #000000;
   text-transform: unset;
   font-weight: normal;
   line-height: 34px
}
.FWM #level_3 h3 {
   font-size: 20px;
   line-height: 30px;
}
#level_1 h2,
#level_3 h2,
#level_4 h2 {
   position: relative;
   z-index: 10;
}
.FWM #level_1 h2,
.FWM #level_3 h2,
.FWM #level_4 h2 {
   z-index: 0
}

/*-- FOOTER --*/

.FW3 #footer .smallTxt {
  width: 450px;
  margin-top: 30px;
  width: 100%;
}

.FW3 footer .clearfix:before,
.FW3 footer .clearfix:after {
  display: none
}
/*.FW3 #online-services {
    width: 990px;
    margin: 10px auto 20px;
    text-align: right;
}*/
.FW3 #online-services {
  margin-top: 30px;
}
.FW3 #online-services p {
  font-size: 12px;
  line-height: 16px;
}
.FWM #online-services p {
   color: #FFFFFF;
   margin: 0 0 5px;
}
.FWM #online-services {
   width: 100%;
   margin: 40px auto 0;
   text-align: center;
}
#online-services a:hover {
   opacity: .5
}

/*-- TABS --*/

 #tabs {
   position: relative;
   width: 100%;
   overflow: hidden;
   font-weight: 300;
   padding-top: 40px;
}
#tabs #nav {
   text-align: center;
   box-sizing: border-box;
}
.FWM #tabs #nav {
   padding-left: 0;
}
#tabs #nav:before {
   content: "";
   width: 1px;
   height: 100px;
   background: #CCCCCC;
   display: inline-block;
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
}
#tabs #nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
   justify-content: space-between;
}
#tabs #nav ul li {
   display: block;
   position: relative;
   width: 49%;
}
.FWM #tabs #nav ul li {
   width: 50%;
   margin: 0;
   padding: 10px;
   box-sizing: border-box;
}
#tabs #nav li.tab-current {
   z-index: 100;
}
.FWM #tabs #nav li.tab-current {
   z-index: 0;
}
#tabs #nav a {
   color: #000000;
   display: block;
   font-size: 22px;
   /*white-space: nowrap;*/
   padding: 0;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   opacity: .5;
}
#tabs #nav ul li:last-child {
   border: none;
}
#tabs #nav a:hover,
#tabs #nav li.tab-current a {
   color: #000000;
   opacity: 1;
   text-decoration: none;
}
#tab-content section {
   font-size: 1.25em;
   padding: 3em 0 0;
   display: none;
   max-width: 990px;
   margin: 0 auto;
}
.FWM #tab-content section {
   padding: 30px 0 0;
}
#tab-content section:before,
#tab-content section:after {
   content: '';
   display: table;
}
#tab-content section:after {
   clear: both;
}
.no-js .content section {
   display: block;
   padding-bottom: 2em;
}
#tab-content section.content-current {
   display: block;
}
#tab-content h3,
#staticcontent[itemid="10400"] .content h2 {
   font-family: PPHattonAOS-Bold,serif;
   font-size: 24px;
   font-weight: normal;
   color: #00342B;
   margin-bottom: 0;
}
#tab-content p {
   padding: 0 0 1em 0;
   margin: 0;
   line-height: 1.3;
}
#tabs li img {
  display: block;
  margin: 0 auto 10px;
  filter: grayscale(1);
}
#tabs #tab-content div {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 0;
   margin: 0;
}
#tabs section ul {
  width: 45%;
   list-style-type: none;
   margin: 0 0 20px;
   font-size: 18px;
   line-height: 28px;
}
.FWM #tabs section ul {
   width: 100%;
   font-size: 16px;
   line-height: 24px;
   padding: 0;
}
#tabs section ul li {
   margin-bottom: 30px;
   list-style-type: none;
}

#fintech-guide img{
   width: 60px;
   margin: 0;
   vertical-align: middle;
}
#fintech-guide a {
   text-decoration: none !important;
}
#fintech-guide span {
   background: #000;
   padding: 5px 10px;
   text-transform: uppercase;
   font-weight: 700;
   text-decoration: none !important;
   color: #fff;
   border-radius: 3px;
   align-self: center
}
#fintech-guide span:hover {
   background: #9fbfe4;
   color: #000000;
}


/*-- LIGHTBOX --*/

#cssbox {
   display: inline-block
}
#cssbox span {
   position: fixed;
   height: 100%;
   width: 100%;
   background-color: rgba(0, 0, 0, .8);
   top: 0;
   left: 0;
   opacity: 0;
   pointer-events: none;
   transition: opacity .5s linear
}
#cssbox span img {
   position: fixed;
   background-color: #fff;
   margin: 0;
   padding: 30px;
   max-height: 90%;
   max-width: 90%;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, -50%);
}
#cssbox_close {
   position: fixed;
   text-decoration: none;
   visibility: hidden;
   color: #fff;
   font-size: 36px;
   top: 1%;
   right: 1%;
   color: #FFFFFF !important;
   text-decoration: none !important;
}
#cssbox_close::after {
   content: '\00d7'
}
a:target~#cssbox_close {
   visibility: visible;
}
#cssbox_close:hover {
   color: #FFFFFF;
   opacity: .65;
}
#image1:target>img+span {
   visibility: visible;
   opacity: 1;
   pointer-events: initial
}
#cssbox span {
   cursor: initial
}

/*-- CUSTOM BULLETS FOR LISTS --*/

#checklist ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 0;
   padding-left: 20px
}
#checklist ul li {
   width: 300px;
   list-style-type: none;
   margin: 0 0 20px;
   position: relative;
}
#checklist ul li:before {
   content: "\f14a";
   font-family: "Font Awesome 5 Free";
   margin-right: 5px;
   color: #6698cb;
   position: absolute;
   left: -20px;
   font-weight: 400;
}
#checklist ul li strong {
   color: #002655;
   text-transform: uppercase;
}
#home ul.ckinput li:before {
   display: none
}
ul.ckinput li {
   margin-bottom: 15px;
   position: relative;
}

#previous-events td {
   position: relative
}
#previous-events td ul.ckinput li:before {
   content: "\f00c";
   font-family: "Font Awesome 5 Free";
   margin-right: 5px;
   color: #6698cb;
   position: absolute;
   left: 20px;
   font-weight: 900;
}
.FWM #previous-events td ul.ckinput li:before {
   left: 0;
}
#previous-events td ul.ckinput {
    padding-left: 0;
    margin: 0 0 0 25px;
}
#previous-events li{
   margin:0
}
#indent ul.ckinput li:before {
    padding-left: 0;
    margin: 0 0 0 35px;
}

#jump-links ul {
   margin: 0;
   padding: 0;
}
#jump-links ul.ckinput li {
   list-style-type: none;
}
#jump-links ul li a {
   text-decoration: none !important;
}
#jump-links ul li:before {
   display: none
}
#jump-links ul li a:before {
   content: "\f0c8";
   font-family: "Font Awesome 5 Free";
   margin-right: 10px;
   color: #6698cb;
   display: inline
}
#jump-links ul li a:hover:before {
   color: #000000;
   content: "\f14a";
}


#lowerCallouts .juicer-feed {
  order: 20;
}

#types-of-fundraising:before{
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 1em 0 2em;
}


#social {
  display: flex;
  width: 990px;
  margin: 0 auto
}
.FWM #social {
   display: flex;
   flex-direction: column;
   width: 100%;
   margin: 0 auto;
}
.FW3 .twitter-timeline{
    height: auto !important;
}
.twitter-timeline {
   margin: 60px 0 !important;
   padding: 60px 0;
}
.FWM .twitter-timeline {
  margin: 0 0 20px !important;
  padding: 0 15px !important;
  box-sizing: border-box;
}


.FW3 #lists ul {
   padding: 0;
   margin: 0;
   columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
}
.FWM #lists ul {
   padding: 0;
   margin: 0;
}
#lists ul.ckinput li {
   width: 300px;
   list-style-type: disc;
   margin: 0 0 10px 15px;
   padding-left: 0;
}

/*-- BLOG --*/
#blogs ul.units{
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px
}
.FW3#blogs .rightContent {
   background: transparent;
   padding: 0;
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   width: 770px;
}
#blogs .rightResources .subHead,
#blogs_detail .rightResources .subHead {
   margin: 0 0 15px;
   border-bottom: 1px solid #000000;
   padding: 0;
}
#blogs div.linkContainer a {
   color: #000000;
   margin-bottom: 10px;
   display: inline-block;
   line-height: 20px;
}
#blogs div.linkContainer a:hover {
   opacity: .65;
}
.FW3#blogs section.rightContent .rightResources,
.FW3#blogs_detail section.rightContent .rightResources {
   background: #e8eef5;
   float: left;
   margin-right: 0 !important;
   width: 260px !important;
   padding: 20px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   min-width: 260px;
}
#blogs_detail .rightContent {
   display: flex;
   justify-content: space-between;
   background: transparent;
   padding: 0;
   flex-direction: row-reverse;
   width: 770px;
}
#blogs_detail div.linkContainer a {
   line-height: 20px;
   margin-bottom: 10px;
   display: inline-block;
   color: #000000;
}
#blogs_detail div.linkContainer a:hover {
   opacity: .65;
}
#blogs_detail section.rightContent .content {
   display: flex;
   flex-direction: column;
}
#blogs_detail section.rightContent .content .units {
   order: 2;
}


#subscribe-btn {
   order: 3;
   margin-top: 30px;
}
#subscribe-btn a,
#viewmoreblog  {
   display: inline-block;
   background: #0b1a3c;
   padding: 10px 10px 8px;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 18px;
   line-height: 18px;
   color: #FFFFFF
}
#subscribe-btn a:hover,
#viewmoreblog:hover {
   text-decoration: none;
   background: #9cbbe1;
}


#previous-events span {
   font-size: 14px;
}
#previous-events table {
  border-collapse: collapse;
  width: 100%;
   table-layout: fixed;
}
#previous-events td {
  padding: 0 20px;
  width: 50%
}
.FWM #previous-events td {
  padding: 0 0 20px;
  width: 100%;
  display:block;
  box-sizing: border-box;
}

#news_landing #content div.unitsHeader:first-of-type{
  margin-top:0
}



#intl-btns ul {
	display: flex;
	justify-content: space-around;
	align-content: center;
	text-align: center;
	padding: 0;
	margin: 0;
}
.FWM #intl-btns ul {
	flex-direction: column;
	align-items: center
}
#intl-btns li {
   list-style-type: none;
   width: 150px
}
.FWM #intl-btns li {
   list-style-type: none;
   width: 100%;
   margin-bottom: 50px
}
#intl-btns li:before {
   display: none;
}
#intl-btns li img  {
    display: block;
    margin: 0 auto 10px;
}
.FWM #intl-btns li img  {
   width: auto !important;
}
.FWM #intl-btns li #icon-uk img  {
   width: auto !important;
   height: 150px !important;
}
#intl-btns li a {
   color: #000000;
   text-decoration: none !important;
   line-height: 20px;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   font-size: 20px;
}
#intl-btns li a:hover {
   opacity: .6;
}


/*-- FILES & LINKS ICONS --*/

.FW3 a.link.attachment:after,
.FW3 ul.resources li.dl span.icon:after {
  font-family: icons;
  font-size: 16px;
  content: "\e900";
  margin: auto;
  color: white;
}

.FW3 a.link.url:after,
.FW3 ul.resources li.pg span.icon:after {
  font-family: icons;
  font-size: 16px;
  content: "\e90c";
  margin: auto;
  color: white;
}
.FW3 ul.resources li a:hover > span.icon {
  background-color: #00342B
}




/*-- MULTIMEDIA --*/

#videos #content {
  display: flex;
  flex-direction: column
}
#videos #content #podcasts_webinars {
  order: 5
}
.FW3#videos .rightContent {
  width: 700px !important;
}
#videos #content h4 {
   margin: 0;
}

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


/*-- ABOUT US --*/
#multi-columns {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#multi-columns div {
   width: 32%;
}
.FWM #multi-columns div {
   width: 100%;
}
#multi-columns ul li:before {
   display: none;
}
#multi-columns ul{
   padding: 0;
   margin: 0;
}
#multi-columns ul li{
   margin: 8px 0 0;
   line-height: 22px;
   list-style-type: none;
}

/*-- RESOUCES --*/
#staticcontent[itemid="10400"] #leftNav,
.FW3#resources #leftNav {
  display: none;
}
#staticcontent[itemid="10400"] .rightContent,
#resources  .rightContent {
  width: 100%;
}

/*-- TEXT UNDER POSITION STATEMENTS --*/
#position-blurb {
    position: absolute;
    bottom: 45px;
    width: 990px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
    font-family: PPNeueMontrealAOS-Bold,sans-serif;
    text-align: left;
}

.FWM #position-blurb {
    position: relative;
    width: 100%;
    margin: 60px 0 0;
    font-size: 24px;
   line-height: 30px;
   padding: 0 10PX;
   box-sizing: border-box;
}

/*-- SPOTLIGHTS --*/

#news_landing h4 {
   /*display: none*/
}
#spotlight h2 {
   color: #00342B;
}
#spotlight h3{
  font-family: PPHattonAOS-Bold,serif;
  font-size: 22px !important;
  color: #000000;
  font-weight: normal;
}
#spotlight h3 a{
  color: #000000;
}
#spotlight h3 a:hover{
  text-decoration: none;
  color: #3E7AB6
}
#spotlight span {
   font-size: 14px;
   text-transform: uppercase;
}
#spotlight ul li {
 padding: 0 !important;
}

/*-- HIDE RESOURCES LANDING IN SUBNAV --*/
ul#dd22 li#spm10358 {
  display: none
}

/*-- RESOURCE ARROW LINKS --*/

#staticcontent[itemid="10400"] .content a[name="content"]:after{
   display: none;
}

#tab-content a,
#staticcontent[itemid="10400"] .content a {
  font-weight: normal;
  font-size: 14px;
  font-family: PPNeueMontrealAOS-Bold,sans-serif;
  text-transform: uppercase;
  border-left: 2px solid #00873B;
  padding: 0 20px;
  display: inline-block;
  margin: 15px 0 20px;
}
#tab-content a:after,
#staticcontent[itemid="10400"] .content a:after {
   content: "\e905";
   font-family: icons;
   margin-left: 10px;
   display: inline-block;
}
#tab-content a:hover,
#staticcontent[itemid="10400"] .content a:hover {
   text-decoration: none;
   background: #00873B;
   color: #FFFFFF;
}


#professionals_landing ul.attorneyList div.phone{
   visibility: visible !important;
}



/*-- EXPERIENCE PAGE --*/
#staticcontent[itemid="10388"] #exp-wrap {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#staticcontent[itemid="10388"] #exp-wrap #exp-colL,
#staticcontent[itemid="10388"] #exp-wrap #exp-colR {
   width: 335px;
}
.FWM#staticcontent[itemid="10388"] #exp-wrap #exp-colL,
.FWM#staticcontent[itemid="10388"] #exp-wrap #exp-colR {
   width: 100%;
}
.FWM#staticcontent[itemid="10388"] #exp-wrap #exp-colR {
   margin-top: 40px;
}
#staticcontent[itemid="10388"] #exp-wrap strong {
   display: block;
   font-size: 16px;
   text-transform: uppercase;
   color: #00342B;
   line-height: 22px;
}
#staticcontent[itemid="10388"] #exp-wrap h3 {
   font-family: "proxima-nova-extra-condensed",sans-serif;
   text-transform: uppercase;
   color: #000000;
   font-size: 26px;
}

ul.units li .txt p {
  margin: 0
}
.FW3 ul.units li:first-child {
   padding-top: 25px;
}
.FWM ul.units li:first-child {
   padding: 15px;
}
.units li:nth-of-type(odd) {
  background: #f5f5f5
}

h3 a { 
   color: #00342B!important;
}
.FWM h3 a { 
   color: #00342B!important;
   font-weight: normal;
}
.FWM .content-holder strong em a { 
   color: #000000!important;
}

/*-- ACCOLADES ANIMATION --*/
#staticcontent[itemid='10404'] .rightContent {
   display: flex;
   flex-direction: column;
}
#staticcontent[itemid='10404'] .rightContent .content {
   order: 2;
}
#accolades-animation {
position: relative;
width: auto;
padding: 0 0 65%;
height: 0;
top: -27px;
left: 0;
bottom: 0;
right: 0;
margin: 0;
border: 0 none;
   order: 1;
}
.FWM #accolades-animation {
   top: 0;
}
.FWM #mainNav #accolades-animation {
   display: none !important;
}
#accolades-animation  iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 0;
border: 0 none;
height: 1px;
width: 1px;
min-height: 100%;
min-width: 100%
}


/*-- GLOSSARY PAGE --*/

#glossary h2 a[name] {
   color: #00342B !important;
   font-family: PPHattonAOS-Bold,serif;
   font-weight: normal;
   font-size: 24px;
}
#glossary h2 a[name="num"]  {
  font-family: PPNeueMontrealAOS-Bold,sans-serif;
     font-weight: normal;
}
#glossary strong a {
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
   color: #000000 !important;
}
#alpha-links {
   font-weight: normal;
   color: #00342B;
   font-size: 20px;
   font-family: PPNeueMontrealAOS-Bold, sans-serif;
   line-height: 22px;
   margin-bottom: 10px;
   text-transform: uppercase;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.FWM #alpha-links  {
   justify-content: center;
}
#alpha-links a {
   color: #00873B;
}
.FWM #alpha-links a {
  margin: 0 4px 10px;
}

.FWM#staticcontent[itemid="10400"] .pageTitle.subHead {
  display: block !important;
}



/* ------- CUSTOMIZIATIONS FOR NEW TEMPLATE ------ */

/*-- EXPANDER ARROWS --*/
.FW3 ul.qaGeneral.arrows li div.q a:before { 
	color: #00342B;
	left: unset;
	right: 1px;
	top: 10px;
	content: "\e908";
	position: absolute;
  font-family: icons;
  font-size: 16px
	}

.FW3 ul.qaGeneral.arrows li div.q.expanded a:before { 
	content: "\e909";
	color: #00342B !important;
	}

.FW3 ul.practiceList.expandable li.expandable:hover:before,
.FW3 ul.qaGeneral.arrows li div.q a:hover:before {
  color: #009b55;
}

.FW3 ul.expandable li.expandable.expanded:hover:before,
.FW3 ul.qaGeneral.arrows li div.q.expanded a:hover:before {
  color: #009b55 !important;
}


/*-- CONTACT FORM --*/

 #form_79 strong {
   font-weight: 400;
}

.FW3#contact-us .rightContent.noLeftNav .content {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.FW3 #form_79 {
   margin: 0 0 0 50px;
}
.FWM #form_79 {
   margin-top: 40px
}
.FW3 #form_79 tr {
   height: 30px
}
.FW3 #form_79  td,
.FWM #form_79 td {
   display: block
}
.FW3 #form_79 td input {
   width: 400px;
   padding: 5px;
}
.FW3 #form_79 td textarea {
   width: 400px;
   height: 200px;
   margin: 0 10px 10px 0;
}
.FW3 #form_79 .error,
.FWM #form_79 .error {
   color: #DC143C;
   font-weight: normal;
   font-size: 100%;
   font-family: PPHattonAOS-Bold,serif;
}
.FW3 #form_79 td input.error,
.FWM #form_79 td input.error {
   border: 1px solid #000000;
}
.FW3 #form_79 input[type="submit"],
.FWM #form_79 input[type="submit"] {
   clear: both;
   width: 100px;
   display: block;
   background: #00873B;
   border: 1px solid #00873B!important;
   padding: 8px 18px;
   color: #FFFFFF;
   font-weight: 700;
   font-size: 16px;
   transition: background 0.4s ease;
   -o-transition: background 0.4s ease;
   -moz-transition: background 0.4s ease;
   -webkit-transition: background 0.4s ease;
   text-transform: uppercase
}
.FWM #form_79 input[type="submit"] {
   width: auto;
   margin: 10px 0 0 0;
}
#form_79 input[type="submit"]:hover{
   background: #00342B;
   border-color: #00342B !important;
}
#form_79 table td input,
#form_79 table td textarea,
#form_79 input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
   width: 100%;
   border: 1px solid #CCCCCC;
   box-sizing: border-box;
   padding: 5px;
}


/*-- FOOTER --*/
.FWM #footerNavSocial .wrapper img {
   order: 1;
   width: 200px;
}
#footerNavSocial .clearfix:before {
  display: none;
}
#footerNavSocial .wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  flex: 0 0 100%;
  margin-top: 20px;
}
#footerNav {
   margin-bottom: 30px;
   order: 1;
}
.FWM #footerNav {
  margin-bottom: 20px;
  order: 3;
  text-align: left;
  padding: 0;
}
#footerNav ul {
  display: flex;
}
#footerNav ul .sep {
  display: none
}
#footerNav ul li {
  margin-right: 20px;
}
#footerNav ul li a {
  color: #FFFFFF;
}
#footer .smallTxt strong {
   font-size: 14px;
   font-family: PPNeueMontrealAOS-Bold,sans-serif;
   font-weight: normal;
}




#modalPopup .close_modal {
   bottom: 10px;
   width: auto;
   right: 10px;
   height: auto;
   background: none;
   position: absolute;
   cursor: pointer;
}
#modalPopup .close_modal:after {
   content: "\e912";
   font-family: icons;
   font-size: 20px;
   color: #009B55;
   transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
}
#modalPopup .close_modal:hover:after {
   color: #00342B
}

/*-- VIDEO EXPANDER ICONS --*/
.FW3 ul.videoList li.videoItemParent div.expander .plusMinus:after{
	content: "\e90e";
	font-family: icons;
	color: #009B55
}
.FW3 ul.videoList li.videoItemParent div.expander .plusMinus:hover:after {
  color: #00342B
}
.FW3 ul.videoList li.videoItemParent .videoContentContainer.expanded div.expander .plusMinus:after {
  background-position: unset;
  content: "\e90d" !important;
}

/*-- MOBILE NAV MENU --*/
.FWM header .main-nav-button {
	display: block;
	position: absolute;
	top: 21px !important;
	right: 10px !important;
	height: 3px !important;
	width: 35px;
	background: #FFFFFF !important;
        z-index:10;
}
.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 #fff;
}
.FWM header .main-nav-button::after {
	bottom: -10px;
	border-bottom: 3px solid #fff;
}
.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;
}

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