
            /* 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 */ 
		    
		  /* End Custom Css Fonts */
		
/* [Framework Variant Css - Everybodys Natl Parks 1.1 */

#blogs div.linkContainer a { 
	color: #D57554;
	display: block;
	
	}
#blogs div.linkContainer a:hover { 
	#blogs div.linkContainer a: hover;
	color: #C55731;
	
	}
#blogs_detail div.linkContainer a { 
	display: block;
	color: #D57554;
	
	}
#blogs_detail div.linkContainer a:hover { 
	#blogs_detail div.linkContainer a: hover;
	color: #C55731;
	
	}
#blogs_detail h3.linksDownloads { 
	display: block;
	text-transform: uppercase;
	margin: 50px 0  20px;
	font-weight: 600;
	
	}
#contact-us .content-holder { 
	float: left;
	
	}
#footerNavSocial { 
	margin-top: 0;
	background: #2A2922;
	
	}
#footerNavSocial #footerNav ul li { 
	font-size: 12px;
	float: left;
	margin-left: 9px;
	font-family: inherit;
	color: #fff;
	
	}
#footerNavSocial #footerNav ul li a { 
	color: #fff;
	
	}
#footerNavSocial #footerNav ul li a:hover { 
	#footerNavSocial #footerNav ul li a: hover;
	text-decoration: underline;
	
	}
#footerNavSocial .wrapper { 
	padding-top: 15px;
	border-top: none;
	
	}
#footerNavSocial section.socialLink a { 
	float: left;
	border-radius: 12px;
	margin-right: 5px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	
	}
#footerNavSocial section.socialLink a.linkedIn { 
	background-image: none;
	
	}
#footerNavSocial section.socialLink a.linkedIn:hover { 
	background-color: #D92E75;
	
	}
#home h2 { 
	padding-left: 0;
	font-family: "museo-sans",sans-serif;
	margin-bottom: 0;
	color: #D57554;
	background: transparent;
	
	}
#leftNav li.selected a { 
	color: #212121;
	
	}
#leftNav li.selected ul li a { 
	color: #D57554;
	
	}
#leftNav li.selected ul li a:hover { 
	color: #C55731;
	#leftNav li.selected ul li a: hover;
	
	}
#leftNav li.selected ul li.selected a { 
	color: #212121;
	
	}
#leftNav ul li { 
	letter-spacing: .03em;
	font-size: 17px;
	border-bottom: 1px dotted #b7b7b7;
	font-family: "museo-sans",sans-serif;
	padding: 7px 0;
	color: #212121;
	
	}
#leftNav ul li a { 
	color: #D57554;
	font-weight: 500;
	
	}
#leftNav ul li a:hover { 
	#leftNav ul li a: hover;
	color: #C55731;
	
	}
#leftNav ul li ul li { 
	border-bottom: 0;
	text-indent: 0;
	height: auto;
	display: inline-block;
	font-weight: normal;
	width: 100%;
	color: #383838;
	padding: 0;
	margin: 0 0 10px 13px;
	
	}
#leftNav ul li.selected { 
	font-weight: 500;
	
	}
#leftNav ul li:before { 
	display: none;
	
	}
#lowerCallouts { 
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.65);
	position: relative;
	overflow: hidden;
	
	}
#lowerCallouts #newsBox .newsSep { 
	background: rgba(255,255,255,.2);
	height: 1px;
	display: block;
	margin: 15px 0px;
	
	}
#lowerCallouts .date { 
	font-style: normal;
	color: #F3EBDD;
	
	}
#lowerCallouts article + article { 
	float: right !important;
	
	}
#lowerCallouts ul.attorneyList .abstract { 
	overflow: hidden;
	max-height: 213px;
	color: #F3EBDD;
	position: relative;
	padding-right: 10px;
	
	}
#lowerCallouts ul.attorneyList h2 { 
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	
	}
#lowerCallouts ul.attorneyList h2 a:hover { 
	#lowerCallouts ul.attorneyList h2 a: hover;
	color: #C55731;
	
	}
#modalPopup .inner .popup_content { 
	font-size: 14px;
	margin: 0;
	font-family: "museo-sans",sans-serif;
	color: #474747;
	line-height: 1.3;
	font-weight: 300;
	
	}
#modalPopup .inner a.continueEmail { 
	margin-top: 10px;
	color: #005CAB;
	position: relative;
	padding-right: 0;
	font-size: 17px;
	font-family: "museo-sans",sans-serif;
	display: inline-block;
	font-weight: 500;
	
	}
#modalPopup .popup_head { 
	font-size: 25px;
	height: 30px;
	background: url(../img/popup_header.gif) left top no-repeat;
	font-family: "museo",serif;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	
	}
#news_landing ul.units .abstract { 
	margin-bottom: 0;
	
	}
#news_landing ul.units li a.name.title { 
	font-size: 18px;
	
	}
#newsBox  a.more { 
	text-align: left;
	display: block;
	-webkit-box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	background: none;
	border-top: 1px solid rgba(255,255,255,.2);
	color: #D57554;
	font-size: 16px;
	float: left;
	padding: 20px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	}
#newsBox a.more:hover { 
	color: #C55731;
	#newsBox a.more: hover;
	
	}
#pageTitleWrapper #pageTools { 
	z-index: 20;
	left: 0;
	bottom: -46px;
	background: #ffffff;
	height: 36px;
	width: 100%;
	position: absolute;
	
	}
