@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham_medium-webfont.eot');
    src: url('fonts/gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham_medium-webfont.woff') format('woff'),
         url('fonts/gotham_medium-webfont.ttf') format('truetype'),
         url('fonts/gotham_medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black-webfont.eot');
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype'),
         url('fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a, a h2 {
/*	color: #3A826B;*/
	color: #000;
	text-decoration: none;
}
a:hover{
	/*color:#3A826B;*/
	text-decoration:underline;
}
img{
	border:none;
}
input{
	outline:none;
}
p{
	font-size:14px;
	font-family:Arial;
	line-height:26px;
}
h1, h2, h3, h4, h5{
	font-family:Arial;
	color:#2f2f2f;
}
h1{
	font-size:24px;
	font-weight:bold;
}
h2{
	font-size:19px;
	font-weight:bold;
}
h3{
	font-size:18px;
	font-weight:bold;
}

body{
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:14px;
	color:#2c2c2c;
	line-height:26px;
}
.outer_wrapper{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.wrapper{
	width:100%;
	max-width:1200px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#header{
	width:100%;
	height:62px;
	float:left;
	margin:0px;
/*	background:#34755e;*/
	background: #5c5d60;
	position:relative;
	top:0px;
	left:0px;
	z-index:9999999999;
}
.logo{
	width:100%;
	max-width:198px;
	height:auto;
	float:left;
	margin:6px 0px 0px 0px;
	position:absolute;
	z-index:9999;
}
	.logo img {
		max-width: 90%;
		margin: 10px 15px;
	}






.menu {
	height:auto;
	width:100%;
	/**width:725px;*/
	font-size: 12px;
	font-weight: bold;
	position: relative;
	float:left;
	margin:21px 0px 0px 0px;
	font-family:Verdana;
	text-align:center;
}
.menu ul {
	padding: 0;
	margin: 0 auto;
	width: auto;
	height:auto;
}
.menu li {
	display: inline;
	border-left:solid 1px #fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-left:4PX;
}
.menu li:first-child{
	border:none;
}
.menu a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding:0px 13px;
	*padding:0px 12px;
}
.menu li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.menu li:last-child a {
	border-right: 0;
}
.menu li a:hover, .menu li a:active {
	background-color: #777;
}
.menu a#pull {
	display: none;
/*	background:#34755e;*/
}

