html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-size: 16px;
	font-family: "Helvetica", "Arial", "Nimbus Sans L", sans-serif;
	color: #474747;
    background: #FFFFFF;
	line-height: 20px;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	color: #660000;
	text-decoration: none;
}

button, input {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

h1 {
	line-height:1;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}
h2.noResults {
	text-align:center;
}
h3.pageTitle {
	font-size: 18px;
	text-transform: uppercase;
	margin: 12px 0;
	font-weight: normal;
	font-family: "proxima-nova-condensed", sans-serif;
}

h2, h4 {
	margin: 12px 0;
	font-size: 17px;
	font-weight: normal;
	color: #660000;
	line-height: 22px;
}

hr {
	height: 1px;
	border: 0 none;
	color: #9B9B9B;
	background: #9B9B9B;
	margin: 15px 0
}

p {
	margin: 0 0 18px 0;
}
/*inbody links */
a.cklink {
	color:#660000;
	text-decoration:none;
}
a.cklink:hover {
	text-decoration:underline;
}
/* Search Stuff */
section.searchBox {
	display:none;
}

#resultcontainer ul.results {
	padding:0;
	list-style-type:decimal;
	list-style-position:inside;
	margin: 0 -10px;
	padding-top:20px;
}
#resultcontainer ul.results li.result {
	list-style-type:decimal;
	color:#660000;
	display:list-item!important;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:10px;
	border-bottom:1px solid #9B9B9B;
}
#resultcontainer ul.results li.result .resultTitle {
	
}
.searchField {
	width:100%;
	padding:8px;
	-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-size:17px;
	color:#660000;
	
	border: 2px solid #9B9B9B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
#resultcontainer ul.results li .resultSnippet {
	font-size:13px;
	color:#474747;
}
#searchInformation {
	padding-top:20px;
	color:#660000;
}
#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;
}
/* End of Search */

.attorneyList {
	margin: 0 -10px -10px -10px;
	padding: 0;
	list-style-type: none;
}

.attorneyList > li {
	border-bottom: 1px solid #9B9B9B;
}

.attorneyList .attorney-box {
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
	border-right: 10px solid transparent;
	background: url('../img/arrow.png') no-repeat right center;
}

.attorneyList .attorney-box:before,
.attorneyList .attorney-box:after {
	display: table;
	line-height: 0;
	content: '';
}

.attorneyList .attorney-box:after {
	clear: both;
}

.attorneyList .attorney-box .about {
	zoom: 1;
	overflow: hidden;
	padding-top: 10px;
}

.attorneyList .attorney-box .about .email {
	display: none;
}

.attorneyList .attorney-box .about .name {
	line-height: 20px;
	color: #660000;
	font-size: 16px;
	font-family: "proxima-nova-condensed", sans-serif;
}

.attorneyList .attorney-box .about .phone {
	display: none;
}

.attorneyList .attorney-box .about .title {
	line-height: 18px;
	color: #474747;
	font-size: 14px;
}

.attorneyList .attorney-box .about .vCard {
	display: none;
}

.attorneyList .attorney-box .headShot {
	width: 60px;
	float: left;
	margin: 0;
	min-height: 57px;
}

.attorneyList .attorney-box .headShot > img {
	width: 46px;
	display: block;
}

#blogs .units > li:first-child {
	border-top: 1px solid #9B9B9B;
    margin-top: 18px;
    padding-top: 18px;
}

#blogs .units .subTitle {
	margin-bottom: 17px;
}

#blogs_detail .units > li:first-child {
    margin-top: 18px;
}

#blogs_detail .units .subTitle {
	margin-bottom: 17px;
}

#blogs_detail .units .txt {
	font-size: 16px;
	font-style: normal;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.custom_select {
	display: none;
}

#FAQs .a {
	padding-left: 20px;
	position: relative;
}

#FAQs .a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'A.';
	font-family: "proxima-nova-condensed", sans-serif;
	font-size: 15px;
	line-height: 18px;
}

#FAQs .q {
	padding-left: 20px;
}

#FAQs .q:before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q.';
	font-family: "proxima-nova-condensed", sans-serif;
	font-size: 15px;
	line-height: 18px;
}

.filterbyContainer {
	margin: 60px -10px 0 -10px;
	position: relative;
	border-top: 1px solid #9B9B9B;
	padding: 25px 20px 0 20px;
	background: #f7f6f6;
	background: -moz-linear-gradient(top,  #f7f6f6 0%, #ffffff 15%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(15%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
}

.filterbyContainer .f_left {
	width: 100%;
	margin-bottom: 20px;
}

.filterbyContainer .f_left select {
	width: 100%;
	height: 30px;
	font-size: 18px;
}

.filterbyContainer .f_left.label:first-child {
	position: absolute;
	top: -36px;
	left: 10px;
	height: 35px;
	padding: 0 12px;
	border-top: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	color: #660000;
	font-family: "proxima-nova-condensed", sans-serif;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 100%);
	width: auto;
	float: none;
	margin: 0 !important;
}

#footer {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 50%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 100%);
	font-family: "proxima-nova-condensed", sans-serif;
	position:relative;
}
footer#footer a.icxlegal {
	right:50%;
	margin-right:-65.5px;
	bottom:5px;
}
#footer .content {
	padding: 0 4% 32px 4%;
	color: #5c5c5c;
}

#footer .content .copyright {
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	margin-bottom: 5px;
	display: block;
}

#footer .content .smallTxt {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

#footer .logo {
	width: 173px;
	height: 34px;
	margin: 0 auto;
	display: block;
}
#footer .logo.icxlegal {
	background: url('../img/icxlegal.png') no-repeat;
}
#footer .logo.icxpro {
	background: url('../img/footerLogo-icxpro.png') no-repeat;
}
#footer .wrapper {
	padding: 16px 10px 8px 10px;
	text-align: center;
}

#footerNav {
	padding: 14px 10% 0 10%;
	text-align: center;
}

#footerNav:before,
#footerNav:after {
	display: table;
	line-height: 0;
	content: '';
}

#footerNav:after {
	clear: both;
}

#footerNav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footerNav > ul > li {
	display: inline;
	vertical-align: top;
	margin: 0 4px;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: normal;
	color: #999999;
}

#footerNav > ul > li > a {
	color: #660000;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#footerNav .sep {
	position: relative;
	top: 1px;
}
#footerNav .sep:after {
	content:"|";
	font-size:16px;
}
#footerNavSocial .socialLink {
	height: 55px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

#footerNavSocial .socialLink > a {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 38px;
	height: 38px;
	background-size:cover!important;
}

#footerNavSocial .socialLink > a:hover {
	background-position: left -38px;
}

#footerNavSocial .socialLink .facebook {
	background: url('../img/fb.png') no-repeat;
}

#footerNavSocial .socialLink .linkedIn {
	background: url('../img/in.png') no-repeat;
}

#footerNavSocial .socialLink .share {
	background: url('../img/sh.png') no-repeat;
}

#footerNavSocial .socialLink .twitter {
	background: url('../img/tw.png') no-repeat;
}

#footerNavSocial .socialLink .youTube {
	background: url('../img/you.png') no-repeat;
}

#footerNavSocial .wrapper {
	padding: 0 0 24px 0;
}

.full-site {
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: #660000;
	font-size: 14px;
}

header {
	min-height: 43px;
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
}

header .logoType {
	width: 220px;
	height: 27px;
	background: url('../img/logo.png') no-repeat;
	position: absolute;
	left: 10px;
	top: 6px;
	background-size:cover!important;
}

header .main-nav-button {
	width: 29px;
	height: 27px;
	background: url('../img/main-nav-button.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 5px;
	border: 2px solid #9B9B9B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
}

header .main-nav-button.opened {
	background-position: left -27px;
	border-color: #000000;
}

header .optionalTagLine {
	display: none;
}

header .wrapper {
	padding: 0;
}

.hidden {
	display: none;
}

#home .attorney {
	display: none;
}

#home #heroBar .wrapper {
	padding: 0;
}

#home .homepage-slider {
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset
}

#home .homepage-slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home .homepage-slider ul > li {
	float: left;
	color: #454545;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 50px 10px 10px;
	position: relative;
	width:100%;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
}

#home .homepage-slider ul > li > p {
	margin: 0;
}

#home .homepage-slider h1, #home .homepage-slider h2 {
	color: #660000;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "proxima-nova-condensed", sans-serif;
	margin: 0 0 5px 0;
}

#home .homepage-slider .bx-controls {
	background: #9B9B9B;
	height: 32px;
	text-align: center;
	position: relative;
}

#home .homepage-slider .bx-controls .bx-next {
	width: 31px;
	height: 32px;
	background: url('../img/homepage-slider-next.png') no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

#home .homepage-slider .bx-controls .bx-prev {
	width: 31px;
	height: 32px;
	background: url('../img/homepage-slider-prev.png') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#home .homepage-slider .bx-controls .bx-pager {
	margin: 0 auto;
	padding: 11px 0 0 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

#home .homepage-slider .bx-controls .bx-pager .bx-pager-item {
	margin-left: 5px;
	float: left;
}

#home .homepage-slider .bx-controls .bx-pager .bx-pager-item:first-child {
	margin: 0;
}

#home .homepage-slider .bx-controls .bx-pager .bx-pager-item  .bx-pager-link {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

#home .homepage-slider .bx-controls .bx-pager .bx-pager-item  .bx-pager-link.active {
	background: #660000;
}

#home .homepage-slider .bx-viewport {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 8%, #fefefe 8%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(8%,#ffffff), color-stop(8%,#fefefe), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 8%,#fefefe 8%,#e1e1e1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 8%,#fefefe 8%,#e1e1e1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 8%,#fefefe 8%,#e1e1e1 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 8%,#fefefe 8%,#e1e1e1 100%);
}

#home .homepage-slider .date {
	display: none;
}

#home .homepage-slider .more.title {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -16px;
	width: 30px;
	height: 30px;
	background: url('../img/more.png') no-repeat 10px 5px;
	border: 2px solid #9B9B9B;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

#home .homepage-slider-image {
	width: 100%;
	max-width: 100%;
	display: block;
}

#home #lowerCallouts .wrapper {
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	padding: 0 10px 1px 10px;
}
#home #lowerCallouts article{
     display: none;
}
#home #showBorder {
	display: none;
}

#home #viewAllNews {
	display: none;
}

.IPP_bar {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.IPP_bar > li {
	border-bottom: 1px solid #C5C5C5;
}

.IPP_bar > li:first-child {
	border-top: 1px solid #C5C5C5;
}

.IPP_bar > li > a {
	padding: 8px 35px 8px 10px;
	line-height: 20px;
	color: #660000;
	font-size: 18px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	display: block;
	position: relative;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed", sans-serif;
}

.IPP_bar > li > a:after {
	width: 10px;
	height: 17px;
	position: absolute;
	top: 9px;
	right: 13px;
	background: url('../img/arrow.png') no-repeat;
	content: '';
}

.IPP_bar .active > a, .unitsHeader > a.unLink {
	color: #474747;
	cursor: default;
}

.IPP_bar .active > a:after, .unitsHeader > a.unLink:after {
	display: none;
}

.ital {
	font-style: italic;
}

#leftNav {
	min-height: 47px;
	margin: -10px -10px 10px -10px;
	font-family: "proxima-nova-condensed", sans-serif;
}

#leftNav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftNav > ul > li {
	border-bottom: 1px solid #9B9B9B;
	display: none;
}