#pageTitleWrapper #pageTools ul { 
	margin-top: 1px;
	margin-right: 0;
	font-family: inherit;
	float: right;
	height: 33px;
	line-height: 33px;
	
	}
#pageTitleWrapper #pageTools ul li { 
	border-left: 1px solid #b5b5b5;
	height: 23px;
	font-size: 13px;
	margin-left: 15px;
	color: #464646;
	display: inline-block;
	padding-left: 15px;
	line-height: 23px;
	
	}
#pageTitleWrapper #pageTools ul li a:hover { 
	color: #000000;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .name { 
	font-size: 30px;
	font-family: "museo",serif;
	font-weight: 500;
	color: #212121;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .right { 
	font-size: 15px;
	color: #212121;
	
	}
#professionals_detail .mainWrapper .majorContent .personal .title { 
	font-size: 16px;
	margin-bottom: 20px;
	font-style: normal;
	text-transform: uppercase;
	
	}
#professionals_detail .mainWrapper .minorContent a { 
	font-weight: 300;
	color: #D57554;
	
	}
#professionals_detail .mainWrapper .minorContent a:hover { 
	#professionals_detail .mainWrapper .minorContent a: hover;
	color: #C55731;
	
	}
#professionals_detail .mainWrapper h3 { 
	font-size: 17px;
	border-bottom: 2px solid #d1d1d1;
	font-family: "museo-sans",sans-serif;
	padding-bottom: 3px;
	color: #212121;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 30px;
	
	}
#professionals_detail ul.units .abstract { 
	margin-bottom: 0;
	
	}
#professionals_detail ul.units .subTitle { 
	margin-bottom: 0;
	
	}
#professionals_detail ul.units li { 
	padding: 15px 60px 15px 0;
	
	}
#professionals_detail ul.units li a.name.title { 
	font-size: 18px;
	
	}
#professionals_landing ul.attorneyList { 
	margin-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 30px;
	
	}
#professionals_landing ul.attorneyList a { 
	color: #D57554;
	
	}
#professionals_landing ul.attorneyList a.name { 
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 17px;
	white-space: nowrap;
	font-weight: 300;
	
	}
#professionals_landing ul.attorneyList a.name.title { 
	font-size: 17px;
	
	}
#professionals_landing ul.attorneyList a.name.title:hover { 
	color: #C55731;
	
	}
#professionals_landing ul.attorneyList a.vCard { 
	background: url("../img/icon_vcard.png") no-repeat left 0;
	margin-left: 10px;
	padding-left: 20px;
	height: 16px;
	line-height: 21px;
	font-size: 14px;
	
	}
#professionals_landing ul.attorneyList div.email { 
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	
	}
#professionals_landing ul.attorneyList div.phone { 
	background: url("../img/icon_tel.png") no-repeat left center;
	overflow: hidden;
	margin: 2px 0;
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	
	}
#professionals_landing ul.attorneyList li { 
	-webkit-box-sizing: border-box;
	margin-right: 27px;
	font-family: "museo-sans",sans-serif;
	width: 292px;
	height: 98px;
	font-weight: 300;
	-moz-box-sizing: border-box;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #e7e5e2;
	padding: 6px;
	
	}
#professionals_landing ul.attorneyList li .phone { 
	font-weight: 300;
	font-family: "museo-sans",sans-serif;
	font-size: 14px;
	
	}
#professionals_landing ul.attorneyList li .title { 
	font-weight: 300;
	font-family: "museo-sans",sans-serif;
	
	}
#professionals_landing ul.attorneyList li:hover { 
	border-color: #D57554;
	
	}
#professionals_landing ul.attorneyList span.name { 
	color: #D57554;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
	display: block;
	text-overflow: ellipsis;
	font-weight: 300;
	
	}
#sitemap ul.expandable li a.header { 
	font-size: 15px;
	color: #D57554;
	font-weight: 600;
	
	}
.content a:hover { 
	.content a: hover;
	color: #C55731;
	
	}
.custom_select .overflow { 
	overflow-y: auto;
	font-size: 13px;
	color: #212121;
	max-height: 250px;
	
	}
.filterbyContainer .f_left.label { 
	font-size: 18px;
	font-family: "museo-sans",sans-serif;
	padding: 5px 28px 0 9px;
	color: #212121;
	font-weight: 500;
	
	}
.filterbyContainer .f_left.label.filterBy:after { 
	right: 0;
	content: "";
	background: #fff;
	position: absolute;
	display: block;
	width: 530px;
	margin-right: -4px;
	height: 28px;
	top: 0;
	
	}
.js_topHeader .sourceInfo { 
	font-size: 14px;
	color: #2b2b2b;
	text-transform: uppercase;
	
	}
.js_topHeader .subTitle { 
	font-size: 16px;
	color: inherit;
	margin-top: 10px;
	
	}
.js_topHeader a.title { 
	font-size: 24px;
	line-height: 28px;
	color: #212121;
	margin-bottom: 5px;
	font-family: "museo-sans",sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	
	}
.js_topHeader h4 { 
	text-transform: capitalize;
	font-weight: 500;
	font-family: "museo-sans",sans-serif;
	margin-bottom: 5px;
	color: #212121;
	line-height: 28px;
	font-size: 24px;
	
	}
.js_topHeader.noLeft_yesRes { 
	padding-left: 325px;
	
	}