.num_wrap{
	width:100%;
	max-width:180px;
	height:auto;
	min-height:43px;
	float:right;
	background:#fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:1px 2px 3px #023020;
	margin:10px 10px 0px 0px;
	position:absolute;
	right:0px;
}
.num_wrap img{
	float:left;
	margin:7px 0px 0px 7px;
	max-width: 30px;
}
.num_wrap span{
	width:auto;
	float:left;
	font-family: 'gotham_mediumregular';
	margin:9px 0px 0px 8px;
	font-size:18px;
/*	color:#34755e;*/
	color: #5c5d60;
	letter-spacing:0.5px;
}
.banner{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.banner_slide{
	width:100%;
	height:782px;
	float:left;
	background:url(images/slide_img1.jpg) no-repeat;
	background-size:100% 100%;
}
.banner_content{
	width:100%;
	max-width:980px;
	height:auto;
	margin:0 auto;
}
.banner_content_inner{
	width:100%;
	height:auto;
	min-height:155px;
	float:left;
	margin-top:370px;
	background:url(images/slider_divBG.png) repeat;
	text-align:center;
	padding-top:45px;
}
.banner_content_inner span{
	width:100%;
	height:auto;
	float:left;
	margin:30px 0px 0px 0px;
	padding:0px;
	text-align:center;
	font-size:25px;
	font-family: 'gotham_mediumregular';
	color:#fff;
	text-transform:uppercase;
}
.home-banner-bg {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	height:496px;
}
	.home-banner-content {
		box-sizing: border-box;
		background: #000;
		background: rgba(0,0,0,0.6);
		padding: 50px 150px;
		width: 65%;
		max-width: 1200px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
.mobile_no, .num_wrapNew{
	display:none;
}
.num_wrapNew{
	width:100%;
	height:auto;
	float:right;
	background:#fff;
	/*border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;*/
	box-shadow:0px 1px 3px #ddd;
	-moz-box-shadow:0px 1px 3px #ddd;
	-webkit-box-shadow:0px 1px 3px #ddd;
	padding:8px 0px 11px 0px;
	float:left;
	text-align:center;
	position:absolute;
	top:70px;
	left:0px;
	z-index:999999;
}
.num_wrapNewinner{
	width:220px;
	margin:0 auto;
}
.num_wrapNew img{
	margin:5px 0px 0px 8px;
	float:left;
}
.num_wrapNew span{
	width:auto;
	font-family: 'gotham_mediumregular';
	float:left;
	margin:10px 0px 0px 10px;
	font-size:24px;
	color:#34755e;
	letter-spacing:0.5px;
}
.num_wrapNew span a{
	color:#34755e;
	text-decoration:none;
}
.content_wrapper{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:15px 0px;
	padding-top:0px;
	min-height:400px;
}
.home_aboutWrap{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0px 0px 0px;
}
.home_aboutWrap1{
	width:30%;
	height:auto;
	float:left;
	margin:0px 1.5%;
	text-align:center;
}
.home_aboutWrap1 h2{
	width:100%;
	height:auto;
	float:left;
	margin:30px 0px;
	font-size:24px;
	font-family: 'gotham_bookregular';
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
}
.home_aboutWrap1 p{
	width:100%;
	height:auto;
	float:left;
	font-size:12px;
	margin:25px 0px;
	color:#404040;
	line-height:22px;
	font-family:Verdana;
}
.find_Attorneys_outer{
	width:100%;
	height:auto;
	max-width:350px;
	margin:0 auto;
}
.find_Attorneys{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0px;
	padding:15px 0px;
	/*background: #5c5d60;*/
	background: #aac6c9;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	box-shadow:0px 3px 0px #d9d9d9;
	-moz-box-shadow:0px 3px 0px #d9d9d9;
	-webkit-box-shadow:0px 3px 0px #d9d9d9;
}
.find_Attorneys label{
	width:auto;
	float:left;
	margin:11px 0px 0px 40px;
	font-size:24px;
	color:#fff;
	font-family: 'gotham_bookregular';
	text-transform:uppercase;
}
.find_Attorneys_search{
	width:90%;
	float:left;
	margin:0px 0px 0px 15px;
	background:#fff;
}
.find_Attorneys_search input[type="search"]{
	width: 100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 9px 50px 9px 10px;
/*    border: 1px solid #34755e;*/
	border: 1px solid #7f9496;
	font-size:20px;
	color:#9e9e9e;
}
	.find_Attorneys_search input[type="search"]:focus {
		border-color: #555;
		color: #757575;
	}
	.find_Attorneys_search input[type="search"]::placeholder {
		color: #757575;
	}
	.find_Attorneys_search input[type="search"]:focus::placeholder {
		color: #ccc;
	}
.find_Attorneys_search input[type="submit"]{
	position: absolute;
    right: 0;
    width: 43px;
    height: 43px;
    float: right;
    padding: 0;
    margin: 0;
    background: url(images/search_icon_dark.png) no-repeat center;
    border: 1px solid transparent;
    cursor: pointer;
    text-indent: -100px;
}
	.find_Attorneys_search input[type="submit"]:focus {
	    border-color: #34755e;
	}
.find_Attorneys_search label{
	margin:0px;
	width: 100%;
}
.screen-reader-text {
    display: none;
}
#footer{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	background: #5c5d60;
}
.newsletter_wrap{
	width:72%;
	height:auto;
	float:left;
	margin:0px;
	padding:30px 14%;
	background:#ededed;
}
.newsletter_wrap label{
	width:16%;
	height:auto;
	float:left;
	font-size:25px;
	color:#34755f;
	font-family: 'gotham_bookregular';
	text-transform:uppercase;
	line-height:30px;
}
.newsletter_wrap input{
	width:26%;
	height:auto;
	float:left;
	margin:7px 1% 0px 1%;
	border:none;
	background:#fff;
	padding:10px 1%;
	font-size:20px;
	color:#9e9e9e;
}
.newsletter_wrap input[type="submit"]{
	width:18%;
	height:auto;
	float:left;
	margin:7px 1% 0px 1%;
	border:none;
	background:#34755f;
	border:solid 1px #11271f;
	padding:8px 1%;
	font-size:20px;
	color:#fff;
	font-family: 'gotham_bookregular';
	cursor:pointer;
	text-align:center;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.newsletter_wrap input[type="submit"]{	padding:9px 1%; }
}

.footer_logoWrap{
	width:100%;
	margin:0px;
	padding:30px 0px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    float: left;
}
.footer_logoWrap h2{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0px;
	font-size:24px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'gotham_bookregular';
}
.footer_logoWrap img {
	max-width: 200px;
}
.footer_logo2 img {
	max-width: 175px;
}
/*.footer_logo1{
	width:35%;
	text-align:center;
	float:left;
}
.footer_logo2{
	width:30%;
	text-align:center;
	float:left;
}*/
.copyright{
	width:98%;
	margin:0px 1%;
	padding:12px 0px;
	text-align:center;
/*	border-top:solid 1px #609e88;*/
	border-top: 1px solid #777;
	font-size:13px;
	color:#fff;
	font-family:Arial;
	float:left;
}
.copyright span{
	font-size:14px;
}
.copyright span a{
	color:#fff;
	text-decoration:none;
}
.copyright span a:hover{
	color:#fff;
	text-decoration:underline;
}
.wpcf7-form > p{
	margin:0px;
}





/*Firm Overview Page CSS Start here*/
.Page_titleWrap{
	width:100%;
	height:auto;
	float:left;
	background:#ededed;
	margin:0px 0px;
	padding:14px 0px;
	position:relative;
}
.page_wrapper{
	width:100%;
	height:auto;
	max-width:940px;
	margin:0 auto;
    position:relative;
}
.Page_title{
	width:50%;
	height:auto;
	float:left;
	font-size:36px;
/*	color:#34755f;*/
	color: #5c5d60;
	font-family: 'gotham_bookregular';
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	margin:14px 0px;
	line-height: 1.2;
}
.firmpagetitle{
	width:100% !important;
	text-align:center !important;
}
.content_INwrapper{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:25px 0px;
}
.fullwidthwrap{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
}
.content_rightpanel{
	width:100%;
	max-width:222px;
	height:auto;
	float:right;
	margin:0px;
}
.content_leftpanel{
	width:100%;
	max-width:698px;
	height:auto;
	float:left;
	margin:0px;
	box-sizing: border-box;
	padding-right: 15px;
}
.content_rightpanel h2{
/*	color:#34755f;*/
	color: #5c5d60;
	font-family: 'gotham_blackregular';
	font-weight:normal;
}
.content_rightpanel p{
	color:#34755f;
	line-height:29px;
	font-weight:normal;
	font-size:17px;
}
.collapsed-archives ul {
	padding-left: 0;
}
	.collapsed-archives-triangles input + label:before {
		font-size: 70%;
	}
.content_INwrapper_Blockquote{
	width:96%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px 2% 8px 2%;
	background:#dfdfdf;
}
.content_INwrapper_Blockquote p{
	margin:8px 0px;
	font-size:18px;
	color:#2f2f2f;
	font-family: 'gotham_bookregular';
}
.content_INwrapper_Blockquote p span{
	text-align:right;
	font-size:14px;
	float:right;
}
/*Firm Overview Page CSS End here*/

/*Attorneys Bio Page CSS Start here*/
.Headfind_Attorneys{
	width:100%;
	height:auto;
	max-width:482px;
	float:right;
	margin:1px 0px;
	padding:17px 0px 22px 0px;
/*	background:#34755e;*/
	background: #aac6c9;
	border-radius:0px 0px 60px 60px;
	-moz-border-radius:0px 0px 60px 60px;
	-webkit-border-radius:0px 0px 60px 60px;
	-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:60px; 
-webkit-border-bottom-right-radius:60px; 
	box-shadow:0px 3px 0px #bebebe;
	-moz-box-shadow:0px 3px 0px #bebebe;
	-webkit-box-shadow:0px 3px 0px #bebebe;
	position:absolute;
	top:-14px;
	right:-75px;
	overflow:hidden;
}
.search-form {
	position: relative;
}
.HeadAttorneys_search{
	width:335px;
	float:left;
	margin:0px 0px 0px 73px;
	background:#fff;
}
.HeadAttorneys_search input[type="search"]{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 9px 50px 9px 10px;
/*	border: 1px solid #34755e;*/
	border: 1px solid #666;
	font-size:20px;
	color:#c4c4c4;
	font-size:21px;
/*	text-transform:uppercase;*/
	font-family: 'gotham_bookregular';
}
	.HeadAttorneys_search input[type="search"]:focus {
		border-color: #555;
		color: #757575;
	}
	.HeadAttorneys_search input[type="search"]::placeholder {
		color: #757575;
	}
	.HeadAttorneys_search input[type="search"]:focus::placeholder {
		color: #ccc;
	}
.HeadAttorneys_search input[type="submit"]{
	position: absolute;
	right: 0;
	width: 43px;
	height: 43px;
	float:right;
	padding: 0;
	margin: 0;
	background:url(images/search_icon_dark.png) no-repeat center;
	border: 1px solid transparent;
	cursor:pointer;
	text-indent:-100px;
}
	.HeadAttorneys_search input[type="submit"]:focus {
		border-color: #34755e;
	}
.breadcrumb{
	width:100%;
	height:auto;
	float:left;
	margin:-25px 0px 0px  0px;
	padding: 10px 0px;
}
.breadcrumb ul{
	padding:0px;
	margin:0px;
}
.breadcrumb ul li{
	display:inline;
	list-style:none;
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:18px;
}
.attorneybio_detailWrap{
	width:100%;
	height:auto;
	float:left;
	background:#52575d;
	margin:-25px 0px 0px 0px;
}
.attorneybio_detailWrapMobile{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
	margin:0px 0px 0px 0px;
	display:none;
}
.attorneybio_detailWrapIN{
	width:100%;
	height:auto;
	min-height: 430px;
	float:left;
	position:relative;
	padding-bottom: 60px;
}
.attorneyBio_commentWrap{
	max-width: 50%;
    height: calc(100% - 60px);
    float: left;
    padding: 25px 25px 0px 80px;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    background: linear-gradient(90deg, #52575d 85%, transparent 100%);
}
.attorneyBio_commentWrap img{
    position: absolute;
    left: 0;
    top: 58px;
    width: 60px;
    height: 56px;
}
.attorneyBio_commentWrap p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}

.attorneyBio_commentWrap p.largequote{
	font-size:23px; line-height:27px
}
.attorneyBio_commentWrap p span{
	font-size:18px;
	font-weight:normal;
}
.attorneyBio_pic{
	    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.slide_detailWrap{
	width:100%;
	display: flex;
	justify-content: flex-end;
	height:auto;
	float:left;
	min-height:30px;
	background:#292a2b;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:999;
	border:solid 1px #767676;
}
.slide_detailWrap_name{
	width:98%;
	max-width: 365px;
	height:auto;
	float:left;
	margin: 16px auto 0px 0px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-left:2%;
	text-transform:uppercase;
}
.slide_detailWrap_name span{
	color:#c3c3c3;
	font-size:17px;
	font-family: 'gotham_bookregular';
	font-weight:normal;
	border-left:solid 1px #fff;
	padding:0px 0px 0px 10px;
	text-transform:capitalize;
}
.slide_detailWrap_no{
	width:100%;
	max-width:248px;
	height:auto;
	float:left;
	margin:0px;
	border-left:solid 1px #767676;
/*	background:#357461;*/
	background: #7f9496;
}
.slide_detailWrap_no img{
	float:left;
}
.slide_detailWrap_no span{
	color:#fff;
	font-size:22px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-left:solid 1px #767676;
	padding:16px 18px;
}
.slide_detailWrap_icon{
	width:58px;
	height:58px;
	float:left;
	margin:0px;
	border-left:solid 1px #767676;
}

.attorneybio_detailWrapMobile .page_wrapper .slide_detailWrap_no, .attorneybio_detailWrapMobile .page_wrapper .slide_detailWrap_icon{
	display:none;
}
.attorneybio_contentWrap{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
}
.attorneybio_leftpanel{
	width:100%;
	height:auto;
	float:left;
	max-width:620px;
}
.attorneybio_rightpanel{
	width:100%;
	height:auto;
	float:right;
	max-width:296px;
}


.attorneybio_ul_wrap {
    float: left;
    height: auto;
    margin-top:0px;
    width:100%;
}
.attorneybio_infomenu{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
}
.attorneybio_infomenu ul{
	padding:0px;
	margin:0px;
}
.attorneybio_infomenu ul li{
	display:block;
	list-style:none;
	padding:0px 0px;
	margin:0px 0px;
	float:left;
	text-transform:uppercase;
	width:100%;
	border:solid 1px #e1e1e1;
}
.attorneybio_infomenu_div1{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px;
	padding:10px 0px;
	cursor:pointer;
	color:#8c8c8c;
	background:#eee;
}
.attorneybio_infomenu_head{
	width:80%;
	height:auto;
	float:left;
	margin:0px 0px 0px 20px;
	font-size:18px;
	color:#6b6a6a;
	font-family: 'gotham_bookregular';
}
.attorneybio_infomenu_plus{
	width:12px;
	height:13px;
	float:left;
	margin:6px 0 0 25px;
}
.attorneybio_submenu{
	/*width:77.8%;*/
	width: 100%;
	box-sizing: border-box;
	height:auto;
	float:left;
	margin:0;
	padding:20px 55px;
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1; text-transform:none; line-height:26px
}
.attorneybio_submenu h3 {
	font-size: 20px;
}
.attorneybio_submenu h2{
	color:#2f2f2f;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.attorneybio_submenu p{
	color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:26px;
	text-transform:none;
}
.attorneybio_submenu .show-hide-list li {
	background: none;
	padding: 0 0 20px 0;
}
.attorneybio_submenu .show-hide-list h3,
.attorneybio_submenu .show-hide-list h4,
.attorneybio_submenu .show-hide-list p {
	float: left;
	width: 100%;
}
.attorneybio_submenu .show-hide-list h3 {
	margin: 0;
	font-size: 15px;
}
.attorneybio_submenu .show-hide-list p {
	margin: 0;
}

a[data-toggle] {
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    color: #337282;
}
[data-toggle]:before {
	content: '+';
	position: absolute;
	left: 0;
	color: #666;
}
[data-toggle].active:before {
	content: '-';
}
.toggle-container {
	padding: 0px 20px;
	width: 100%;
}

.Practice_AreasBar{
	width:96%;
	height:auto;
	float:left;
	margin:0px;
	padding-bottom:30px;
}
.Practice_AreasBar h2{
	width:96%;
	height:auto;
	float:left;
	margin:0px;
/*	color:#34755f;*/
	color: #7f9496;
	font-family: 'gotham_blackregular';
	font-weight:normal;
	padding:0px 2%;
}
.Practice_AreasBar ul{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
}
.Practice_AreasBar ul li{
	width:94%;
	height:auto;
	display:block;
	float:left;
	padding:8px 3%;
	background:#ececec;
	color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:8px;
}
.Practice_AreasBar ul li a{
	color:#2f2f2f;
	text-decoration:none;
}
.Practice_AreasBar p{
	font-size:14px;
	width:96%;
	float:left;
	margin:8px 0px;
	line-height:20px;
	padding:0px 2%;
}
.Practice_AreasBar p span{
	font-weight:bold;
	clear:both;
	width:100%;
	float:left;
}
.appattorney div{
	padding:2px 0px;
}
	


/*Attorneys Bio Page CSS End here*/

/*Attorneys Page CSS Start here*/
.AttorneysWrap{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	text-align:center;
}
.AttorneysWrap ul{
	padding:0px;
	margin:0px;
}
.AttorneysWrap ul li{
	width:100%;
	max-width:219px;
	display:inline-block;
	list-style:none;
	padding:0px 0px;
	margin:25px 16px 0 0;
	float:left;
	text-align:center;
}
.AttorneysWrap ul li a{
	color:#fff;
	text-decoration:none;
	float:left;
}
.AttorneysWrap ul li a img{
	float:left;
}
.AttorneysWrap ul li div.Attorneysname{
	width:100%;
	height:auto;
	padding:10px 0px;
	float:left;
	margin:0px;
	background:#292a2c;
}
.AttorneysWrap ul li div.Attorneysname p{
	width:90%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px 5%;
	font-family: 'gotham_mediumregular';
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	line-height:20px;
}
.AttorneysWrap ul li div.Attorneysname p span{
	font-size:14px;
	color:#828282;
	width:100%;
	clear:both;
	text-transform:capitalize;
	float:left;
	font-family: 'gotham_bookregular';
}
/*Attorneys Page CSS End here*/

.content_INwrapper .page_wrapper .entry-header .entry-title{
	display:none;
}
#wpcf7-f564-p536-o1 .wpcf7-form > p {
    margin: 15px 0;
	font-size:16px;
}
#wpcf7-f564-p536-o1 .wpcf7-form-control-wrap input {
    max-width:500px;
    padding: 10px 2%;
    width:96%;
}
#wpcf7-f564-p536-o1 .wpcf7-form-control-wrap select {
    max-width:528px;
    padding: 10px 2%;
    width:100%;
}
#wpcf7-f564-p536-o1 .wpcf7-form-control-wrap textarea{
	 max-width:500px;
    padding: 10px 2%;
    width:96%;
	resize:none;
}
#wpcf7-f564-p536-o1 input[type="submit"] {
/*    background: none repeat scroll 0 0 #34755F;*/
    background: none repeat scroll 0 0 #5c5d60;
    border: 1px solid #11271F;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'gotham_bookregular';
    font-size: 20px;
    height: auto;
    margin:15px 0px;
    padding:5px 0px;
    text-align: center;
    width:120px;
}
#commentform p{
	width:100%;
	float:left;
}
#commentform p label{
	width:100px;
	height:auto;
	float:left;
}
#commentform p input, #commentform p textarea{
	width:50%;
	float:left;
	padding:8px 2%;
}
.recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.content_leftpanel span a{
	color:#333;
}
.moretag{
	font-weight:bold;
/*	color:#34755F;*/
	color: #000;
}
#post-704 h1 {display:none;}
#post-536 h1 {display:none;}
.entry-content h1{
	display:block !important;
}
.nav-links a{
	text-decoration:none;
/*	color:#34755f;*/
	color: #111;
}
.nav-links a span{
	text-decoration:none;
	font-weight:bold;
}
.nav-links a span:hover{
	text-decoration: underline;
}
.slide_detailWrap_no span a, .slide_detailWrap_icon span a, .slide_detailWrap_no span a, .slide_detailWrap_icon span a{
	color:#fff
	text-decoration:none !important;
}
nav.paging-navigation{
	width:100%;
	float:left;
}