#leftNav ul > li.selected, #leftNav > ul > li > a {
	padding: 5px 35px 5px 10px;
	line-height: 22px;
	color:#660000;
	font-size: 18px;
	text-decoration: none;
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);
	
}
#leftNav > ul > li > a {
	display:block;
	position:relative;
}
#leftNav ul > li.selected > a {
	/* padding:0; */
	background:none;
	color:#474747;
}
#leftNav > ul > li > a:active {
	color: #9b9b9b;
}

#leftNav > ul > li > a:after {
	width: 10px;
	height: 17px;
	position: absolute;
	top: 8px;
	right: 18px;
	background: url('../img/arrow.png') no-repeat;
	content: '';
}

#leftNav > ul  > li:first-child {
	display: block;
}

#leftNav > ul  > li:first-child > a, #leftNav > ul  > li:first-child > a:active {
	padding: 10px 35px 10px 10px;
	color: #660000;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	text-transform: uppercase;
}

#leftNav > ul  > li:first-child > a:after {
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: url('../img/p-m.png') no-repeat;
}

#leftNav > ul  > li:first-child.opened > a {
	background: #FFFFFF;
}

#leftNav > ul  > li:first-child.opened > a:after {
	background-position: left -14px;
}

#leftNav .selected a, #leftNav .selected a:active {
	color: #474747;
	cursor: default;
}

#leftNav .selected a:after {
	display: none;
}

#leftNav  > ul  > li.selected:first-child > a:after {
	display: block;
}

.linksDownloads {
	font-family: "proxima-nova-condensed", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 24px 0 15px 0;
}

#mainNav {
	display: none;
	font-family: "proxima-nova-condensed", sans-serif;
}

#mainNav .wrapper {
	padding: 43px 10px 12px 10px;
}

#mainNav .wrapper > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNav .wrapper > ul > li {
	margin-bottom: 5px;
}
#mainNav ul li.finish {
		display:none;
	}
#mainNav .wrapper > ul > li > a {
	color: #660000;
	font-size: 17px;
	height: 37px;
	line-height: 37px;
	display: block;
	padding: 0 30px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	border: 2px solid #9B9B9B;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 3px rgba(83,83,83,0.3);
	-moz-box-shadow: 0 0 3px rgba(83,83,83,0.3);
	box-shadow: 0 0 3px rgba(83,83,83,0.3);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 100%);
}

#mainNav .wrapper > ul > li > a:after {
	width: 14px;
	height: 23px;
	position: absolute;
	top: 7px;
	right: 5px;
	background: url('../img/nav-arrow.png') no-repeat;
	content: '';
}

#mainNav .wrapper > ul > li > a:active {
	color: #000000;
	border: 2px solid #000000;
	background: #c2c2c2;
	background: -moz-linear-gradient(top,  #c2c2c2 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2c2c2), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #c2c2c2 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #c2c2c2 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #c2c2c2 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #c2c2c2 0%,#dddddd 100%);
}

#mainNav .wrapper > ul > li > a:active:after {
	background-position: left -23px;
}

#mainNav .wrapper > ul > li  ul {
	display: none;
}

#news_detail h4 {
	margin-bottom: 0;	
	font-family: "proxima-nova-condensed", sans-serif;
}

#news_detail .sourceInfo {
	font-size: 12px;
	line-height: 16px;
}

#news_landing .filterbyContainer .f_left {
	width: 80%;
	float: left;
}

#news_landing .filterbyContainer .f_left.label {
	float: left;
	width: 15%;
	margin-left: 5% !important;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
}

#news_landing .filterbyContainer .f_left.label:first-child, #rep_matters .filterbyContainer .f_left.label:first-child {
	position: absolute;
	top: -36px;
	left: 10px;
	height: 35px;
	padding: 0 12px;
	border-top: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	color: #660000;
	font-family: "proxima-nova-condensed", sans-serif;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 100%);
	width: auto;
	float: none;
	margin: 0 !important;
}

#news_landing .mainWrapper {
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
}

#news_landing .units.small {
	margin: 0 -10px;
}

.open-list {
	margin: 0px -10px -1px -10px;
	padding: 0;
	list-style-type: none;
}
ul.open-list {
	margin-top:15px;
}
ul.open-list + ul.open-list {
	margin-top:0
}
.open-list.no-top-margin {
	margin-top: 0;
}

.open-list > li {
	border-bottom: 1px solid #CDCDCD;
	display: none;
	font-family: "proxima-nova-condensed", sans-serif;
}

.open-list > li:first-child {
	display: block;
	border-top: 1px solid #CDCDCD;
	padding: 8px 35px 8px 10px;
	cursor: pointer;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
}

.open-list > li:first-child:after {
	width: 14px;
	height: 14px;
	content: '';
	top: 50%;
	margin-top: -7px;
	right: 12px;
	position: absolute;
	background: url('../img/p-m.png') no-repeat;
}

.open-list > li:first-child.opened:after {
	background-position: left -14px;
}

.open-list > li:first-child > h3 {
	margin: 0;
	line-height: 20px;
	color: #660000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.open-list > li > a {
	display: block;
	padding: 7px 10px;
	line-height: 20px;
	font-family: "proxima-nova-condensed", sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 15px;
}

.open-list-special {
	padding: 0;
	list-style-type: none;
	min-height: 38px;
	margin: 0 0 10px 0;
	font-family: "proxima-nova-condensed", sans-serif;
	border: 2px solid #9B9B9B;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px rgba(83,83,83,0.3);
	-moz-box-shadow: 0 0 3px rgba(83,83,83,0.3);
	box-shadow: 0 0 3px rgba(83,83,83,0.3);
	
}

.open-list-special > li {
	border-bottom: 1px solid #C7C7C7;
	display: none;
}

.open-list-special > li > a {
	padding: 6px 35px 6px 10px;
	line-height: 22px;
	color: #660000;
	font-size: 18px;
	text-decoration: none;
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);
	display: block;
	position: relative;
}

.open-list-special > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.open-list-special > li > a:active {
	color: #9b9b9b;
}

.open-list-special > li > a:after {
	width: 10px;
	height: 17px;
	position: absolute;
	top: 8px;
	right: 18px;
	background: url('../img/arrow.png') no-repeat;
	content: '';
}

.open-list-special .click-header {
	display: block;
	border: 0 none;
}

.open-list-special .click-header > a, .open-list-special .click-header > a:active {
	padding: 0 10px;
	color: #9b9b9b;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 38px;
	line-height: 38px;
	font-size: 22px;
}

.open-list-special .click-header > a:after {
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: url('../img/p-m.png') no-repeat;
}

.open-list-special .click-header.opened {
	border-bottom: 1px solid #C7C7C7;
}

.open-list-special .click-header.opened > a {
	background: #FFFFFF;
	color: #660000;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.open-list-special .click-header.opened > a:after {
	background-position: left -14px;
}

.pageTitle.subHead {
	border-bottom: 1px solid #9B9B9B;
	padding: 12px 35px 12px 10px;
	line-height: 22px;
	color: #660000;
	font-size: 18px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	margin: -10px -10px 0 -10px !important;
	font-family: "proxima-nova-condensed", sans-serif;
	text-transform:uppercase;
}
.rightContent.noLeftNav .content-holder{
	margin-top:10px;
}
.rightContent .content table {
	width:100%;
}
#pageTools {
	display: none;
}

#practice_detail #news {
	display: none;
}
#practice_detail div.content+ ul.IPP_bar {
	margin-top:15px;
} 
#practice_detail #rep {
	display: none;
}

#practice_detail #summary {
	display: none;
}

.popup_tabLinks {
	display:none;
}
.practiceList {
	margin: -1px -10px 0 -10px;
	padding: 0;
	list-style-type: none;
}

.practiceList > li {
	border-bottom: 1px solid #9B9B9B;
}

.practiceList > li:first-child {
	border-top: 1px solid #9B9B9B;
}

.practiceList > li > a {
	display: block;
	line-height: 16px;
	color: #660000;
	font-size: 16px;
	text-decoration: none;
	font-family: "proxima-nova-condensed", sans-serif;
	background: url('../img/arrow.png') no-repeat center right;
	border-right: 9px solid transparent;
	padding: 23px 50px 23px 10px;
}

.practiceList .content {
	display: none;
}
li.expandable .content {
	padding:0 0 13px 10px;
}
li.expandable .content a{
	color:#000;
	font-size:13px;
	display:inline-block;
	margin-bottom:10px;
}
li.expandable .content a:hover{
	text-decoration:underline;
}
li.expandable .content a:before{
	content:"\2022";
	display:inline-block;
	width:10px;
}
#professionals_detail h3.admissions, #professionals_detail h3.education, #professionals_detail h3.recognition {
	font-size: 18px;
	text-transform: uppercase;
	margin: 1em 0 .5em 0;
	padding:0;
	font-family: "proxima-nova-condensed", sans-serif;
	font-weight: normal;
}
#professionals_detail span.education, #professionals_detail span.admissions  {
	display: block;
}
span.education ul.ckinput, span.admissions ul.ckinput {
	margin:0;
	list-style-type:none;
	padding:0;
	font-size:13px;
}

#professionals_detail ul.open-list h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	font-family: "proxima-nova-condensed", sans-serif;
	font-weight: normal;
}
/*
#professionals_detail ul.open-list.first {
	margin-top:20px;
}
*/
#professionals_detail div.minorContent {
	margin-top:20px;
}
#staticcontent #panel_head_resources, #news_detail  #panel_head_resources{
	display:none!important;
}

#news_landing .filterbyContainer {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*
#professionals_detail .majorContent #bioView {
	display: none;
}

#professionals_detail .majorContent #newsPubsView {
	display: none;
}
*/
#professionals_detail .majorContent .personal {
	margin-bottom: 20px;
}

#professionals_detail .majorContent .personal figure {
	margin: 0;
	float: left;
}

#professionals_detail .majorContent .personal figure > img {
	width: 104px;
	display: block;
	margin-right: 13px;
}

#professionals_detail .majorContent .personal .contantInfoTitle {
	display: none;
}

#professionals_detail .majorContent .personal .left {
	padding: 17px 0 14px 0;
}

#professionals_detail .majorContent .personal  .left .name {
	line-height: 22px;
	color: #660000;
	font-size: 18px;
	font-family: "proxima-nova-condensed", sans-serif;
}

#professionals_detail .majorContent .personal .left .title {
	line-height: 18px;
	color: #474747;
	font-size: 14px;
}

#professionals_detail .majorContent .personal .right {
	zoom: 1;
	overflow: hidden;
}

#professionals_detail .majorContent .personal .right .fax {
	line-height: 23px;
	font-size: 15px;
}

#professionals_detail .majorContent .personal .right .fax > a {
	color: #474747;
	text-decoration: none;
}

#professionals_detail .majorContent .personal .right .email {
	line-height: 23px;
	font-size: 15px;
}

#professionals_detail .majorContent .personal .right .email > a {
	color: #660000;
	text-decoration: none;
}

#professionals_detail .majorContent .personal .right .phone {
	line-height: 23px;
	font-size: 15px;
	color: #660000;
}

#professionals_detail .majorContent .personal .right .phone > a {
	text-decoration: none;
	color: #660000;
}
#professionals_detail .majorContent .personal .right span.lbl {
	color:#474747;
}
#professionals_detail .majorContent .personal .right .socialLink {
	padding: 4px 0 0 0;
	height: 31px;
}

#professionals_detail .majorContent .personal .right .socialLink > a {
	margin-left: 7px;
	width: 31px;
	height: 31px;
	float: left;
	background-size:cover!Important;
}

#professionals_detail .majorContent .personal .right .socialLink > a:first-child {
	margin: 0;
}