.mainWrapper { 
	background: #ffffff;
	
	}
.noLeftNav .filterbyContainer .f_left.label.filterBy:after { 
	width: 800px;
	
	}
.optionalTagLine { 
	display: block;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 0;
	background: #D57554;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: "museo",serif;
	letter-spacing: .05em;
	line-height: 16px;
	border-radius: 0 0 8px 8px;
	
	}
.optionalTagLine a { 
	color: #FFFFFF !important;
	
	}
.optionalTagLine:hover { 
	background: #C55731;
	
	}
.rightContent { 
	float: right;
	width: 652px;
	color: #212121;
	
	}
.rightContent .content { 
	padding-bottom: 45px;
	
	}
.rightResources .subHead { 
	font-size: 18px;
	border-bottom: 2px solid #e6e6e6;
	font-family: "museo",serif;
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 5px;
	color: #212121;
	
	}
.subHead.pageTitle { 
	font-family: "museo-sans",sans-serif;
	color: #fff;
	padding: 0;
	font-weight: 500;
	font-size: 37px;
	display: table-cell;
	vertical-align: middle;
	
	}
.wrapper .padding { 
	padding: 60px 0 100px;
	
	}
a.link.attachment { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #D57554;
	
	}
a.link.url { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #D57554;
	
	}
a.logoType { 
	background: url(../img/logo.png);
	height: 47px;
	margin: 23px 0 0 0;
	display: block;
	width: 382px;
	z-index: 20;
	position: relative;
	
	}
a.more { 
	text-align: center;
	font-weight: 500;
	background: transparent;
	height: 33px;
	border-radius: 3px;
	color: #FFFFFF;
	font-family: "museo-sans",sans-serif;
	padding: 0;
	line-height: 33px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 16px;
	
	}
a.more span { 
	display: none;
	
	}
a.more:hover { 
	color: #C55731;
	a.more: hover;
	text-decoration: none !important;
	
	}
a.rss { 
	font-size: 14px;
	font-family: inherit;
	height: 30px;
	padding-left: 35px;
	position: relative;
	color: #656565;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
	font-weight: 500 !important;
	
	}
a.rss:before { 
	background: url("../img/rss_noBg.png") no-repeat center #D57554;
	content: "";
	border-radius: 15px;
	display: block;
	position: absolute;
	height: 30px;
	left: 0;
	top: 0;
	width: 30px;
	
	}
a.rss:hover:before { 
	background-color: #C55731;
	
	}
a.sendLink { 
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	
	}
a:hover { 
	color: #C55731;
	text-decoration: none;
	
	}
a:link { 
	color: #D57554;
	font-weight: 500;
	
	}
a:visited { 
	font-weight: 500;
	color: #D57554;
	
	}
body { 
	background: #2A2922;
	font-size: 16px;
	color: #000000;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	
	}
div.linkContainer a { 
	font-size: 16px;
	font-family: inherit;
	color: #D57554;
	font-weight: 500;
	
	}
div.linkContainer a:hover { 
	div.linkContainer a: hover;
	color: #C55731;
	
	}
div.unitsHeader { 
	font-size: 19px;
	font-weight: 500;
	border-bottom: 2px solid #e6e6e6;
	height: 25px;
	margin: 30px 0 15px 0;
	font-family: "museo-sans",sans-serif;
	clear: both;
	text-transform: uppercase;
	
	}
div.unitsHeader a.more { 
	bottom: 3px;
	float: right;
	position: relative;
	background: none;
	color: #D57554;
	padding-right: 24px;
	
	}
div.unitsHeader a.more:hover { 
	text-decoration: none;
	color: #C55731;
	
	}
footer#footer { 
	padding: 20px 0 50px 0;
	font-size: 12px;
	height: 50px;
	margin: 0;
	background: #2A2922;
	
	}
footer#footer .content { 
	width: 700px;
	color: #fff;
	
	}
footer#footer a.icxlegal { 
	display: none;
	
	}
footer#footer a.logo.icxpro { 
	background: url("../img/footerLogo-icxpro-white.png") 0 0 no-repeat;
	right: 0;
	width: 119px;
	bottom: -5px;
	
	}
h2 { 
	display: block;
	background: #F5F4F5;
	padding: 15px;
	font-size: 20px;
	font-family: "museo-sans",sans-serif;
	color: #000000;
	margin-bottom: 15px;
	line-height: 30px;
	font-weight: 500;
	
	}
h3 { 
	font-weight: 500;
	
	}
h4 { 
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	font-family: "museo",serif;
	color: #212121;
	font-weight: 500;
	
	}
header { 
	position: relative;
	border-bottom: none;
	background: #ffffff;
	height: 115px;
	
	}
header .wrapper { 
	background: transparent;
	height: 100px;
	
	}
nav#mainNav { 
	width: 100%;
	margin-top: -47px;
	height: auto;
	font-size: 15px;
	position: absolute;
	z-index: 10;
	
	}
nav#mainNav .wrapper { 
	text-align: right;
	
	}
nav#mainNav ul li { 
	border-left: 1px solid #999999;
	background: transparent;
	height: auto;
	display: inline-block;
	padding: 0 8px;
	line-height: 15px;
	font-family: "museo-sans-condensed",sans-serif;
	font-weight: 500;
	position: relative;
	color: #D57554;
	
	}
nav#mainNav ul li a { 
	text-transform: inherit;
	color: #D57554;
	font-size: 22px;
	
	}