.attorneybio_submenu ul{
	width:100%;
	height:auto;
	float:left;
	margin:15px 0px;
	padding: 0 0 0 15px;
}
.attorneybio_submenu ul li{
	display:block;
	list-style:none;
	padding:0px 0px 15px 20px;
	margin:2px 0px;
	background:url(images/li_arrow.gif) no-repeat left 0px;
	border:none; text-transform:none
}
.content_leftpanel ul{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
}
.content_leftpanel ul li{
	display:block;
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:2px 0px;
	background:url(images/li_arrow.gif) no-repeat top left;
	border:none;
}
.attorneybio_submenu h5{
	margin-bottom: 0px;
    font-size: 13px;
    line-height: 16px;
	background:url(images/li_arrow.gif) no-repeat top left;
	padding-left:15px;
	padding-top:6px;
}
.content_INwrapper .page_wrapper h2 a{
	color:#222 !important;
}
#recent-posts-2  ul, #categories-2 ul, #archives-2 ul, #recent-posts-3 ul{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
#recent-posts-2 ul li, #categories-2 ul li, #archives-2 ul li, #recent-posts-3 ul li{
	display:block;
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:2px 0px;
	background:url(images/li_arrow.gif) no-repeat top left;
	border:none;
}
.required{
	color:red;
}
.Practice_AreasBar1 ul li{
	background:none;
	font-size:12px;
	line-height:20px;
}
.Practice_AreasBar1 ul li ul li {padding-top:0px; padding-bottom:0px}
.attorneybio_submenu p a{
	font-weight:bold;
	color:#34755f;
}
.attorneybio_submenu h3{
	color:#34755f;
}	
.attorneybio_submenu h4{
	margin-bottom:0px;
}
.attorneybio_submenu p{
	margin-top:0px;
}