#professionals_detail .majorContent .personal .right .socialLink .facebook {
    background: url('../img/fb-small.png') no-repeat;
}

#professionals_detail .majorContent .personal .right .socialLink .linkedIn {
    background: url('../img/in-small.png') no-repeat;
}

#professionals_detail .majorContent .personal .right .socialLink .twitter {
    background: url('../img/tw-small.png') no-repeat;
}

#professionals_detail .majorContent .personal .right .socialLink .xing {
    background: url('../img/xing-small.png') no-repeat;
}

#professionals_detail .majorContent .personal .right .vCard {
	display: none;
}

#professionals_detail .majorContent .recognition {
	
}

#professionals_detail .majorContent #repMatterView {
	display: none;
}

#professionals_detail .minorContent figure {
	margin: 0;
	float: left;
}

#professionals_detail .minorContent figure > img {
	width: 104px;
	display: block;
	margin-right: 13px;
}

.printOnly {
    display: none;
}

.qaGeneral {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.qaGeneral > li {
	border-top: 1px solid #9B9B9B;
	padding-top: 17px;
	margin-top: 17px;
}

.qaGeneral .a {
	font-size: 13px;
	display: none;
}

.qaGeneral .a .resources {
	padding: 17px 0 10px 0;
}

.qaGeneral .q {
	font-family: "proxima-nova-condensed", sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
}

.qaGeneral .q:after {
	width: 14px;
	height: 14px;
	background: url('../img/p-m.png') no-repeat;
	content: '';
	position: absolute;
	top: 2px;
	right: 8px;
}

.qaGeneral .opened .q:after {
	background-position: left -14px;
}

#rep_matters .filterbyContainer .f_left {
	width: 80%;
	float: left;
}

#rep_matters .filterbyContainer .f_left.label {
	float: left;
	width: 15%;
	margin-left: 5% !important;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
}

#rep_matters .filterbyContainer .f_left.label:first-child {
	position: absolute;
	top: -36px;
	left: 10px;
	height: 35px;
	padding: 0 12px;
	border-top: 1px solid #9B9B9B;
	border-left: 1px solid #9B9B9B;
	border-right: 1px solid #9B9B9B;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	color: #660000;
	font-family: "proxima-nova-condensed", sans-serif;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 100%);
	width: auto;
	float: none;
	margin: 0 !important;
}

#rep_matters .units.small {
	margin: 0 -10px;
}

.resources {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 10;
}
.rightContent ul.resources {
	padding-bottom:20px
}
ul.resources:before {
	content:"RESOURCES";
	color: #660000;
	display:block;
	padding-bottom:10px;
	font-family:"proxima-nova-condensed", sans-serif;
	font-size:18px;
}
ul.resources ul.resources:before {
	display:none;
}
.resources > li {
	margin-top: 18px;
	position: relative;
	min-height: 36px;
	padding-left: 43px;
	color: #333333;
}

.resources > li:first-child {
	margin: 0;
}

.resources > li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 36px;
	height: 36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.resources > li > div {
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	font-size: 12px;
}

.resources > li > div > a {
	line-height: 18px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.resources .dl:after {
    background: #660000 url('../img/download.png') no-repeat center center;
}

.resources .pg:after {
    background: #660000 url('../img/link.png') no-repeat center center;
}

.rightContent div.hero {
    background: url('http://dev.icxfrontendcore.icvmgroup.net/img/right_hero2.jpg') no-repeat;
}

.rightContent img.hero {
    width: 100%;
	max-width: 100%;
	display: block;
	border: 0 none;
}
img.autoHeight_mobile {
	max-width:100%!Important;
	height:auto!important;
}
.rightResources {
    background: url('../img/g.png') repeat-x;
	margin: 0 -10px;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
	margin-top:15px;
	padding: 17px 10px;
	position: relative;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset, 0 3px 3px -3px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset, 0 3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset, 0 3px 3px -3px rgba(0,0,0,0.35) inset;
	min-height: 0 !important;
}
ul + .rightResources {
	margin-top:0
}
ul.IPP_bar + .rightResources {
-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.rightResources:before {
    background: url('../img/diag.png') repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	z-index: 1;
}

.rightResources .subHead {
	position: relative;
	z-index: 10;
	margin-bottom: 16px;
	font-family: "proxima-nova-condensed", sans-serif;
	display: block !important;
}

.rss {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 42px;
	height: 35px;
	line-height: 35px;
    background: url('../img/rss.png') no-repeat;
}

.subHead {
	color: #660000;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 16px;
}

.subheadLink {
	display: none;
}

.simple-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.simple-list > li {
	border-top: 1px solid #9B9B9B;
	font-size: 15px;
	line-height: 18px;
	margin-top: 17px;
	padding-top: 17px;
}

.simple-list > li:first-child {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#subnav {
	display: none;
}

.tabs {
	margin: 60px -10px 0 -10px;
	position: relative;
	border-top: 1px solid #9B9B9B;
	padding: 15px 20px 15px 20px;
	background: #f7f6f6;
	background: -moz-linear-gradient(top,  #f7f6f6 0%, #ffffff 15%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(15%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f7f6f6 0%,#ffffff 15%,#ffffff 100%);
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
}

.tabs .tab .custom {
	margin: 0 0 15px;
	display: block;
	height: 30px;
	font-size: 18px;
	width: 100%;
}

.tabs .tab .linkContainer {
	font-family: "proxima-nova-condensed", sans-serif;
}

.tabs .tabs-nav {
	position: absolute;
	top: -36px;
	left: 10px;
	height: 36px;
	overflow: hidden;
}

.tabs .tabs-nav > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs .tabs-nav > ul > li {
	float: left;
	margin-left: 2px;
}

.tabs .tabs-nav > ul > li:first-child {
	margin: 0;
}

.tabs .tabs-nav > ul > li > a {
	height: 34px;
	padding: 0 8px;
	border: 1px solid #9B9B9B;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
	color: #660000;
	font-family: "proxima-nova-condensed", sans-serif;
	width: auto;
	float: none;
	margin: 0 !important;
	display: block;
	text-decoration: none;
}

.tabs .tabs-nav > ul > li > a.active {
	height: 35px;
	border-bottom: 0 none;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#f7f7f7 100%);
}

.units {
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
}

.units > li {
	line-height: 18px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #9B9B9B;
	font-size: 12px;
	line-height: 18px;
}

.units > li:first-child {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.units .subList > a {
	color: #660000;
	text-decoration: none;
}

.units .subList .cat {
	display: block;
	font-weight: bold;
	margin-top: 18px;
}

.units .subTitle {
	color: #2b2b2b;
}

.units .title {
	color: #660000;
	line-height: 22px;
	font-size: 15px;
	font-family: "proxima-nova-condensed", sans-serif;
	text-decoration: none;
}

.units .txt {
	/*font-style: italic;*/
}

.units.small > li, .units.small > li:first-child {
	margin: 0;
	padding: 10px;
}

.units.small .subTitle {
	font-size: 12px;
}

.units.small .title {
	line-height: 20px;
	font-size: 15px;
}

.unitsHeader {
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin: 0 -10px;
}

.unitsHeader > a {
	padding: 8px 35px 8px 10px;
	line-height: 20px;
	color: #660000;
	font-size: 18px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	display: block;
	position: relative;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed", sans-serif;
}

.unitsHeader > a:after {
	width: 10px;
	height: 17px;
	position: absolute;
	top: 9px;
	right: 13px;
	background: url('../img/arrow.png') no-repeat;
	content: '';
}

#videos .tags {
	font-size: 12px;
    line-height: 18px;
	margin-top: 18px;
}

#videos .tags .cat {
	display: block;
	font-weight: bold;
}

#videos .videoList {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #CDCDCD;
}

#videos .videoList > li {
	display: block;
	border-top: 1px solid #CDCDCD;
	padding: 10px 0 10px 10px;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
}

#videos .videoList > li.hasContent:after {
	width: 14px;
	height: 14px;
	content: '';
	top: 54px;
	right: 12px;
	position: absolute;
	background: url('../img/p-m.png') no-repeat;
}

#videos .videoList > li.opened:after {
	background-position: left -14px;
}

#videos .videoList .video-hidden {
	padding-top: 20px;
	clear: both;
}

#videos .videoList .expander {
	zoom: 1;
	overflow: hidden;
	font-family: 'proxima-nova-condensed', sans-serif;
	min-height: 100px;
	cursor: pointer;
	padding-right: 40px;
	color: #660000;
	float: none;
	display: inline-block;
}

#videos .videoList .expander .txt {
	display: table-cell;
	height: 100px;
	vertical-align: middle;
}

#videos .videoList .expander .txt p {
	margin: 18px 0;
}

#videos .videoList .resources {
	margin: 0 0 18px 0;
}

#videos .videoList .tags {
	margin: 0 0 18px 0;
}

#videos .videoList .videoBlock {
	float: left;
	width: 150px;
	height: 100px;
	background: #000000;
	margin-right: 20px;
  background-size: cover !important;
}

#videos .videoList .video-hidden {
	display: none;
}
.FWM .videoContentContainer { 
  display: flex; 
  flex-wrap: wrap; 
}

.FWM .vidInfoContainer { 
  flex: 0 0 100%
}

.FWM#videos .videoList .expander {
  flex: 1 0;
}

#videos .videoList .tags {
    margin: 10px 0 18px 0;
}
.wrapper {
	padding: 10px;
}
.wrapper:before,
.wrapper:after {
	display: table;
	line-height: 0;
	content: '';
}

.wrapper:after {
	clear: both;
}

.wrapper .padding {
	padding: 0;
}

/* Modal Popup */
#overlay {
	width:100%;
	height:100%;
	background:url(../img/overlay_bg.png);
	z-index:99;
	position:absolute;
	left:0;
	top:0;
}
#scrollcontainer {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:auto;
}
#modalPopup {
	position:absolute;
	z-index:100;
	height:auto!important;
	width:95%;
	top:2.5%;
	left:2.5%;
	top:50px;
	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 .popup_head {
	background:url(../img/popup_header.gif) left top no-repeat;
	/* border-bottom:1px dashed #CCCCCC; */
	padding-bottom:15px;
	font-weight:700;
	color:#660000;
	font:19px "museo-slab",serif;
	margin-bottom:15px;
	height:30px;
}
#modalPopup .popup_head.email {
	background:none;
	height:19px;
}
#modalPopup .popup_head.email:before {
	content:"Email Disclaimer";
}
ul.shareIcons li {
	line-height:27px!important;
	height:25px!Important
}
ul.shareIcons li span {
	width:26px!important;
	height:26px!important;
	background:url(../img/share_Icons_mobile.png) no-repeat!Important;
}
ul.shareIcons li a:hover span {
	width:28px!important;
	height:28px!important;
}
ul.shareIcons li.linkedIn span {
	background-position: 0px -1px!important;
}
ul.shareIcons li.twitter span {
	background-position: 0px -36px!important;
}
ul.shareIcons li.stumbleupon span {
	background-position: 0px -71px!Important;
}
ul.shareIcons li.digg span {
	background-position: 0px -106px!important;
}
ul.shareIcons li.facebook span {
	background-position: 0px -141px!important;
}
ul.shareIcons li.google span {
	background-position: 0px -176px!important;
}
ul.shareIcons li.technorati span {
	background-position: 0px -211px!important;
}
ul.shareIcons li.del span {
	background-position: 0px -246px!important;
}
ul.shareIcons li a {
	font-size:13px!important;
	padding-left:32px!important;
}
a.sendLink {
	display: block!important;
	height: 25px!important;
	line-height: 27px!important;
	background: url("../img/share_mail_icon_mobile.png") no-repeat!important;
	padding-left: 35px!important;
	margin-top: 8px!important;
	right: 3px!important;
	font-size: 15px!important;
}
#modalPopup iframe {
	width:100%;
	min-height:360px;
	border:0;
}
#modalPopup .inner {
	position:relative;
	top:-3px;
	height:100%!Important;
	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+ */	
}
.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 .inner .popup_content {
	font:13px "nimbus-sans",sans-serif;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup .inner  {
	font:13px "nimbus-sans",sans-serif;
	color:#474747;
	line-height:1.3;
	margin:0;
}
#modalPopup .inner a.continueEmail {
	padding-right:10px;
	position:relative;
	display:inline-block;
	color:#660000;
	font: 15px "museo-slab",serif;
	font-weight:700;
	text-decoration:none;
}
#modalPopup .inner a.continueEmail:after {
	content: "\25ba";
	font-size: 10px;
	positioN: absolute;
	right: 0;
	line-height: 9px;
	margin-right: -3px;
	top: 5px;
}
#modalPopup .inner a.continueEmail:hover {
	text-decoration:underline;
}
#load_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.7);
	z-index:99;
}
#load_overlay .spinner {
	background:url(../img/ajax-loader.gif) no-repeat;
	width:64px;
	height:64px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
}