nav#mainNav ul li a:hover { 
	text-decoration: none;
	color: #C55731;
	
	}
nav#mainNav ul li.selected a { 
	color: #D57554;
	
	}
nav#mainNav ul li:first-child { 
	background: none;
	padding-left: 0;
	border-left: none;
	
	}
nav#mainNav ul li:nth-last-child(2) { 
	nav#mainNav ul li: nth-last-child(2);
	padding-right: 0;
	
	}
section#heroBar { 
	margin-top: -115px;
	background: #FFFFFF;
	overflow: hidden;
	color: #FFFFFF;
	height: auto;
	position: relative;
	
	}
section#heroBar #heroShadow { 
	display: none;
	
	}
section#heroBar .infoConainer { 
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: flex;
	z-index: 3;
	position: relative;
	margin: -105px auto 0;
	padding: 0;
	bottom: 0;
	
	}
section#heroBar .infoConainer h1 { 
	font-weight: 300;
	font-size: 38px;
	font-style: normal;
	font-family: "museo",serif;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,.85);
	order: 1;
	height: 100px;
	line-height: 70px;
	border: 1px solid rgba(120, 120, 120, 0.85);
	-moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.85);
	
	}
section#heroBar .infoConainer p { 
	margin: 0 auto;
	text-align: center;
	width: 990px;
	background: transparent;
	order: 2;
	color: #000;
	
	}
section#heroBar .infoConainer p a { 
	display: inline-block;
	margin: 0 auto 40px;
	font-size: 18px;
	top: 0;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #D57554;
	font-weight: 500;
	
	}
section#heroBar .infoConainer p a.more:hover { 
	section#heroBar .infoConainer p a.more: hover;
	color: #fff;
	background: #D57554;
	
	}
section#heroBar .infoConainer p.optional { 
	padding: 40px 0 20px;
	font-size: 26px;
	font-family: "museo",serif;
	font-weight: 300;
	width: 850px;
	
	}
section#heroBar .wrapper { 
	position: static;
	width: 100%;
	
	}
section#heroBar ul.backgrounds { 
	z-index: 1;
	height: 650px;
	
	}
section#lowerCallouts #aboutUs .articleContent { 
	border-bottom: none;
	padding-bottom: 0;
	color: #F3EBDD;
	
	}
section#lowerCallouts .wrapper { 
	padding-top: 0;
	
	}
section#lowerCallouts article { 
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.70);
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.70);
	-webkit-box-sizing: border-box;
	width: 470px;
	min-height: 343px;
	-moz-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.70);
	float: left;
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.70);
	-moz-box-sizing: border-box;
	padding: 24px 34px 40px 34px;
	position: relative;
	border-radius: 8px;
	border: 1px solid rgba(120, 120, 120, 0.70);
	
	}
section#lowerCallouts article .bottomShadow { 
	display: none;
	
	}
section#lowerCallouts article .bottomShadow.long { 
	display: none;
	
	}
section#lowerCallouts article .subHead { 
	-webkit-box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	font-style: normal;
	font-family: "museo-sans",sans-serif;
	color: #F3EBDD;
	-moz-box-sizing: border-box;
	border: none;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
	font-size: 28px;
	box-sizing: border-box;
	
	}
section#lowerCallouts article#newsBox h2 a { 
	font-size: 17px;
	font-family: inherit;
	text-decoration: none;
	display: block;
	line-height: 22px;
	
	}
section#lowerCallouts article#newsBox h2 a:hover { 
	section#lowerCallouts article#newsBox h2 a: hover;
	color: #C55731;
	
	}
section#lowerCallouts article.onlyOne .headline.odd { 
	margin-left: 100px;
	
	}
section#pageTitleWrapper .wrapper { 
	height: 100%;
	position: relative;
	display: table;
	
	}
section.mainWrapper .bottomShadow { 
	display: none;
	
	}
section.mainWrapper .wrapper { 
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	
	}
ul.backgrounds li { 
	height: 650px;
	left: 50%;
	top: 0;
	margin-left: -1000px;
	position: absolute;
	width: 2000px;
	display: none;
	
	}
ul.expandable li a.header { 
	font-size: 18px;
	color: #D57554;
	font-weight: normal;
	
	}
ul.expandable li a.header:hover { 
	ul.expandable li a.header: hover;
	color: #C55731;
	
	}
ul.expandable li.expandable div.content { 
	line-height: 30px;
	margin-top: 5px;
	font-family: inherit;
	font-size: 16px;
	color: #474747;
	display: none;
	
	}
ul.expandable li.expandable div.content a:hover { 
	ul.expandable li.expandable div.content a: hover;
	color: #D57554;
	
	}
ul.IPP_bar li { 
	font-size: 16px;
	font-family: "museo-sans",sans-serif;
	text-transform: uppercase;
	color: #212121;
	font-weight: 500;
	display: inline-block;
	
	}
ul.IPP_bar li a:hover { 
	ul.IPP_bar li a: hover;
	color: #D57554;
	
	}
ul.IPP_bar li.active a { 
	background: #D57554;
	color: #fff;
	
	}
ul.IPP_bar li.active a:Hover { 
	text-decoration: none;
	background: #C55731;
	
	}
ul.qaGeneral li div.q a { 
	font-size: 15px;
	color: #D57554;
	font-weight: 500;
	font-family: "museo",serif;
	
	}