.myRepresentative-Matters, .myRepresentative-Matters ul, .myRepresentative-Matters ul li {line-height:18px}
.myRepresentative-Matters ul li {padding-bottom:15px}
.attorneybio_submenu ul li ul {padding-top:10px}
.attorneybio_submenu ul li ul li {padding-bottom:2px}

.attorneybio_submenu h2, .attorneybio_submenu h3, .attorneybio_submenu h4, .attorneybio_submenu h5 {line-height:normal !important}
.attorneybio_submenu ul {float:none !important}
.fullwidthwrap h1{ display:none;}

.myProExp ul li { margin-top:0px}
.myProExp h2 {padding-bottom:6px !important}
.tp-caption.very_big_black.tp-fade.tp-resizeme.start{
	left:0px !important;
}
.quote-logo img{
	width: auto;
	height:auto;
	float:left;
	position: relative;
	margin-top:50px;
	margin-left:50px
}

.mynews-box {float:left; width:30%; padding:1.65%}
.mynews-box h4 {font-family:'gotham_bookregular'; line-height:20px !important; padding: 6px 0 0; text-transform:uppercase; font-size:16px; margin:0px;}
.mynews-box p {line-height:20px; font-size:13px; margin-top:10px}
/*.mynews-box a {display:block; padding-top:10px; font-weight:normal}*/
.mynews-box a {
	display: block;
	padding-top:0px;
	font-family:'gotham_bookregular';
	color: #000;
	line-height:20px !important;
	padding-bottom:8px;
	text-transform:uppercase;
	font-size:15px;
	margin:0px;
	font-weight:bold;
}
.mynews-box h4 a:before {
	content: '';
    position: relative;
    height: 12px;
    width: 12px;
    background: #aac6c9;
    display: inline-block;
    margin: 0 5px 0 0;
}
.mynews-box h4 a:hover {
	color: #7f9496;
}
.newsmy {color:#000; font-family:'gotham_bookregular'; padding-bottom:30px; font-size:28px; text-align:center; font-weight:normal; margin-bottom:0px; padding-bottom:15px}
.mydate {font-size:12px;color: #666;}
.mydate span{ color: #000;}


.contact-left {float:left; width:48%}
.contact-right {float:right; width:48%}



ul.ctct-checkboxes, ul.ctct-checkboxes li {margin:0px; padding:0px; list-style:none; list-style-image:none}
ul.ctct-checkboxes li {float:left; width:200px}
ul.ctct-checkboxes li label {text-transform:lowercase; font-size:15px; float:none; line-height:normal}
ul.ctct-checkboxes li label input {width:auto; margin-top:0px; margin-bottom:0px; margin-top:8px}
ul.ctct-checkboxes {margin-left:10px; float:left; margin-top:5px}


.AttorneysWrap-new .attorney-new li {width:47%; float:left; border-bottom:1px solid #738486; padding-bottom:5px; padding-top:5px; margin:0px 1.5%; list-style:none; overflow:hidden}

.attorney-new {width:100%; padding:0px}
.AttorneysWrap-new .attorney-new li img {float: left;}
.AttorneysWrap-new .attorney-new li label {
	float:left; 
	width:75%; 
	padding: .75em .5em; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	color:#34755e;
	font-weight: bold;
}
.AttorneysWrap-new .attorney-new li span {
	float:right;
	text-align: right; 
	width:35%; 
	padding: .75em .5em; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.author{
	color:#9b9b9b; font-size:12px
}
div.author span{
	color:#34755e
}
div.author a{
	display: inline !important;
}

.cat-item.cat-item-90{
	display: none !important;
}

img{
	max-width: 100%;
	height: auto;
}





/* Simple Responsive Slider styles */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .rslides li {
    height: 400px;
  }
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.rslides_container {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
}

.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/wp-content/plugins/simple-responsive-slider/assets/css/themes/themes.gif") no-repeat left top;
  margin-top: -55px;
}

.rslides_nav:active {
  opacity: 1.0;
}

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.rslides_nav:focus {
  outline: none;
}

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
}

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.rslides_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}

.caption {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0,0,0, .8);
  color: #fff;
}

.professionals-emeritus {
	display: block;
	clear: left;
	margin-top: 75px;
    float: left;
}