.open-list-special {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

	.attorneyList .attorney-box {
		background: url('../img/arrow@2x.png') no-repeat right center;
		-webkit-background-size: 10px 17px;
		-moz-background-size: 10px 17px;
		-o-background-size: 10px 17px;
		background-size: 10px 17px;
	}
	
	#footerNavSocial .socialLink > a {
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}

	#footerNavSocial .socialLink .facebook {
		background: url('../img/fb@2x.png') no-repeat;
	}

	#footerNavSocial .socialLink .linkedIn {
		background: url('../img/in@2x.png') no-repeat;
	}

	#footerNavSocial .socialLink .share {
		background: url('../img/sh@2x.png') no-repeat;
	}

	#footerNavSocial .socialLink .twitter {
		background: url('../img/tw@2x.png') no-repeat;
	}
	
	#footerNavSocial .socialLink .youTube {
		background: url('../img/you@2x.png') no-repeat;
	}
	
	#footer .icxlegal {
		background: url('../img/icxlegal@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	header .logoType {
		background: url('../img/logo@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	header .main-nav-button {
		background: url('../img/main-nav-button@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%; 
		background-size: 100% 200%;
	}
	
	#home .homepage-slider .bx-controls .bx-next {
		background: url('../img/homepage-slider-next@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	#home .homepage-slider .bx-controls .bx-prev {
		background: url('../img/homepage-slider-prev@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#home .homepage-slider .more {
		background: url('../img/more@2x.png') no-repeat 10px 5px;
		-webkit-background-size: 14px 21px;
		-moz-background-size: 14px 21px;
		-o-background-size: 14px 21px;
		background-size: 14px 21px;
	}
	
	.IPP_bar > li > a:after {
		background: url('../img/arrow@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#leftNav > ul > li > a:after {
		background: url('../img/arrow@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#leftNav > ul > li:first-child > a:after {
		background: url('../img/p-m@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	
	#mainNav .wrapper > ul > li > a:after {
		background: url('../img/nav-arrow@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	
	.open-list > li:first-child:after {
		background: url('../img/p-m@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	
	.open-list-special > li > a:after {
		background: url('../img/arrow@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}

	.open-list-special .click-header > a:after {
		background: url('../img/p-m@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	
	.practiceList > li > a {
		background: url('../img/arrow@2x.png') no-repeat center right;
		-webkit-background-size: 10px 17px;
		-moz-background-size: 10px 17px;
		-o-background-size: 10px 17px;
		background-size: 10px 17px;
	}
	
	#professionals_detail .majorContent .personal .right .socialLink > a {
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	#professionals_detail .majorContent .personal .right .socialLink .facebook {
		background: url('../img/fb-small@2x.png') no-repeat;
	}

	#professionals_detail .majorContent .personal .right .socialLink .linkedIn {
		background: url('../img/in-small@2x.png') no-repeat;
	}

	#professionals_detail .majorContent .personal .right .socialLink .twitter {
		background: url('../img/tw-small@2x.png') no-repeat;
	}

	#professionals_detail .majorContent .personal .right .socialLink .xing {
		background: url('../img/xing-small@2x.png') no-repeat;
	}
	.qaGeneral .q:after {
		background: url('../img/p-m@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	
	.resources .dl:after {
		background: #660000 url('../img/download@2x.png') no-repeat center center;
		background-color:#660000;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.resources .pg:after {
		background: #660000 url('../img/link@2x.png') no-repeat center center;
		background-color:#660000;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.rightResources {
		background: url('../img/g@2x.png') repeat-x;
		-webkit-background-size: 1px 118px;
		-moz-background-size: 1px 118px;
		-o-background-size: 1px 118px;
		background-size: 1px 118px;
	}
	
	.rightResources:before {
		background: url('../img/diag@2x.png') repeat;
		-webkit-background-size: 4px 4px;
		-moz-background-size: 4px 4px;
		-o-background-size: 4px 4px;
		background-size: 4px 4px;
	}
	
	.rss {
		background: url('../img/rss@2x.png') no-repeat;
		-webkit-background-size: 34px 35px;
		-moz-background-size: 34px 35px;
		-o-background-size: 34px 35px;
		background-size: 34px 35px;
	}
	
	#videos .videoList > li:after {
		background: url('../img/p-m@2x.png') no-repeat;
		-webkit-background-size: 100% 200%;
		-moz-background-size: 100% 200%;
		-o-background-size: 100% 200%;
		background-size: 100% 200%;
	}
	.unitsHeader > a:after {
		background: url('../img/arrow@2x.png') no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	   
}


#filterform input[type="submit"] {
  display: none;
}

#filterform input[type="submit"] {
  display: none;
}

/* ==========================================================================
   Fancybox 3
   ========================================================================== */

.fancybox-slide,
.fancybox-slide--current {
  width: 100%;
  padding: 0;
  
}

.fancybox-iframe {
  border: 5px solid white;
	border-radius: 3px;
}

/* leave at bottom */
#csscheck {
		min-width: 320px;
} 
/* [Framework Variant Css - PhillipsNizer 1.0 */

#blogs a.name.title { 
	font-size: 18px;
	
	}
#FAQs .a { 
	position: relative;
	padding-left: 5px;
	
	}
#FAQs .a:before { 
	display: none;
	
	}
#FAQs .q { 
	padding-left: 5px;
	
	}
#FAQs .q:before { 
	display: none;
	
	}
#featuredAttorneys .controls { 
	display: none;
	
	}
#footer { 
	display: flex;
	flex-direction: column;
	background: #0e4270;
	position: relative;
	
	}
#footer .content { 
	color: #ffffff;
	padding: 0 0 32px 0;
	
	}
#footer .content .copyright { 
	font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
	display: block;
	line-height: 16px;
	
	}
#footer .content .smallTxt { 
	font-size: 15px;
	margin: 0;
	line-height: 16px;
	
	}
#footer .logo.icxlegal { 
	background: url('/siteFiles/746c37e7-1b5a-45d2-acde-23265d2a7c46/custom/images/icx_logo_white.png') no-repeat;
	width: 132px;
	margin: 0 auto;
	right: inherit;
	position: relative;
	
	}
#footer .wrapper { 
	order: 2;
	text-align: center;
	padding: 0 10px;
	
	}
#footerNav { 
	padding: 0;
	
	}
#footerNav .sep { 
	color: #fff;
	margin: 0  10px;
	
	}
#footerNav > ul > li { 
	text-transform: uppercase;
	font-size: 14px;
	vertical-align: top;
	line-height: 23px;
	margin: 0;
	color: #000;
	letter-spacing: normal;
	display: inline;
	
	}
#footerNav > ul > li > a { 
	text-transform: inherit;
	line-height: 20px;
	color: #fff;
	
	}
#footerNav > ul > li > a:hover { 
	#footerNav > ul > li > a: hover;
	color: #858f98;
	
	}
#footerNavSocial .socialLink { 
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
	height: auto;
	line-height: 0;
	order: 2;
	margin: 30px 0;
	
	}
#footerNavSocial .socialLink > a { 
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 0 0;
	background-size: cover!important;
	width: auto;
	height: auto;
	
	}
#footerNavSocial .wrapper { 
	padding: 0 0 20px;
	display: flex;
	flex-direction: column;
	
	}
#home #heroBar { 
	position: relative;
	height: 300px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	}
#home #lowerCallouts .wrapper { 
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	padding: 0;
	display: flex;
	flex-direction: column;
	
	}
#home #lowerCallouts article { 
	padding: 0 10px 20px;
	display: block;
	
	}
#home .attorney { 
	display: block;
	
	}
#home .homepage-slider { 
	display: none;
	background: rgba(0,0,0,.54);
	-moz-box-shadow: none;
	overflow: hidden;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	
	}
#home .homepage-slider .bx-controls { 
	text-align: left;
	background: transparent;
	height: auto;
	position: relative;
	
	}
#home .homepage-slider .bx-controls .bx-next { 
	display: none;
	
	}
#home .homepage-slider .bx-controls .bx-pager { 
	vertical-align: top;
	display: inline-block;
	margin: 0 10px;
	list-style-type: none;
	padding: 10px 0 15px;
	
	}
#home .homepage-slider .bx-controls .bx-pager .bx-pager-item  .bx-pager-link { 
	-moz-border-radius: 5px;
	text-indent: -999px;
	background: transparent;
	text-decoration: none;
	font-size: 0;
	border-radius: 20px !important;
	height: 10px;
	-webkit-border-radius: 5px;
	display: block;
	width: 10px;
	line-height: 0;
	border: 2px solid #fff;
	
	}
#home .homepage-slider .bx-controls .bx-pager .bx-pager-item  .bx-pager-link.active { 
	background: #0e4270;
	border-color: #0e4270;
	
	}
#home .homepage-slider .bx-controls .bx-prev { 
	display: none;
	
	}
#home .homepage-slider .bx-viewport { 
	background: transparent;
	
	}
#home .homepage-slider .more.title { 
	-moz-border-radius: 16px;
	right: 0;
	background: none;
	border-radius: 0 !important;
	height: auto;
	-webkit-border-radius: 16px;
	top: 0;
	position: relative;
	border: 1px solid ;
	width: auto;
	display: inline-block;
	background-size: 0;
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 8px 10px;
	
	}
#home .homepage-slider .more.title:after { 
	position: relative;
	top: -1px;
	margin: 0 0 0 10px;
	border-left: 1px solid;
	padding: 0 0 0 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	#home .homepage-slider .more.title: after;
	content: "\f061";
	display: inline-block;
	white-space: pre;
	font-size: 11px;
	line-height: inherit;
	
	}
#home .homepage-slider .more.title:before { 
	#home .homepage-slider .more.title: before;
	content: "Learn More";
	font-family: "open-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	
	}
#home .homepage-slider .more.title:hover { 
	#home .homepage-slider .more.title: hover;
	color: #0e4270;
	
	}
#home .homepage-slider h1 { 
	padding-bottom: 5px;
	font-size: 20px;
	margin: 0 0 5px 0;
	text-transform: inherit;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	
	}
#home .homepage-slider h2 { 
	line-height: 24px;
	font-weight: normal;
	text-transform: inherit;
	margin: 0 0 5px 0;
	font-size: 20px;
	color: #FFFFFF;
	padding-bottom: 5px;
	
	}