ul.qaGeneral li div.q a:hover { 
	text-decoration: none;
	color: #C55731;
	
	}
ul.resources li a { 
	font-size: 16px;
	color: #D57554;
	font-weight: 500;
	
	}
ul.resources li a:hover { 
	ul.resources li a: hover;
	color: #C55731;
	
	}
ul.resources li div { 
	font-size: 11px;
	vertical-align: middle;
	font-family: inherit;
	height: 30px;
	display: table-cell;
	
	}
ul.resources li.dl span.icon { 
	background: url("../img/dl_link_noBg.png") no-repeat 8px center #D57554;
	
	}
ul.resources li.pg span.icon { 
	background: url("../img/p_link_noBg.png") no-repeat 8px center #D57554;
	
	}
ul.shareIcons li a { 
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	
	}
ul.units .subList { 
	margin-top: 15px;
	font-size: 12px;
	font-family: inherit;
	
	}
ul.units .subList .cat { 
	font-weight: 500;
	
	}
ul.units .subList a { 
	font-size: 14px;
	color: #D57554;
	
	}
ul.units .subList a:hover { 
	ul.units .subList a: hover;
	color: #C55731;
	
	}
ul.units li { 
	border-top: 1px dotted #d8d8d8;
	line-height: 1.4;
	padding: 15px 60px 15px 0;
	position: relative;
	
	}
ul.units li .subTitle { 
	font-size: 14px;
	color: #2b2b2b;
	text-transform: uppercase;
	margin-bottom: 0;
	
	}
ul.units li .txt { 
	font-size: 16px;
	color: #212121;
	margin-top: 10px;
	
	}
ul.units li a.name.title { 
	font-size: 14px;
	
	}
ul.units li a.title { 
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #D57554;
	display: inline-block;
	font-weight: 500;
	
	}
ul.units li a.title:hover { 
	ul.units li a.title: hover;
	color: #C55731;
	
	}
ul.videoList li.videoItemParent .videoContentContainer:hover { 
	border-color: #C55731;
	
	}
ul.videoList li.videoItemParent div.cat { 
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "museo",serif;
	
	}
ul.videoList li.videoItemParent div.expander .txt { 
	font-family: inherit;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	font-size: 16px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #D57554;
	height: 35px;
	width: 246px;
	display: table-cell;
	
	}
ul.videoList li.videoItemParent div.linkList a { 
	font-size: 16px;
	color: #D57554;
	font-weight: 300;
	font-family: inherit;
	
	}
ul.videoList li.videoItemParent div.linkList a:hover { 
	ul.videoList li.videoItemParent div.linkList a: hover;
	color: #C55731;
	
	}


/* [/Framework Variant Css - Everybodys Natl Parks 1.1] */


/* [ Logo Css - /siteFiles/5c58f81a-c8f1-485c-9db2-88e1bdc71d79/logo/logo_15.png] */


		
			header a.logoType {
				background: url("/siteFiles/5c58f81a-c8f1-485c-9db2-88e1bdc71d79/logo/logo_15.png") repeat scroll 0 0 transparent;
				
						width : 301px;
						height : 77px;
					
			}
			#modalPopup .popup_head{
				background: url("/siteFiles/5c58f81a-c8f1-485c-9db2-88e1bdc71d79/logo/logo_15.png") no-repeat scroll 0 0 transparent;
				background-size:contain;
			}
		
	

/* [/ Logo Css ] */

/* [ Include Css - news_landing.inc] */


			
			
						 #pageTitleWrapper {
						background:url('/siteFiles/5c58f81a-c8f1-485c-9db2-88e1bdc71d79/InnerpageImages/internal_header1.jpg') no-repeat center #00040e !important;
					}
				
			
		
/* [/ Include Css ] */

/* [ Custom Css ] */

.wf-loading nav#mainNav ul li {
	visibility: hidden;
}

.ckinput li {
   position: relative;
   left: 1em;
   padding: 0 1em 0 0 !important;
   margin-bottom: 10px
}


/*-- PHOTO CAPTIONS DIVS --*/
#photo-right {
   float: right;
   width: 275px;
   margin: 0 0 20px 20px
}
#photo-left{
   float: left;
   width: 300px;
   margin: 0 20px 20px 0
}
#photo-side-by-side {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.FWM #photo-side-by-side {
	flex-direction: column
}
#photo-side-by-side div{
  width: 48% !important;
}
.FWM #photo-side-by-side div{
  width: 100% !important;
	margin-bottom: 20px;
}
.FWM #photo-side-by-side div img{
  width: 100% !important;
}
#photo-right img,
#photo-left img {
   margin: 0 0 5px
}
.FWM #photo-right,
.FWM #photo-left {
   float: none;
   width: 100%;
   margin: 0 0 20px;
}



.FW3 #lowerCallouts:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	display: block;
	background-image: url(/siteFiles/5c58f81a-c8f1-485c-9db2-88e1bdc71d79/HomeBgpageImages/lower-callout-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}
.FW3#practices_landing .content h2:nth-of-type(2), .FWM#practices_landing .content h2:nth-of-type(2) {
	display: none
}


.FW3#contact-us .rightContent.noLeftNav .content {
   display: flex;
   flex-direction: row;
}
.FW3#contact-us .content-holder {
    width: 500px;
}