#home .homepage-slider ul > li { 
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	color: #fff;
	-moz-box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px;
	line-height: 24px;
	
	}
#home .homepage-slider ul > li > p { 
	display: none;
	
	}
#home .homepage-slider-image { 
	margin: 0;
	z-index: 1;
	height: 100%;
	max-width: 100%;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	
	}
#home header { 
	background: transparent;
	
	}
#leftNav { 
	min-height: 47px;
	margin: -10px -10px 10px -10px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	
	}
#leftNav > ul  > li:first-child > a { 
	background: #0e4270;
	color: #ffffff;
	
	}
#leftNav > ul  > li:first-child > a:active { 
	color: #0e4270;
	
	}
#leftNav > ul  > li:first-child > a:after { 
	height: auto;
	background: none;
	margin-top: 0;
	top: 10px;
	width: auto;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	
	}
#leftNav > ul  > li:first-child.opened > a { 
	background: #0e4270;
	
	}
#leftNav > ul  > li:first-child.opened > a:after { 
	background-position: none;
	content: "\f068";
	
	}
#leftNav > ul > li > a { 
	color: #0e4270;
	background: #F6F8F6;
	font-size: 18px;
	line-height: 32px;
	
	}
#leftNav > ul > li:first-child > a:after { 
	-webkit-background-size: 100% 200%;
	
	}
#leftNav ul > li.selected { 
	font-size: 22px;
	line-height: 32px;
	background: #0e4270;
	color: #ffffff;
	
	}
#leftNav ul > li.selected > a { 
	line-height: 32px;
	font-size: 18px;
	background: none;
	color: #ffffff;
	
	}
#lowerCallouts #newsBox .headline { 
	padding: 20px 0;
	border-bottom: 1px solid #E0E0E0;
	
	}
#lowerCallouts #newsBox p { 
	display: none;
	margin: 0;
	
	}
#lowerCallouts .date { 
	color: #636a71;
	letter-spacing: .05em;
	font-weight: 600;
	font-size: 14px;
	
	}
#lowerCallouts .subHead { 
	padding: 20px 0 0;
	font-family: "proxima-nova",sans-serif;
	color: #0e4270;
	line-height: 26px;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	
	}
#lowerCallouts article#newsBox h2 a { 
	color: #000000;
	font-size: 17px;
	
	}
#lowerCallouts h2 { 
	margin: 0 0 5px;
	
	}
#mainNav { 
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	font-weight: normal;
	background-color: #0e4270;
	
	}
#mainNav .wrapper { 
	padding: 70px 0 0 0;
	
	}
#mainNav .wrapper > ul { 
	margin: 0;
	list-style-type: none;
	padding: 0;
	border-top: 0;
	
	}
#mainNav .wrapper > ul > li { 
	margin-bottom: 0;
	border-bottom: 0;
	
	}
#mainNav .wrapper > ul > li > a { 
	border-radius: 0 !important;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
	border: none;
	text-transform: uppercase;
	font-size: 30px;
	height: auto;
	line-height: 30px;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	
	}
#mainNav .wrapper > ul > li > a:active { 
	background: transparent;
	color: #000;
	border: none;
	
	}
#mainNav .wrapper > ul > li > a:after { 
	display: none;
	
	}
#mainNav .wrapper > ul > li > a:hover { 
	#mainNav .wrapper > ul > li > a: hover;
	color: #858f98;
	
	}
#modalPopup .inner a.continueEmail { 
	color: #0e4270;
	
	}
#modalPopup .popup_head { 
	color: #0e4270;
	
	}
#news_detail .sourceInfo { 
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	display: block;
	color: #858f98;
	font-weight: 500;
	
	}
#news_detail h4 { 
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 18px;
	color: #1F1F1F;
	
	}
#news_landing .filterbyContainer .f_left.label { 
	font-size: 14px;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	width: 15%;
	margin-left: 5% !important;
	
	}
#news_landing .filterbyContainer .f_left.label:first-child { 
	background: #F6F8F6;
	height: 35px;
	margin: 0 !important;
	-webkit-border-radius: 5px 5px 0 0;
	left: 10px;
	font-size: 18px;
	line-height: 35px;
	float: none;
	border-left: 1px solid #9B9B9B;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-top: 1px solid #9B9B9B;
	width: auto;
	text-transform: uppercase;
	top: -36px;
	position: absolute;
	border-right: 1px solid #9B9B9B;
	padding: 0 12px;
	color: #000;
	
	}
#professionals_detail .majorContent .personal  .left .name { 
	color: #000;
	font-size: 24px;
	
	}
#professionals_detail .majorContent .personal .left .title { 
	font-size: 20px;
	color: #000;
	line-height: 24px;
	
	}
#professionals_detail .majorContent .personal .right { 
	overflow: hidden;
	zoom: 1;
	
	}
#professionals_detail .majorContent .personal .right .email > a { 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #0e4270;
	
	}
#professionals_detail .majorContent .personal .right .email > a:hover { 
	color: #1F1F1F;
	
	}
#professionals_detail .majorContent .personal .right .fax { 
	font-size: 18px;
	line-height: 23px;
	
	}
#professionals_detail .majorContent .personal .right .fax > a { 
	color: #0e4270;
	
	}
#professionals_detail .majorContent .personal .right .phone { 
	color: #000;
	font-size: 18px;
	line-height: 28px;
	
	}
#professionals_detail .majorContent .personal .right .phone > a { 
	color: #0e4270;
	
	}
#professionals_detail .majorContent .personal .right .socialLink > a { 
	float: left;
	margin-left: 10px;
	width: auto;
	height: auto;
	background-size: inherit;
	
	}
#professionals_detail .majorContent .personal .right span.lbl { 
	color: #000;
	
	}
#professionals_detail .majorContent .personal figure { 
	margin: 0 15px 0 0;
	
	}
#professionals_detail .majorContent .personal figure > img { 
	margin-right: 0;
	display: block;
	width: 130px;
	
	}
#professionals_detail h3.admissions { 
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	margin: 20px 0 5px;
	text-transform: uppercase;
	padding: 0;
	color: #000000;
	
	}
#professionals_detail h3.education { 
	font-weight: 500;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	margin: 20px 0 5px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	
	}
#professionals_detail h3.recognition { 
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	margin: 20px 0 5px;
	padding: 0;
	font-weight: 500;
	color: #000000;
	
	}
#professionals_detail ul.open-list h3 { 
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	border: none;
	
	}
#rep_matters .filterbyContainer .f_left.label { 
	font-size: 18px;
	float: left;
	margin-left: 5% !important;
	width: 15%;
	line-height: 30px;
	text-transform: uppercase;
	
	}
#rep_matters .filterbyContainer .f_left.label:first-child { 
	border-right: 1px solid #9B9B9B;
	position: absolute;
	padding: 0 12px;
	width: auto;
	background: #F6F8F6;
	border-left: 1px solid #9B9B9B;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #9B9B9B;
	-moz-border-radius: 5px 5px 0 0;
	top: -36px;
	left: 10px;
	line-height: 35px;
	font-size: 18px;
	float: none;
	text-transform: uppercase;
	height: 35px;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 0 !important;
	color: #000;
	
	}
#videos .tags { 
	padding-top: 10px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 24px;
	
	}
#videos .tags .cat { 
	display: block;
	font-weight: normal;
	
	}
#videos .videoList .expander { 
	font-size: 22px;
	color: #0e4270;
	
	}
#videos .videoList > li { 
	background: #F6F8F6;
	border-top: 1px solid #CDCDCD;
	display: block;
	position: relative;
	padding: 10px 0 10px 10px;
	
	}
.attorneyList { 
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
	
	}
.attorneyList .attorney-box { 
	display: block;
	text-decoration: none;
	border-right: none;
	padding: 0;
	background: none;
	
	}
.attorneyList .attorney-box .about .name { 
	line-height: 24px;
	color: #0e4270;
	font-size: 18px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	
	}
.attorneyList .attorney-box .about .title { 
	text-transform: capitalize;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 26px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	
	}
.attorneyList .attorney-box .headShot { 
	margin: 0 10px 0 0;
	
	}
.attorneyList .attorney-box .headShot > img { 
	display: block;
	width: 60px;
	margin: 0;
	
	}
.attorneyList > li { 
	border-bottom: 1px solid #858f98;
	padding: 15px 10px;
	
	}
.filterbyContainer { 
	-moz-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	background: #F6F8F6;
	border-top: 1px solid #9B9B9B;
	box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	margin: 60px -10px 0 -10px;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.35) inset;
	position: relative;
	padding: 25px 20px 0 20px;
	
	}
.filterbyContainer .f_left select { 
	font-size: 22px;
	height: auto;
	width: 100%;
	
	}
.filterbyContainer .f_left.label:first-child { 
	background: #F6F8F6;
	color: #000;
	
	}
.full-site { 
	color: #fff;
	text-transform: inherit;
	
	}
.full-site:hover { 
	.full-site: hover;
	color: #858f98;
	
	}
.IPP_bar .active > a { 
	color: #ffffff;
	cursor: default;
	
	}
.IPP_bar > li > a { 
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
	background: #0e4270;
	
	}
.news-content-wrapper .title:hover { 
	.news-content-wrapper .title: hover;
	color: #1F1F1F;
	
	}
.open-list > li > a { 
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 7px 10px;
	
	}
.open-list > li:first-child { 
	background: #EFF1EF;
	border-top: 1px solid #CDCDCD;
	display: block;
	cursor: pointer;
	padding: 8px 35px 8px 10px;
	position: relative;
	
	}
.open-list > li:first-child > h3 { 
	color: #0e4270;
	border: none;
	
	}
.open-list-special { 
	display: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	
	}
.open-list-special .click-header > a { 
	padding: 10px;
	background: #0e4270;
	font-size: 22px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: 38px;
	text-transform: uppercase;
	border-radius: 0 !important;
	line-height: 38px;
	color: #fff;
	
	}
.open-list-special .click-header > a:active { 
	padding: 10px;
	-webkit-border-radius: 6px;
	text-transform: uppercase;
	color: #fff;
	line-height: 38px;
	font-size: 22px;
	background: #0e4270;
	border-radius: 0 !important;
	height: 38px;
	-moz-border-radius: 6px;
	
	}
.open-list-special .click-header > a:after { 
	margin-top: 0;
	background: none;
	width: auto;
	top: 0;
	height: auto;
	font-weight: normal;
	position: relative;
	right: 0;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	float: right;
	
	}
.open-list-special .click-header.opened > a { 
	color: #1F1F1F;
	
	}
.open-list-special .click-header.opened > a:after { 
	background-position: inherit;
	content: "\f077";
	
	}
.open-list-special > li { 
	border-bottom: 1px solid #FFFFFF;
	display: none;
	
	}
.open-list-special > li > a { 
	background: #fff;
	color: #0e4270;
	
	}
.open-list-special > li:last-child > a { 
	border-radius: 0 !important;
	
	}
.pageTitle.subHead { 
	background: #fff;
	color: #0e4270;
	border-bottom: none;
	padding: 0 !important;
	margin: 20px 0 !important;
	font-size: 26px;
	line-height: 26px;
	font-family: "proxima-nova",sans-serif;
	letter-spacing: .1em;
	font-weight: 600;
	
	}
.practiceList > li > a { 
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #0e4270;
	
	}
.qaGeneral .a { 
	font-size: inherit;
	display: none;
	
	}