.FW3 #form_27 {
	float: left;
	margin: 0 0 0 40px;
	display: block;
	overflow: hidden;
}
.FW3 #form_27 table tr {
	height: 30px
}
.FW3 #form_27 table td {
	display: block
}
.FW3 #form_27 table td strong {
	font-weight: 400;
}
.FW3 #form_27 table td input {
	width: 400px;
}
.FW3 #form_27 table td textarea {
	width: 400px;
	height: 200px;
	margin: 0 10px 10px 0;
}
.FW3 #form_27 table input[type='submit'] {
	width: 100px;
}
.FW3 #form_27 table .error {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.FW3 #form_27 table td input.error {
	border-color: #000;
	height: 21px;
}
.FW3 #form_27 input[type="submit"] {
	clear: both;
	display: block;
	background: #D57554;
	border: 0;
	padding: 5px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-family: inherit;
	transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-webkit-transition: background 0.4s ease;
}
.FW3 #form_27 input[type="submit"]:hover {
	background: #C55731
}
.FWM #form_27 {
	margin-top: 20px
}
.FWM #form_27 td {
	display: block
}
.FWM #form_27 table td input, .FWM #form_27 table td textarea, .FWM #form_27 input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	border: 1px solid #999999;
	box-sizing: border-box;
	padding: 5px;
}
.FWM #form_27 input[type="submit"] {
	margin: 10px 0 0 0;
	clear: both;
	display: block;
	background: #D57554;
	border: 0;
	padding: 10px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-family: inherit;
	width: auto;
}
.FWM #form_27 .error {
	color: #DC143C;
	font-family: "proxima-nova-condensed", sans-serif;
}
.FWM #form_27 table td input.error {
	border-color: #DC143C;
}
.FWM #lowerCallouts:before {
	background-image: none !important;
}

.FW3#practices_landing h2,
.FWM#practices_landing h2{ 
display:none;
}
.FW3 ul.videoList li.videoItemParent div.expander .txt strong{
font-weight:normal;
}
.FW3 section#heroBar .infoConainer h1 span{
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	top: 40px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.FW3 section#heroBar .infoConainer h1 span a:hover{
	text-decoration: underline
}

.FWM#home #lowerCallouts .subHead{
  font-size: 18px;
font-family: "proxima-nova-condensed", sans-serif;
}

.FWM#home #lowerCallouts .articleContent {
  margin-bottom:20px
}

/*-- SUBSCRIBE / PATREON BUTTONS --*/
.FW3#home #subscribeBtns .wrap{
    width: 990px;
    margin: 0 auto 40px;
    color: #000000;
}
#home #subscribeBtns,
.FWM#blogs #subscribeBtns,
.FWM#blogs_detail #subscribeBtns{
 text-align: center;
}
#home #subscribeBtns h2{
  text-transform: uppercase
}
.FW3#home #subscribeBtns li{ 
display: inline-block;
  margin: 0 10px;
}

.FW3#blogs .rightResources #subscribeBtns .wrap,
.FW3#blogs_detail .rightResources #subscribeBtns  .wrap,
.FW3#blogs .rightResources #patreon  .wrap,
.FW3#blogs_detail .rightResources #patreon  .wrap {
  margin-bottom:50px;
}

.FWM#home #subscribeBtns ul,
.FWM#blogs #subscribeBtns ul,
.FWM#blogs_detail #subscribeBtns ul,
.FWM#blogs #patreon ul,
.FWM#blogs_detail #patreon ul{
	margin: 0;
	padding: 0
}
.FWM#home #subscribeBtns li,
.FWM#blogs #subscribeBtns li,
.FWM#blogs_detail #subscribeBtns li,
.FWM#blogs #patreon li,
.FWM#blogs_detail #patreon li{ 
  margin: 0 0 10px;
  list-style-type:none;
}
#subscribeBtns li img:hover{
  opacity: .8
}
.FW3#blogs .rightResources #subscribeBtns h2,
.FW3#blogs_detail .rightResources #subscribeBtns h2,
.FW3#blogs .rightResources #patreon h2,
.FW3#blogs_detail .rightResources #patreon h2  {
    font-size: 18px;
    line-height: 20px;
    border-bottom: 2px solid #e6e6e6;
    font-family: "museo",serif;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 5px;
    color: #212121;
    background:transparent
}
.FW3#blogs .rightResources #subscribeBtns li,
.FW3#blogs_detail .rightResources #subscribeBtns li{
	margin-bottom: 20px
}
.FWM .rightResources:before {
display: none;
}
/*#footerNavSocial section.socialLink a.linkedIn:before{
  content:"\f16d";
  font-family: fontawesome;
display: block;
width: 18px;
height: 18px;
color: #ffffff;
font-size: 16px;
line-height: 19px;
letter-spacing: normal;
border-radius: 100px;
padding: 3px;
text-align: center;
  border:none
}*/


#home .infoConainer .more-btns,
.FWM .homepage-slider .more-btns,
#home .infoConainer #more-btns,
#staticcontent #more-btns,
#blogs_detail #more-btns a {
    display: inline-block;
    margin: 0 10px 40px;
    font-size: 18px;
    top: 0;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #D57554;
    text-align: center;
    font-weight: 500;
    background: transparent;
    border-radius: 3px;
    font-family: "museo-sans",sans-serif;
    padding: 10px;
    line-height: 18px;
    letter-spacing: .05em;
}
#home .infoConainer .more-btns {
   margin: 30px 10px 50px;
}
#blogs_detail #more-btns {
   text-align: center;
}
#blogs_detail #more-btns a {
   margin: 10px auto 20px;
}
.FWM .homepage-slider .more-btns {
    display: block;
    margin: 20px 0;
}
section#heroBar .infoConainer .more-btns:hover,
.FWM .homepage-slider .more-btns:hover,
#blogs_detail #more-btns a:hover {
    color: #FFFFFF;
    background: #D57554;
}

.FWM #patreon {
    text-align: center;
}

#patreon .wrap li a {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    top: 0;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #D57554;
    text-align: center;
    font-weight: 500;
    background: transparent;
    border-radius: 3px;
    font-family: "museo-sans",sans-serif;
    padding: 10px 0;
    line-height: 18px;
    letter-spacing: .05em;
    width: 200px
}
.FWM #patreon .wrap li a {
    margin: 10px auto 0;
}
#patreon .wrap li a:hover {
    color: #FFFFFF;
    background: #D57554;
}
#contact-us #contact-support-btn {
    display: inline-block;
    font-size: 18px;
    top: 0;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #D57554;
    text-align: center;
    font-weight: 500;
    background: transparent;
    border-radius: 3px;
    font-family: "museo-sans",sans-serif;
    padding: 10px;
    line-height: 18px;
    letter-spacing: .05em;
}
#contact-us #contact-support-btn:hover {
    color: #FFFFFF;
    background: #D57554;
}

/*--[ MAILCHIMP SIGNUP FORM ]--*/

.FW3 #mc-form-wrap,
.FWM #mc-form-wrap{
	background: #D57554;
	padding: 20px 10px;
	color: #fff;
	position: relative;
        font-weight: 500;
}
.FW3 #mc_embed_signup {
	width: 990px;
	margin: 0 auto;
}
.FWM #mc_embed_signup {
	margin: 0 10px;
}
.FW3 #mc_embed_signup_scroll {
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.FWM #mc_embed_signup_scroll {
	display: flex;
	-webkit-display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    align-items: center;
	-webkit-align-items: center;
}
.FW3 #mc_embed_signup_scroll label,
.FWM #mc_embed_signup_scroll label {
	font-size: 22px;
    letter-spacing: .03em;
}
.FW3 #mc_embed_signup_scroll input {
	margin: 0 0 0 10px;
}
.FW3 #mc_embed_signup_scroll input.email,
.FWM #mc_embed_signup_scroll input.email{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	width: 300px;
        font-family: "museo-sans",sans-serif;
        font-weight: 500;
}
.FWM #mc_embed_signup_scroll input.email{
    margin:15px 0;
    width:100%;
    box-sizing: border-box;
}
.FW3 #mc_embed_signup_scroll input.email::-webkit-input-placeholder{
	color: #ffffff;
	opacity: .5;
}
.FWM #mc_embed_signup_scroll input.email::-webkit-input-placeholder{
	color: #ffffff;
	opacity: .5;
}
.FW3 #mc_embed_signup_scroll input.email:-ms-input-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FWM #mc_embed_signup_scroll input.email:-ms-input-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FW3 #mc_embed_signup_scroll input.email::-moz-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FWM #mc_embed_signup_scroll input.email::-moz-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FW3 #mc_embed_signup_scroll input.email:-moz-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FWM #mc_embed_signup_scroll input.email:-moz-placeholder {
	color: #ffffff;
	opacity: .5;
}
.FWM #mc_embed_signup_scroll .clear{
   display:block;
   width:100%;
}
.FW3 #mc_embed_signup_scroll input.button,
.FWM #mc_embed_signup_scroll input.button {
   background: #fff;
   border: 1px solid #fff;
   padding: 8px 16px;
   font-family: "museo-sans", sans-serif;
   font-weight: 500;
}
.FWM #mc_embed_signup_scroll input.button{
   width:100%;
}
.FW3 #mc_embed_signup_scroll input.button:hover,
.FWM #mc_embed_signup_scroll input.button:hover {
   background: #333333;
   border-color: #333333;
   color: #fff;
}

#badge{ 
   border: none !important;
}

.FW3 #mentions {
   float:right;
   margin-left:30px;
   text-align: center
}
.FWM #mentions {
   text-align: center;
}
.FWM #mentions #more-btns {
   margin: 0 0 20px;
}

/* MOVE FILTERS TO TOP ON BLOG LANDING */
.FWM#blogs .rightContent {
   display: flex;
   flex-direction: column;
}
.FWM#blogs #content {
   order: 2
}
.FWM#blogs .rightResources {
   order: 3
}
.FWM#blogs .tabs {
   order: 1
}

/*-- PRESS --*/
.FW3#news_landing .units {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.FW3#news_landing .units li {
  width: 470px;
  padding: 15px 0;
}
.FW3#news_landing ul.units li:first-child {
   border-top: 1px dotted #d8d8d8;
}
.FW3#news_landing .units li img{
  margin: 15px 15px 0 0;
}
.FW3#news_landing ul.units li a.link {
  display: none
}
.FWM#news_landing .units li img{
   margin: 15px 15px 0 0;
   width: 100px !important;
}
.FWM#news_landing ul.units li {
   overflow: auto;
}