.qaGeneral .q { 
	font-size: 22px;
	line-height: 26px;
	cursor: pointer;
	position: relative;
	padding-right: 50px;
	margin-bottom: 5px;
	
	}
.qaGeneral .q a { 
	color: #000;
	
	}
.resources .dl:after { 
	background-color: #000;
	
	}
.resources .pg:after { 
	background-color: #0e4270;
	
	}
.resources > li > div > a { 
	color: #0e4270;
	line-height: 32px;
	font-weight: normal;
	font-size: 18px;
	
	}
.rightResources { 
	min-height: 0 !important;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #fff;
	margin: 10px 0 0;
	padding: 0 0 10px;
	position: relative;
	border: 0;
	
	}
.rightResources:before { 
	display: none;
	
	}
.rss { 
	font-size: 18px;
	background: url('../img/rss.png') no-repeat;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding-left: 42px;
	font-weight: normal;
	
	}
.searchField { 
	padding: 5px;
	color: #FFFFFF;
	border: none;
	border-radius: 0 !important;
	background: #A1B4BC;
	
	}
.simple-list > li { 
	padding-top: 17px;
	margin-top: 17px;
	line-height: 20px;
	font-size: 18px;
	border-top: 1px solid #9B9B9B;
	
	}
.subHead { 
	color: #0e4270;
	
	}
.tabs { 
	-moz-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	background: #f7f6f6;
	position: relative;
	padding: 15px 20px 15px 20px;
	border-top: 1px solid #9B9B9B;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.35) inset;
	margin: 60px -10px -10px -10px;
	
	}
.tabs .tab .custom { 
	font-size: 18px;
	height: 30px;
	margin: 0 0 15px;
	display: block;
	width: 100%;
	
	}
.tabs .tabs-nav > ul > li > a { 
	color: #0e4270;
	
	}
.tabs .tabs-nav > ul > li > a.active { 
	border-bottom: 0 none;
	background: #f7f7f7;
	height: 35px;
	
	}
.units .subList .cat { 
	margin-top: 18px;
	display: block;
	font-weight: normal;
	
	}
.units .subList > a { 
	font-size: 20px;
	font-weight: normal;
	color: #0e4270;
	
	}
.units .subTitle { 
	color: #2b2b2b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0 10px;
	
	}
.units .title { 
	font-size: 18px;
	line-height: 24px;
	color: #0e4270;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	display: block;
	
	}
.units > li { 
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #9B9B9B;
	line-height: 28px;
	font-size: 18px;
	
	}
.unitsHeader { 
	margin: 0 -10px;
	border: none;
	border-bottom: 1px solid #C5C5C5;
	
	}
.unitsHeader > a { 
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF !important;
	background: #0e4270;
	
	}
.unitsHeader > a:after { 
	top: 9px;
	position: absolute;
	right: 13px;
	width: auto;
	content: "\f0a9";
	background: none;
	height: auto;
	font-family: "Font Awesome 5 Free";
	
	}
.wrapper { 
	padding: 10px 10px 20px;
	
	}
a { 
	color: #0e4270;
	
	}
a.cklink { 
	color: #0e4270;
	
	}
body { 
	min-width: 320px;
	-webkit-text-size-adjust: none;
	background: #FFFFFF;
	color: #000;
	line-height: 26px;
	height: 100%;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	position: relative;
	font-weight: 300;
	
	}
footer#footer a.icxlegal { 
	bottom: 25px;
	background: url("/siteFiles/746c37e7-1b5a-45d2-acde-23265d2a7c46/custom/images/icx_logo_white.png") 0 0 no-repeat;
	
	}
h2 { 
	font-family: "proxima-nova",sans-serif;
	color: #0e4270;
	margin: 12px 0;
	line-height: 22px;
	font-size: 18px;
	font-weight: 500;
	
	}
h3 { 
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	letter-spacing: .05em;
	border-bottom: 1px solid #d1d1d1;
	margin: 20px 0 5px;
	text-transform: uppercase;
	
	}
h3.pageTitle { 
	margin: 12px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	
	}
h4 { 
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	margin: 12px 0;
	color: #0e4270;
	font-size: 18px;
	line-height: 22px;
	
	}
header { 
	z-index: 10;
	min-height: 60px;
	background: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	
	}
header .logoType { 
	top: 20px;
	
	}
header .main-nav-button { 
	-moz-border-radius: 6px;
	right: 10px;
	top: 15px;
	background: url('../img/main-nav-button.png') no-repeat;
	border-radius: 0 !important;
	-webkit-border-radius: 6px;
	height: 27px;
	cursor: pointer;
	position: absolute;
	border: 0;
	width: 29px;
	
	}
header .main-nav-button.opened { 
	border-color: #FFFFFF;
	background-position: left -27px;
	
	}
img { 
	border: 0;
	max-width: 100%;
	margin: 0 0 20px;
	
	}
span.admissions ul.ckinput { 
	font-size: 16px;
	margin: 0 0 0 40px;
	list-style-type: disc;
	padding: 0;
	
	}
span.education ul.ckinput { 
	padding: 0;
	font-size: 16px;
	margin: 0 0 0 40px;
	list-style-type: disc;
	
	}
ul.ckinput li { 
	margin-bottom: 10px;
	
	}
ul.resources:before { 
	color: #000;
	font-size: 20px;
	padding-top: 10px;
	
	}


/* [/Framework Variant Css - PhillipsNizer 1.0] */


/* [ Logo Css - /siteFiles/D0482438-1685-464C-9232-DB13A3660AC6/logo/logo-mobile1.png] */


		
			header a.logoType {
				background: url("/siteFiles/D0482438-1685-464C-9232-DB13A3660AC6/logo/logo-mobile1.png") repeat scroll 0 0 transparent;
				
						width : 300px;
						height : 20.5px;
					
			}
			#modalPopup .popup_head{
				background: url("/siteFiles/D0482438-1685-464C-9232-DB13A3660AC6/logo/logo-mobile1.png") no-repeat scroll 0 0 transparent;
				background-size:contain;
			}
		
	

/* [/ Logo Css ] */

/* [ Include Css - news_detail.inc] */


/* [/ Include Css ] */

/* [ Custom Css ] */

a:link,
#top-bar section.socialLink a:before{
   transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
}
b,
strong {
   font-weight: 500;
}

h4 a {
   text-decoration: underline;
}
h4 a:hover {
   text-decoration: none;
   opacity: .7
}
.subHead {
    flex: 0 1 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.subHead::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background: #0e426f;
    margin-right: 10px;
}

/*  TOP BAR  */
#top-bar {
    background: #0e4270;
}
#top-bar .top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   width: 990px;
   margin: 0 auto;
   height: 65px;
}
#top-bar .top-wrapper .socialLink {
   display: flex;
   flex-direction: row;
}
#top-bar .top-wrapper .socialLink  a{
   margin-right: 15px;
}
#top-bar .top-wrapper .socialLink a:hover{
  text-decoration: none
}
#top-bar .top-wrapper .socialLink a:hover:before{
  color: #aabac4 !important;
}
#top-bar .top-wrapper #sr_iframe {
   order: 3;
}



#home.FWM .homepage-slider-image {
   object-fit: cover;
}
.FWM header .main-nav-button {
   display: block;
   position: absolute;
   top: 30px !important;
   right: 10px !important;
   height: 3px !important;
   width: 35px;
   background: #000000 !important;
}
.FWM header .main-nav-button::before,
.FWM header .main-nav-button::after {
   position: absolute;
   display: block;
   left: 0;
   width: 100%;
   background-color: transparent;
   content: "";
   height: 10px
}
.FWM header .main-nav-button::before {
   top: -10px;
   border-top: 3px solid #000000;
}
.FWM header .main-nav-button::after {
   bottom: -10px;
   border-bottom: 3px solid #000000;
}
.FWM header .main-nav-button.opened {
   background: none !important;
}
.FWM header .main-nav-button.opened::before {
   top: -3px;
   transform: rotate(45deg);
}
.FWM header .main-nav-button.opened::after {
   bottom: 0;
   transform: rotate(-45deg);
}
.FWM header .main-nav-button.opened::before,
.FWM header .main-nav-button.opened::after {
   border-color: #ffffff;
}
.FWM #aboutUs .articleContent{
   font-size: 18px;
   color: #636363;
   font-weight: 300;
   line-height: 28px;
   text-align: center;
}
.FWM #aboutUs h3 {
   font-size: 18px;
   font-weight: 700;
   color: #1F1F1F;
   padding-top: 0;
   text-transform: unset;
   margin-bottom: 0
}
.FWM #position-statement a.more.title {
   position: relative;
   color: #FFFFFF;
   letter-spacing: .1em;
   font-family: "proxima-nova", sans-serif;
   font-weight: 500;
   text-transform: uppercase;
   display: inline-block;
   border: 1px solid #FFFFFF;
   padding: 10px 15px 8px;
   box-sizing:border-box;
   z-index: unset;
   width: 150px;
   text-align: center;
   line-height: 16px;
   margin:0;
}
.FWM #position-statement a.more.title:hover {
   color: #202125;
   background: #FFFFFF;
}
.FWM a.more.title {
    position: relative;
    color: #0e4270;
    letter-spacing: .1em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}
.FWM a.more.title:before {
   content: "Learn More"
}

/*--- MORE LINKS --*/

#heroBar .infoConainer a.more::after {
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
   content: "\f0a9";
   font-size: 14px;
   line-height: 14px;
   margin-left: 10px;
}




/*--- ARROW ANIMATION ON MORE LINKS --*/

a.more:after,
#featuredAttorneys #view-all-btn a:after,
#callout-btn:after  {
   display: inline-block;
   transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -webkit-transition: all 0.2s ease-in-out 0s;
   transform: translateX(0px);
}
a.more:hover:after,
#featuredAttorneys #view-all-btn a:hover:after,
#callout-btn:hover:after {
   transform: translateX(5px);
}
/*--- SOCIAL ICONS --*/

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

.FWM #footerNavSocial .socialLink .twitter,
.FWM #footerNavSocial .socialLink .facebook,
.FWM #footerNavSocial .socialLink .share,
.FWM #footerNavSocial .socialLink .linkedIn,
.FWM #footerNavSocial .socialLink .youTube,
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter,
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn,
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing,
#professionals_detail .mainWrapper .socialLink a,
#professionals_detail .mainWrapper .socialLink a:hover {
   background: none !important;
}

#professionals_detail .mainWrapper .socialLink a:hover{
   opacity: .5;
}