/*-- SOCIAL --*/
#staticcontent[itemid="9994"] header,
#staticcontent[itemid="9994"] #mainNav,
.FWM#staticcontent[itemid="9994"] .pageTitle.subHead,
#staticcontent[itemid="9994"] .optionalTagLine,
#staticcontent[itemid="9994"] #pageTitleWrapper,
#staticcontent[itemid="9994"] #mc-form-wrap,
#staticcontent[itemid="9994"] #footerNavSocial,
#staticcontent[itemid="9994"] footer {
   display: none
}
#staticcontent[itemid="9994"] {
   background: #FFFFFF !important;
}
.FW3#staticcontent[itemid="9994"] .wrapper {
   width: 500px;
}
#staticcontent[itemid="9994"] .content-holder a {
   display: block;
   background: #1b351b;
  /* background: #B34C29; */
   color: #FFFFFF;
   padding: 10px;
   text-align: center;
   font-weight: 500;
   text-transform: uppercase;
   font-family: "museo-sans", sans-serif;
   font-size: 18px;
   margin: 0 0 20px;
}
#staticcontent[itemid="9994"] .content-holder a:hover{
   background: #000000;
}
#staticcontent[itemid="9994"] .content-holder a#text-link,
#staticcontent[itemid="9994"] .content-holder a#logo-link {
   background: transparent;
   color: #B34C29;
   text-transform: unset;
}
#staticcontent[itemid="9994"] .content-holder a#text-link:hover {
   text-decoration: underline;
}
#staticcontent[itemid="9994"] #content ul {
   display: flex;
   padding: 0;
   justify-content: center
}
#staticcontent[itemid="9994"] #content ul li {
   list-style-type: none;
   padding: 0 !important;
   margin: 0 10px;
   background: #000000;
   width: 45px;
   left: 0;
}
#staticcontent[itemid="9994"] #content ul li:hover {
   background: #333333;
}
#staticcontent[itemid="9994"] #content ul li a {
   background: transparent;
   margin: 0;
   font-size: 0
}
#staticcontent[itemid="9994"] #content ul li a:before {
   font-family: "Font Awesome 5 Brands";
   font-size: 18px;
}
#staticcontent[itemid="9994"] #content ul li a#youtube:before {
   content: "\f167"
}
#staticcontent[itemid="9994"] #content ul li a#twitter:before {
   content: "\f099"
}
#staticcontent[itemid="9994"] #content ul li a#facebook:before {
   content: "\f39e"
}
#staticcontent[itemid="9994"] #content ul li a#instagram:before {
   content: "\f16d"
}
#staticcontent[itemid="9994"] #content ul li a#linkedin:before {
   content: "\f0e1"
}




/*-- 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-dots {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   margin: 15px 0 40px;
   list-style: none;
	text-align: center
}
.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;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
   background: #d57554;
}
.badges {
   width: 990px;
   margin: 0 auto;
}
.FWM .badges,
.FWM .badge p {
   width: 100%;
   padding: 0 10px;
   box-sizing: border-box;
}
.FWM .badges img{
   width: 100%;
}
.badge {
   display: flex !important;
   flex-direction: column;
   align-items: center;
}
.badge p {
   color: #000000;
   margin-top: 10px;
   font-size: 18px;
   line-height: 24px;
   font-family: museo, serif;
   font-weight: 700;
   font-style: italic;
   width: 700px;
   text-align: center;
}

/*-- HIDE LEFT NAV --*/
#staticcontent[itemid="10225"] #leftNav,
#staticcontent[itemid="10356"] #leftNav,
#staticcontent[itemid="10407"] #leftNav   {
   display: none
}
#staticcontent[itemid="10225"] .rightContent,
#staticcontent[itemid="10356"] .rightContent,
#staticcontent[itemid="10407"] .rightContent  {
   float: none !important;
   width: 100% !important;
}

/* [ 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;
}



/*--- SOCIAL ICONS FOOTER MOBILE --*/
.FWM #footerNavSocial .socialLink {
    font-size: 0;
    text-align: center;
    letter-spacing: 0;
    height: auto;
    line-height: 0;
    color: #FFFFFF;
}

.FWM #footerNavSocial .socialLink > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 30px;
  height: 30px;
  background-size: unset;
  align-content: center;
  align-items: center;
  border-radius: 100%;
}

.FWM #footerNavSocial .socialLink a {
   background-image: none !important;
  background-color: #464646;
}

.FWM #footerNavSocial .socialLink a:before {
   color: #FFFFFF;
   font-family: "Font Awesome 5 Brands";
   font-size: 18px;
   line-height: 18px;
}

.FW3 #footerNavSocial section.socialLink a.linkedIn:before {
    content: "\f16d";
    font-family: fontawesome;
    display: block;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
    border-radius: 100px;
    padding: 3px;
    text-align: center;
    border: none;
}

.FW3 #footerNavSocial section.socialLink a.twitter:hover {
    background-color: #000000;
}

.FWM #footerNavSocial .socialLink .twitter:before {
   content: "\e61b";
}
.FWM #footerNavSocial .socialLink .facebook:before {
   content: "\f39e";
}
.FWM #footerNavSocial .socialLink .share:before {
   content: "\f1e0";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
}
.FWM #footerNavSocial .socialLink .linkedIn:before {
   /*content: "\f0e1";*/
   content: "\f16d"; /*instagram*/
}
.FWM #footerNavSocial .socialLink .youTube:before {
   content: "\f167";
}
.FWM #footerNavSocial .socialLink a:hover:before {
   opacity: .8;
}
/* [/ Custom Css ] */

/* [ Remaining includes ] */

/* [ Mashup flag ] */