.FWM #footerNavSocial .socialLink .twitter:before,
.FWM #footerNavSocial .socialLink .facebook:before,
.FWM #footerNavSocial .socialLink .share:before,
.FWM #footerNavSocial .socialLink .linkedIn:before,
.FWM #footerNavSocial .socialLink .youTube:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing:before,
.FW3#professionals_detail .mainWrapper .socialLink a.twitter:before,
.FW3#professionals_detail .mainWrapper .socialLink a.facebook:before,
.FW3#professionals_detail .mainWrapper .socialLink a.linkedIn:before,
.FW3#professionals_detail .mainWrapper .socialLink a.xing:before,
.FW3 #footerNavSocial section.socialLink a.twitter:before,
.FW3 #footerNavSocial section.socialLink a.facebook:before,
.FW3 #footerNavSocial section.socialLink a.share:before,
.FW3 #footerNavSocial section.socialLink a.linkedIn:before,
.FW3 #footerNavSocial section.socialLink a.youTube:before,
.FW3 #top-bar section.socialLink a.twitter:before,
.FW3 #top-bar section.socialLink a.facebook:before,
.FW3 #top-bar section.socialLink a.share:before,
.FW3 #top-bar section.socialLink a.linkedIn:before,
.FW3 #top-bar section.socialLink a.youTube:before {
   background: transparent;
   display: block;
   color: #000000;
   font-family: "Font Awesome 5 Brands";
   font-size: 20px;
   line-height: 20px;
}
.FW3 #footerNavSocial section.socialLink a.twitter:before,
.FW3 #footerNavSocial section.socialLink a.facebook:before,
.FW3 #footerNavSocial section.socialLink a.share:before,
.FW3 #footerNavSocial section.socialLink a.linkedIn:before,
.FW3 #footerNavSocial section.socialLink a.youTube:before,
.FWM #footerNavSocial .socialLink .twitter:before,
.FWM #footerNavSocial .socialLink .facebook:before,
.FWM #footerNavSocial .socialLink .share:before,
.FWM #footerNavSocial .socialLink .linkedIn:before,
.FWM #footerNavSocial .socialLink .youTube:before,
.FW3 #top-bar section.socialLink a.twitter:before,
.FW3 #top-bar section.socialLink a.facebook:before,
.FW3 #top-bar section.socialLink a.share:before,
.FW3 #top-bar section.socialLink a.linkedIn:before,
.FW3 #top-bar section.socialLink a.youTube:before {
   color: #FFFFFF;
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing:before,
.FW3#professionals_detail .mainWrapper .socialLink a.twitter:before,
.FW3#professionals_detail .mainWrapper .socialLink a.facebook:before,
.FW3#professionals_detail .mainWrapper .socialLink a.linkedIn:before,
.FW3#professionals_detail .mainWrapper .socialLink a.xing:before {
   color: #202125;
}
.FWM #footerNavSocial .socialLink .twitter:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter:before,
.FW3#professionals_detail .mainWrapper .socialLink a.twitter:before,
.FW3 #footerNavSocial section.socialLink a.twitter:before,
.FW3 #top-bar section.socialLink a.twitter:before {
   content: "\f099";
}
.FWM #footerNavSocial .socialLink .facebook:before,
.FW3 #footerNavSocial section.socialLink a.facebook:before,
.FW3 #top-bar section.socialLink a.facebook:before {
   content: "\f39e";
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook:before,
.FW3#professionals_detail .mainWrapper .socialLink a.facebook:before {
   content: "\f09a";
}
.FWM #footerNavSocial .socialLink .share:before {
   content: "\f1e0";
}
.FWM #footerNavSocial .socialLink .linkedIn:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn:before,
.FW3#professionals_detail .mainWrapper .socialLink a.linkedIn:before,
.FW3 #footerNavSocial section.socialLink a.linkedIn:before,
.FW3 #top-bar section.socialLink a.linkedIn:before  {
   content: "\f0e1";
}
.FWM #footerNavSocial .socialLink .youTube:before,
.FW3 #footerNavSocial section.socialLink a.youTube:before,
.FW3 #top-bar section.socialLink a.youTube:before {
   content: "\f167";
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing:before,
.FW3#professionals_detail .mainWrapper .socialLink a.xing:before {
   content: "\f168";
}

.FWM #footerNavSocial .socialLink .twitter:hover:before,
.FWM #footerNavSocial .socialLink .facebook:hover:before,
.FWM #footerNavSocial .socialLink .share:hover:before,
.FWM #footerNavSocial .socialLink .linkedIn:hover:before,
.FWM #footerNavSocial .socialLink .youTube:hover:before,
.FW3 #footerNavSocial section.socialLink a.twitter:hover:before,
.FW3 #footerNavSocial section.socialLink a.facebook:hover:before,
.FW3 #footerNavSocial section.socialLink a.linkedIn:hover:before,
.FW3 #footerNavSocial section.socialLink a.youTube:hover:before {
   opacity: .8;
}
.FWM#professionals_detail .majorContent .personal .right .socialLink .twitter:hover:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .facebook:hover:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .linkedIn:hover:before,
.FWM#professionals_detail .majorContent .personal .right .socialLink .xing:hover:before,
.FW3#professionals_detail .mainWrapper .socialLink a.twitter:hover:before,
.FW3#professionals_detail .mainWrapper .socialLink a.facebook:hover:before,
.FW3#professionals_detail .mainWrapper .socialLink a.linkedIn:hover:before,
.FW3#professionals_detail .mainWrapper .socialLink a.xing:hover:before {
   color: #000000;
}

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

/*----- [ CONTACT PAGE ] -----*/
#contact-us .content-holder h2 {
    font-size: 36px;
    font-family: "adobe-text-pro",serif;
    line-height: 46px;
}
.FWM#contact-us .content-holder h2 {
    font-size: 26px;
    line-height: 36px;
}
#contact-us .content-holder ul {
   margin: 20px 0 0;
   padding: 0;
   display: flex;
}
.FWM#contact-us .content-holder ul {
}
#contact-us .content-holder ul li {
   list-style-type: none;
   margin: 0 20px 0 0;
}
.FWM#contact-us .content-holder ul li {
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
#contact-us .content-holder ul li #twitter,
#contact-us .content-holder ul li #linkedin,
#contact-us .content-holder ul li #instagram {
  font-size: 0;
}
#contact-us .content-holder ul li #twitter:hover,
#contact-us .content-holder ul li #linkedin:hover,
#contact-us .content-holder ul li #instagram:hover {
  text-decoration: none;
}
#contact-us .content-holder ul li #twitter:before,
#contact-us .content-holder ul li #linkedin:before,
#contact-us .content-holder ul li #instagram:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 30px;
  color: #0e4270;
}
#contact-us .content-holder ul li #twitter:before{
  content: "\f099";
}
#contact-us .content-holder ul li #linkedin:before{
  content: "\f0e1";
}
#contact-us .content-holder ul li #instagram:before{
  content: "\f16d";
}
#contact-us .content-holder ul li #twitter:hover::before,
#contact-us .content-holder ul li #linkedin:hover::before,
#contact-us .content-holder ul li #instagram:hover::before {
   opacity: .65;
}


/*--[ CONTACT FORM ]--*/

#form_55 td strong{
   font-weight: 300;
}
.FW3 #form_55
}
.FWM #form_55 {
   margin: 20px 0;
   overflow: hidden;
}
.FW3 #form_55 tr {
   height: 30px
}
.FW3 #form_55 td,
.FWM #form_50 td {
   display: block
}
.FW3 #form_55 td input {
   width: 400px;
}
.FW3 #form_55 td textarea {
   width: 400px;
   height: 200px;
   margin: 0 10px 10px 0;
}
.FW3 #form_55 .error,
.FWM #form_55 .error {
   color: #DC143C;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 100%;
   font-family: "proxima-nova-condensed", sans-serif;
}
.FW3 #form_55 td input.error,
.FWM #form_55 td input.error {
   border: 1px solid #000000;
}
.FW3 #form_55 input[type="submit"],
.FWM #form_55 input[type="submit"] {
   clear: both;
   width: auto;
   display: block;
   background: #0e4270;
   border: 1px solid #0e4270;
   padding: 8px 30px 4px;
   color: #FFFFFF;
   font-weight: 600;
   font-family: "proxima-nova", sans-serif;
   font-size: 17px;
   letter-spacing: .03em;
   transition: background 0.4s ease;
   -o-transition: background 0.4s ease;
   -moz-transition: background 0.4s ease;
   -webkit-transition: background 0.4s ease;
   text-transform: uppercase;
   letter-spacing: .05em;
}
.FWM #form_55 input[type="submit"] {
   width: auto;
   margin: 10px 0 0 0;
}
.FW3 #form_55 input[type="submit"]:hover,
.FWM #form_55 input[type="submit"]:hover {
   background: #858f98;
   border-color: #858f98;
   color: #FFFFFF;
}
.FWM #form_55 table td input,
.FWM #form_55 table td textarea,
.FWM #form_55 input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 5px;
}


/*-- LOWERCALLOUTS --*/
#lowerCallouts #aboutUs {
   display: none !important;
}

section#lowerCallouts .wrap {
   background: #f5f5f5;
   order: 5;
}
.FWM section#lowerCallouts .wrap {
   order: 3;
}
#lowerCallouts a.more:after,
#featuredAttorneys #view-all-btn a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
}
#lowerCallouts ul.attorneyList figure.headShot:hover{
  opacity: .8;
}


#viewPosts a:after {
   font-size: 13px;
   margin-left: 5px;
   content: "\f054";
   font-family: "Font Awesome 5 Free";
   font-weight: normal;
}
#viewPosts a {
   text-decoration: none !important;
   text-transform: uppercase;
   font-weight: 500;
}
#viewPosts a:hover {
   color: #000000;
}
/*.FWM#practice_detail .IPP_bar {
   display: flex;
   flex-direction: column;
  margin-bottom: -20px;
}
.FWM#practice_detail .IPP_bar li:first-child {
   order: 3
}*/
.FWM#rep_matters .rightContent .content {
   display: flex;
   flex-direction: column;
}
.FWM#rep_matters .rightContent .content .filterbyContainer {
   order: 1;
   margin-top: 20px
}
.FWM#rep_matters .rightContent .content .units {
   order: 2
}
.FW3 section#heroBar .infoConainer ul {
   margin-top: 20px
}
.FW3 section#heroBar .infoConainer ul li {
   display: inline-block;
   margin: 0 5px
}
.FW3 section#heroBar .infoConainer ul li a,
.positionStatement ul li a {
   border: 1px solid #FFFFFF;
   padding: 10px 20px;
   color: #FFFFFF;
   font-size: 16px;
   text-transform: uppercase;
   font-family: "proxima-nova-condensed", sans-serif;
   font-weight: 700;
   letter-spacing: .05em;
}
.positionStatement ul li a {
   display: block;
}
.FW3 section#heroBar .infoConainer ul li a:hover,
.positionStatement ul li a:hover {
   text-decoration: none;
   background: #002771;
   border-color: #002771;
}

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



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

.FWM ul.open-list.first{
   display: none;
}

.FWM #leftNav > ul > li:first-child > a:hover{
    background: #0e4270;
    color: #FFFFFF;
}

#pageTitleWrapper {
/*background: #0e4270 !important;*/
}


/* VIEW ALL NEWS BTN */

.FW3 #newsBox .news-btn{
   flex: 0 0 100%;
   text-align: center;
}


.FWM #lowerCallouts #newsBox .headline:last-of-type{
  border-bottom: none;
  margin: 0;
}

.FWM #position-statement{
background: #202125;
padding: 20px 10px;
box-sizing: border-box;
   color: #FFFFFF;
   text-align: center;
}
.FWM #position-statement h1{
   font-family:"adobe-text-pro",serif;
   font-weight: normal;
   line-height: 1.25;
   margin: 0 0 20px;
}

.FWM td{
  display: block
}


/* About Us Callout */

section#lowerCallouts #aboutUs .articleContent div{
  background: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}



/*  FOOTER */

#footerNavSocial .wrapper #tagline{
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .03em
}
.FWM #footerNavSocial .wrapper #tagline{
   margin: 30px 0;
}


/*--[ Featured Attorneys ]-- */

section#lowerCallouts #featuredAttorneys a.more{
  display: none;
}
#featuredAttorneys .subHead {
  width: 990px;
  margin: 0 auto
}
.FWM #featuredAttorneys .subHead {
   width: 100%;
}
#featuredAttorneys .headShot:hover{
  cursor: pointer;
}
#lowerCallouts ul.attorneyList h2:after{
  content:"";
  width: 50px;
  background: #005b91;
  display: block;
  height: 1px;
  margin: 5px 0;
}
#featuredAttorneys #view-all-btn a {
    font-family: "proxima-nova",sans-serif;
    line-height: 16px;
    text-decoration: none;
    color: #0e4270;
    display: inline-block !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 40px 0 0 !important;
}
#featuredAttorneys #view-all-btn {
  width: 990px;
  margin: 0 auto
}
.FWM #featuredAttorneys #view-all-btn {
  width: 100%;
}






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

::placeholder {
    color: #aabac4;
    opacity: 1;
}
:-ms-input-placeholder { 
   color: #aabac4;
}
::-ms-input-placeholder {
   color: #aabac4;
}


.no-scroll {
   overflow: hidden;
   position: fixed;
   height: 100%
}
#top-bar .top-wrapper form{
   border-bottom: 1px solid #abbbc5;
}
#top-bar .top-wrapper form #sr_searchbox {
   background-color: transparent;
   border: none;
   padding: 0 0 6px;
   line-height: 17px;
   width: 280px;
   box-sizing: border-box;
   font-size: 17px;
   color: #FFFFFF;
}
#top-bar .top-wrapper form button {
   border: none;
   background: transparent;
   color: #aabac4;
   padding: 0;
}
#top-bar .top-wrapper form #sr_searchbutton:hover{

}
.FWM #sr_iframe {
   display: flex;
   flex-direction: row;
   margin: 20px 20px 0;
   display: none !important; /* HIDES SEARCH */
}
.FWM #mainNav form{
    border-bottom: 1px solid #abbbc5;
}
.FWM header form #sr_searchbox {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    color:#ffffff;
}
.FWM #mainNav form button {
    border: none;
    background: transparent;
    color: #aabac4;
    padding: 0;
}
.FWM input#sr_searchbox {
   width: 100%;
   padding-bottom: 5px;
}
.FWM header form #sr_searchbutton {
   display: none;
}
#modal-iframe {
   position: relative!important;
}
#modal {
   position: absolute;
   z-index: 99999;
   height: 100vh;
   width: 100%;
   -webkit-overflow-scrolling: touch;
   top: 0;
   left: 0;
}
.FWM #modal-workspace,
.is-ipad #modal-workspace {
   -webkit-overflow-scrolling: touch;
   overflow-y: scroll;
}
.FWM #modal-workspace {
   max-width: 100%
}
iframe {
   padding: 0 20px;
}

/*  WELCOME BOX ON HOMEPAGE */

#welcome{
  background: /*#f5f5f5*/ #FFFFFF;
  padding: 40px 0;
}

.FWM #welcome{
   padding: 20px 10px;
}

#welcome #wrap {
    width: 990px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(14,66,111,1) 0%,rgba(0,125,199,1) 100%);
    padding: 10px;
    box-sizing: border-box;
}

.FWM #welcome #wrap {
	width: 100%
}

#welcome #wrap #container{
  background: /*#f5f5f5*/ #FFFFFF;
  padding: 20px 40px 20px 0;
  color: #636a71;
  display: flex;
  justify-content: space-between;
}

.FWM #welcome #wrap #container{
   flex-direction: column;
   padding: 20px 20px 20px 0;
}

#welcome #wrap .subHead {
    font-family: "proxima-nova",sans-serif;
    color: #0e4270;
    line-height: 18px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
#welcome #wrap #container h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #5d5d5d;
}
#welcome #wrap #container #intro {
    margin-left: -10px;
    background: /*#f5f5f5*/ #FFFFFF;
    padding: 30px 0;
    width: 475px;
}

.FWM #welcome #wrap #container #intro {
   width: 100%
}

#welcome #container .text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 425px;
}

.FWM #welcome #container .text {
   width: 100%;
   padding: 0 0 0 20px;
   box-sizing: border-box;
}

#welcome #wrap #container a.more {
   margin: 20px 0 0;
  font-family: "proxima-nova",sans-serif;
   line-height: 16px;
   text-decoration: none;
   color: #0e4270;
   display: inline-block !important;
   width: 100%;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: .05em;
}
#welcome #wrap #container a.more:hover{
   text-decoration: none;
}

/*  ATTORNEY LANDING PAGE */
.attorneyList.clearfix:before,
.attorneyList.clearfix:after{
  display: none;
}
/*.FW3 .attorneyList {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 310px);
    -ms-grid-columns: repeat(auto-fit, 310px);
    grid-gap: 1rem;
    justify-content: space-between;
    align-content: flex-start;
}*/
.FW3 .attorneyList {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
}
.FW3#professionals_landing ul.attorneyList li:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
#professionals_landing ul.attorneyList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

/* ATTORNEY DETAIL */
#professionals_detail .mainWrapper .minorContent br{
  display: none
}

/*  GOOGLE MAP */

#google-map iframe{
   padding: 0;
   margin-bottom: 20px;
}


/* HERO STATEMENT ON MOBILE */

.FWM #heroBar h1 {
   color: #FFFFFF;
   z-index: 10;
   font-weight: 700;
   font-size: 36px;
   font-style: normal;
   font-family: "proxima-nova",sans-serif;
   line-height: 42px;
   margin: 0 10px;
}
.FWM #heroBar a.more.title {
   z-index: 10;
   color: #FFFFFF;
   margin: 20px 10px 0;
   line-height: 0;
}

.FWM #heroBar a.more.title:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
}


.FWM #heroShadow {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 10%,rgba(0,0,0,0.8) 25%,rgba(0,0,0,0.7) 30%,rgba(146,146,146,0.3) 50%,rgba(255,255,255,0.21) 65%,rgba(255,255,255,0) 100%);
    z-index: 20;
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    right: 0;
}

/* LOWERCALLOUTS ON MOBILE HP */

.FWM #newsBox .news-btn {
  display: block !important
}

.FWM #featuredAttorneys {
   order: 2;
}


/* FEATURED ATTORNEYS MOBILE HP */

.FWM#home .attorneyList .attorney-box .headShot {
    float: none;
    min-height: unset;
    width: 206px;
    height: auto;
    overflow: hidden;
    border: none;
    margin: 0 auto;
}
.FWM#home .attorneyList .attorney-box .headShot > img{
  display: block;
  width: 100%;
    margin: 0;
}
.FWM#home .attorneyList > li {
    border-bottom: none;
    margin: 20px 0 0;
}
.FWM#home .attorneyList {
    margin: 0;
}
.FWM#home .attorneyList .attorney-box {
    text-decoration: none;
    background: none;
    border-right: none;
    display: block;
    padding: 0;
}
.FWM#home .attorneyList .attorney-box .about .name:nth-of-type(2) {
    display: none;
}
.FWM#home .attorneyList .attorney-box .about {
    overflow: hidden;
    width: 206px;
    background: #f5f5f5;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.FWM#home .attorneyList .attorney-box .about .abstract{
    margin: 0;
    color: #636a71;
}
.FWM#home .attorneyList .attorney-box .about .name.title:after {
    content: "";
    width: 50px;
    background: #005b91;
    display: block;
    height: 1px;
    margin: 5px 0;
}



#callout-btn {
    margin: 20px 0 0;
    font-family: "proxima-nova",sans-serif;
    line-height: 16px;
    text-decoration: none;
    color: #0e4270;
    display: inline-block !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 15px 0;
}
#callout-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
}


#staticcontent[itemid='8608'] td{
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.FWM#staticcontent[itemid="8608"] td {
  padding-bottom: 30px
}
#staticcontent[itemid='8608'] td img{
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#staticcontent[itemid='8608'] td img:hover{
   -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
#staticcontent[itemid='8608'] table{
  width: 100%
}

/*.FWM .rightResources {
   display: none;
}*/

/* DISPLAY HEBREW TEXT RIGHT TO LEFT */
#practice_detail[itemid="8761"] .content {
    direction: rtl;
}
#practice_detail[itemid="8761"] .content ul {
	 margin-right: 15px
}
#practice_detail[itemid="8761"] .content h3 {
    font-size: 1.17em;
    direction: ltr;
    text-align: right;
}

/* BUTTON TO TRANSLATED BIOS */
#bio-translation{
  background: #0e426f;
  color: #FFFFFF;
  padding: 3px 9px;
}
#bio-translation:hover{
   text-decoration: none;
   opacity: .7
}
.bio-btn{
    display: block;
    clear: both;
    padding-top: 20px;
}

.FW3#professionals_detail .IPP_bar {
  display: flex;
}
.FW3#professionals_detail .IPP_bar #tab_newsPubs{
  order: 5
}

.FW3#professionals_landing ul.attorneyList li .headShot img:hover {
    cursor: pointer;
}




/*=== ATTORNEY X-LINKS ON PRACTICE PAGES ===*/
#practice_detail .content h4 {
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    font-family: "proxima-nova-condensed",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #5d5d5d;
	  margin: 60px 0 15px;
   display: flex;
   flex-direction: row;
   align-items: center;
}
#practice_detail .content h4:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background: #0e426f;
    margin-right: 10px;
}
#practice_detail .content #attorney-link{
    font-size: 16px;
    line-height: 16px
}
/* Hides auto generated x-links & adjusts position of resources */
#practice_detail .rightContent .leftRight .f_right{
    margin: 60px 0 20px 0 !important;
}

#mainNav #menuitem8602 a{
  color: #d50000
}
#mainNav #menuitem8602:hover > a::after,
#mainNav #menuitem8602.selected a::after {
    background: #d50000;
}


/*-- COVID ALERTS --*/

#lowerCallouts {
   display: flex;
   flex-direction: column;
}
section#lowerCallouts .wrapper {
   order: 2
}
#lowerCallouts #covid-alert {
  order: 1
}
.FWM #lowerCallouts #covid-alert {
  order: 1;
  padding: 10px;
}
#covid-alert .wrap {
   background-image: url(/siteFiles/D0482438-1685-464C-9232-DB13A3660AC6/custom/images/COVID.jpg) !important;
   padding: 50px !important;
   color: #ffffff;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   background-position: 0 -80px;
   width: 990px;
   margin: 40px auto 0;
   position: relative;
}
.FWM #covid-alert .wrap {
   width: 100%;
   background-position: center;
   margin: 0;
   padding: 20px !important;
}
#covid-alert p {
   width: 50%;
   font-size: 36px;
   line-height: 36px;
}
.FWM #covid-alert p {
   width: 100%;
   font-size: 20px;
   line-height: 20px;
}
#covid-alert .subHead:before{
  display: none
}
#covid-alert .subHead {
   font-size: 42px;
   line-height: 42px;
   font-weight: 600;
   font-style: normal;
   color: #FFFFFF;
   margin-bottom: 5px;
   text-transform: uppercase;
   letter-spacing: 2px;
   padding: 0;
   text-align: left;
}
.FWM #covid-alert .subHead {
   font-size: 26px;
   line-height: 26px;
}
#covid-alert .more {
   color: #FFFFFF;
   display: inline-block;
   font-weight: 600 !important;
   font-size: 18px;
   text-transform: uppercase;
   letter-spacing: 1px;
}
.FWM #covid-alert .more {
   font-size: 16px;
}
#covid-alert .more:hover{
   text-decoration: none !important;
   opacity: .8;
}
#covid-alert .more:after{
    font-size: 16px !important;
    line-height: 16px;
    margin-left: 10px;
}

#player {
   height: 170px;
   margin: 0 0 20px;
   overflow: hidden;
}
#player iframe {
   padding: 0;
}
/* [/ Custom Css ] */

/* [ Remaining includes ] */

/* [ Mashup flag ] */
