html {
	height: 100%;
	    position: relative;
    min-height: 100%;
}
body, html {
	margin:0;
	padding:0;
}
body {
	font-family: "museo-sans",sans-serif;!important;
	font-weight:400!important;
	color:#000!important;
	font-size:14px!important;
	background:#ffffff!important;
	height: auto;
	min-height: 1;
	line-height:1.42857;
	}
p {
	margin:10px 0 0 0 !important;
}

.mobile {
	display:none;
}

a {
	color:#43782f!important;
}
a.ctcc-more-info-link {
    color:#fff !important;
}
h1, h2, h3, h4, h5 {
	font-family: "museo-sans", sans-serif!important;
	font-weight:bold!important;
}
.content h1 {
	font-size:25px!important;
}
h2 {
	font-size:18px!important;
}
h3 {
	font-style:italic !important;
	color:#f5841f !important;
	font-size:18px !important;
	font-family: "museo-sans", sans-serif !important;
	font-weight:400 !important;
	margin-top:0 !important;
	line-height:1.4 !important;
}
h4 {
	font-size:16px!important;
}
.content h2 {
	font-size:25px;
	margin: 15px 0 15px 0;
}
.content h2 {
	font-size:25px;
	margin: 25px 0 2px 0;
}
.attorney-cycle h2 {
	margin-bottom: 25px;
}
.orange {
	color:#f5841f;
}
.contact-info .orange {
	color:#f5841f;
	margin-right:5px;
}
.contact-info {
	font-size:14px;
	text-align: left;
}
.bio-wrapper .title .orange,
.margin20 .orange {
	color:#f5841f;
	font-style:italic;
}

.margin20 .orange {
font-size:16px!important;
}

body.contact {
   min-height:100%; 
    position:relative; 
}

body.contact .footerpush { 
    position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
    height:351px;
}

.light-black {
	color:#2c2c2c;
	font-weight:bold;
	    font-style: normal!important;
}
.light-gray {
	color:#979696!important;
}
p.title {
	font-size:16px;
}
.btn:active, btn:focus, btn:visited {
	outline:none!important;
	border:none!important;
}
.lato {
	font-family: 'Lato', sans-serif!important;
	font-weight:700!important;
}
/* Top & Navigation Styles */
.home .top {
	background:#000000;
}
.top {
	background:#f2f2f2;
}
.headroom {
	position: fixed!important;
	z-index:999999;
	top: 0!important;
	left: 0!important;
	right: 0!important;
 transition: all .2s ease-in-out!important;
}
.headroom--unpinned {
	top: -100px!important;
}
.headroom--pinned {
	top: 0!important;
}

.home .navbar {
	background: #000000!important;
}

.navbar {
	border-top:none!important;
	background: #f2f2f2!important;
	border-radius:0!important;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	height:auto!important;
	padding:28px 0!important;
}
.navbar-brand>img {
width:268px;
}
.navbar-nav {
	margin-left:30px!important;
	float:right!important;
}
.home .navbar-nav>li>a {
	color: #ffffff!important;
}
.home .navbar-nav>li>a:hover, .home .navbar-nav>li>a:focus {
	background:#43782f!important;
}
.navbar-nav>li>a {
	color: #4d4d4d!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "museo-sans",sans-serif!important;
	height: 95px!important;
	line-height: 95px!important;
	padding: 0 15px!important;
}
.NavigationTab a {
	color: #4d4d4d!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 18px!important;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a.active, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color:#fff!important;
	background:#43782f!important;
	border:0!important;
	border-color:#43782f!important;
}
.navbar-nav>li:hover a{
	color:#fff!important;
}
.navbar-nav>li:hover {
	background:#43782f!important;
	color:#fff!important;
}
.address a {
	height: 14px!important;
	line-height: 14px!important;
	padding:0 !important;
	font-weight:inherit;
	font-size:13px;
	color:#000 !important;
	text-transform: none;
}
.sm-icons a {
	color:#43782f !important;
}
.nav > li.dropdown {
	position: static;
}
.nav > li.dropdown.sm {
	position: relative;
}
.dropdown:hover .dropdown-menu {
display: block!important;
}
.nav > li.dropdown .dropdown-menu {
	display: none;
	margin: 0px auto;
	max-width: 992px;
	text-align: left;
	padding:30px 0;
	left: 0;
	right: 0;
	background: #43782f;
	border-radius: 0!important;
	width:992px;
}
.nav > li.dropdown.sm .dropdown-menu {
	display: none;
	margin: 0px auto;
	max-width: 992px;
	text-align: left;
	padding:30px;
	left: 0;
	right: 0;
	background: #43782f;
	border-radius: 0!important;
	width:max-content;
}
.nav > li.dropdown .dropdown-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav > li.dropdown .dropdown-menu ul li {
	margin-bottom:10px;
}
.nav > li.dropdown .dropdown-menu ul li:last-child {
	margin-bottom:0;
}
.nav > li.dropdown .dropdown-menu ul li a {
	color:#fff!important;
}
.dropdown-menu>li {
	display: table-cell;
}
.split-halfs ul{
 	float: left;
	width:50%;
	padding:0 15px !important;
}
.split-thirds ul{
 	float: left;
	width:33%;
	padding:0 15px !important;
}
.split-fourths ul{
 	float: left;
	width:25%;
	padding:0 15px !important;
}
.searchform {
}
.searchform input {
	background:none!important;
	border-left:0;
	border-top:0;
	border-bottom:0;
	border-right:0;
	border-radius:0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	width:100%;
	color:#fff;
	font-family: "museo-sans", sans-serif!important;
	font-size:25px;
	line-height:34px!important;
}
 .searchform .form-control::-webkit-input-placeholder {
color:#fff;
opacity:1.0!important;
}
.searchform .form-control:-moz-placeholder { /* Firefox 18- */
color:#fff;
opacity:1.0!important;
}
 .searchform .form-control::-moz-placeholder { /* Firefox 19+ */
color:#fff;
opacity:1.0!important;
}
 .searchform .form-control:-ms-input-placeholder {
color:#fff;
opacity:1.0!important;
}
.searchform .btn {
	background:none!important;
	color:#fff;
	border:0!important;
}
.searchform .form-control:focus {
	border-color:#fff;
}
/* Sidebar navigation */
.NavigationSlideOut {
	width: 280px;
	padding:30px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	background-color: #eaeaeb;
	float: left;
	z-index: 1000;
	overflow-y: scroll;
	transition-timing-function: ease;
	display:none;
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
.NavigationSlideOut .navbar {
	background-color: #eaeaeb!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	margin-top:0px;
	margin-bottom:0px;
}
 .NavigationSlideOut .searchform .form-control::-webkit-input-placeholder {
color:#4d4d4d!important;
opacity:1.0!important;
}
.NavigationSlideOut .searchform .form-control:-moz-placeholder { /* Firefox 18- */
color:#4d4d4d!important;
opacity:1.0!important;
}
 .NavigationSlideOut .searchform .form-control::-moz-placeholder { /* Firefox 19+ */
color:#4d4d4d!important;
opacity:1.0!important;
}
 .NavigationSlideOut .searchform .form-control:-ms-input-placeholder {
color:#4d4d4d!important;
opacity:1.0!important;
}
.NavigationSlideOut .searchform .btn {
	background:none!important;
	color:#4d4d4d!important;
	border:0!important;
}
.NavigationSlideOut .navbar li {
	text-align:center;
}
.NavigationTab .small-font {
	text-transform:none!important;
}
.NavigationTab.sm-icons a {
	font-size:21px!important;
	padding:0 5px!important;
}
.NavigationTab.sm-icons a:hover {
	text-decoration:none;
	color:#ccc!important;
}
.NavigationTab.sm-icons .fa-fw {
	width:auto!important;
}
.NavigationTab .custom-nav-font {

}
.navbar {
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	border:0!important;
}
.NavigationTab {
	height: auto;
	display: block;
    padding: 10px 0;
}
.NavigationTab a {
	text-decoration: none;
}
.NavigationTab.searchform {
	margin-bottom:15px;
}
.NavigationTab.searchform input {
	color: #4d4d4d!important;

}
.NavigationTab.address {
	font-weight: 400!important;
	color: #000!important;
	font-size: 13px!important;
	padding-top:10px;
}
.NavigationTab:hover {
	transition: ease 0.35s;
}
.NavigationTab .sub-list {
	padding: 15px 0 0;
}
.NavigationTab .sub-list li {
	list-style: none;
}
.NavigationTab .sub-list li a {
	display: block;
    line-height: 1.5 !important;
    height: auto !important;
}
.menuIcon {
position: absolute;
    top: 6px;
    right: 5px;
    margin: 25px 15px 10px 10px;
    padding: 10px;
    z-index: 1002;
    cursor: pointer;
    display: none;
	
width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  cursor: pointer;
}

.menuIcon.open {
 top: 6px;
    right: 265px;
    background: #fff;
	position:fixed;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.menuIcon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #43782f;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.menuIcon span:nth-child(1) {
  top: 0px;
}

.menuIcon span:nth-child(2) {
  top: 12px;
}

.menuIcon span:nth-child(3) {
  top: 24px;
}

.menuIcon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menuIcon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menuIcon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Container styles */
body.attorneys .fixed-padding {
	padding:0px 15px;
	float:left;
	width:100%;
}
.fixed-padding {
	padding:30px 15px;
	float:left;
	width:100%;
}
.bio-content .col-md-8 {
	padding-left:30px;
	padding-right:30px;
}
.bio-content .col-md-4 {
	padding-right:30px;
}
.container.content {
	padding:60px 15px;
}
.col-md-4 {
	width:31.3333% !important;
}
.col-md-8 {
	width:68.6667% !important;
}



.bigtext {
  position:relative;
}

.back-attorneys {
    width: 100%;
    max-height: 69px;
    display: block;
    text-align: center;
    border: 1px solid #4d4d4d;
    font-size:21px!important;
    padding: 20px 0;
    font-family: "museo-sans", sans-serif!important;
}

.full-bio {
    width: 100%;
    max-height: 69px;
    display: block;
    text-align: center;
    background:#43782f;
	border: 1px solid #43782f;
	color:#fff!important;
	font-size:21px!important;
    padding: 20px 0;
    font-family: "museo-sans", sans-serif!important;
}

.hide-full, .hide-full-bio {
display:none!important;
}

.hide-full-bio.hide-full {
display:block!important;
}

.back-attorneys:hover, .full-bio:hover {
text-decoration:none;
cursor:pointer;
}

.show-full-bio {
background: url(../img/gradient-bg.png) top left repeat-x;
min-height:140px;
position:absolute;
bottom: 0;
    z-index: 9999;
    width: 100%;
	display:none;
}
 
.expand {
  min-height:auto!important;
      max-height: 9999px!important;
}

.bigtext.expand .show-full-bio {
display:none!important;
}
 
.hide {
  display: none;
}

body.home .container.content,
body.practice-area .container.content {
padding:30px 15px 30px 15px;
}
#down h1 {
	padding-bottom:10px;
}
.container.content.bio-content {
	padding:0px 15px!important;
}
.container.content h2:first-child, .container.attorneys h2:first-child, .container.content h1:first-child, .container.attorneys h1:first-child {
	margin-top:0!important;
	width:100%;
}
.container.bottom {
	padding:60px 15px 10px 15px;
}
.container.attorneys {
	padding:30px 15px 30px 15px;
}
.container-fluid.gray {
	background:#f2f2f2;
}
.container-fluid.black {
	background:#2c2c2c;
}
.footer-sticky {
	position:absolute;
	bottom: 0;
    width: 100%;
    min-height: 469px;
}
.container.attorney-cycle .wrap {
	padding:20px;
	background: #434343;
}
.container.attorney-cycle h2.larger {
    font-size: 2em!important;
}
.container.attorney-cycle .black {
	background:#434343;
	min-height:305px!important;
}

.container.attorney-cycle .black h2 {
font-size:25px!important;
color:#f2f2f2;
margin-bottom:0!important;
}
.container.attorney-cycle .black .orange-quote {
margin-bottom:10px;
float:left;
width:100%;
}
.container.attorney-cycle .black.wrap p {
	color:#f2f2f2;
}
#map {
	height:100%;
	width: 100%;
	left:0;
	position:absolute;
}
.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}
/* Element styles */
.table-ul {
display: table;   /* Allow the centering to work */
	margin: 0 auto;
	min-width:920px;
}

.table-ul li {
display: inline-table;
    float: none;
	width:24%;
}
.table-ul ul.featured {
	text-align:center;
}
.toggleClass {
	margin-bottom:0!important;
}
.nopadding-left {
	padding-left:0!important;
}
.nopadding-right {
	padding-right:0!important;
}
.padding-left10 {
padding-left:10px!important;
}
.margin5 {
	margin-bottom:5px!important;
}
.margin20 {
	margin-bottom:20px!important;
}
.no-background {
	background:none!important;
}
ul.featured {
	text-align: center;
}
ul.featured, ul.thumbs {
	margin:0!important;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
ul.thumbs li {
	max-height:69px;
	overflow:hidden;
	margin-bottom:10px;
}
ul.thumbs li.view-all a {
	width:100%;
	max-height:69px;
	display:block;
	text-align:center;
	border:1px solid #4d4d4d;
	padding:25px 0 30px 0;
	font-family: "museo-sans", sans-serif!important;
}
ul.thumbs li img {
	opacity:0.7;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
ul.thumbs li a.active img, ul.thumbs li:hover img {
	opacity:1.0;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}
.featatt {
	max-width:150% !important;
	width:150%;
	margin-left:-25%;
}
.learn {
	background:#43782f;
	display:block;
	text-align:center;
	padding:15px 0;
	position:absolute;
	bottom:0;
	right:15px;
	width:236px;
	color:#fff!important;
}
body.home ul.featured li {
	text-align:center;
	margin-bottom:50px;
	background: none!important;
	padding-left: 0!important;
	min-height:auto!important;
	width:32%;
	display: inline-table;
	float:none;
}
body.attorneys ul.featured li {
	text-align:center;
	margin-bottom:30px;
	background: none!important;
	padding-left: 0!important;
	min-height:auto;
}
body.practice-area ul.featured li {
	width:33%;
}
ul.featured li {
	text-align:center;
	margin-bottom:50px;
	background: none!important;
	padding-left: 0!important;
	min-height:auto;
}
body.articles ul.featured li {
	margin-bottom:30px;
}
body.articles ul.featured li:hover {
	cursor: auto;
}
ul.featured li:hover {
	cursor:pointer;
}
body.practice-area ul.featured li:hover, body.articles-detail ul.featured li:hover {
	cursor:pointer !important;
}
ul.featured li a {
font-weight:700;
color:#4d4d4d!important;
}
ul.fixedcenter li {
margin-bottom:0;
min-height:auto;
}
ul.featured li a:hover {
	text-decoration:none!important;
}
body.home ul.featured li a:before, 
body.practice-area ul.featured li a:before,
body.attorneys ul.featured li a:before,
body.articles-detail ul.featured li a:before {
	content: "";
	position: absolute;
	width: 75%;
	height: 2px;
	bottom: -5px;
	left: 9%;
	right:0;
	background-color: #f7b479;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
body.home ul.featured li:hover a:before, 
body.practice-area ul.featured li:hover a:before,
body.attorneys ul.featured li:hover a:before,
body.articles-detail ul.featured li:hover a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
ul.featured li .wrap {
	background:#d5d5d5;
	padding:0px;
	border:4px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
	margin-bottom:25px;
	min-height:220px;
}
ul.featured.articles-sidebar .wrap {
	padding:20px 20px 20px 20px!important;
	background-color:#f2f2f2!important;
	margin-bottom:15px;
	position:relative;
	z-index:2;
	overflow:hidden;
}
ul.featured.articles-sidebar .wrap p {
position:relative;
	z-index:2;
}
ul.featured.articles-sidebar .numbers {
position:absolute;
bottom:35px;
right:-1px;
z-index:1;
font-size:97px;
color:#e0e0e0;
font-family: "museo-sans", sans-serif!important;
font-weight:700!important;
}
.author-wrapper h2 {
display:block;
width:100%;
text-align:center;
}

h2.uppercase {
text-transform:uppercase!important;
margin-bottom:20px!important;
}
ul.featured.articles-sidebar .wrap strong {
	margin-bottom:10px;
	float:left;
	width:100%;
}
ul.featured li .wrap.image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul.featured li .wrap.author {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul.featured li.hide-article {
	opacity:0;
}
.dropdown-filters {
display:none!important;
}
a.dropdown-toggle.btn {
background-color: #fff;
    border-color: #ccc;
	    width: 100%;
    text-align: left;
}

a.dropdown-toggle.btn .caret {
float:right;
margin-top:10px;
}
#filters {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
#filters label {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#filters li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background: none!important;
    padding: 0;
}
#filters li span {
	display: block;
	padding:4px 10px;
	text-decoration:none;
	color:#000000;
	cursor: pointer;
	background:#ededed;
	border-radius:6px;
	font-size:14px;
}
#filters li span.active {
	background: #43782f;
	color:#fff;
}
#attorneylist .attorneys {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	float:left;
}
.attorneys-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #666;
	cursor:pointer;
}
.attorney-switch {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:306px!important;
}
.footer {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	color:#d0d0d0!important;
	float:left;
}
.bottom .col-md-2 {
	width:19%;
	float:left;
}
.bottom .col-md-7 {
	width:50%;
	float:left;
}
.bottom .col-md-3 {
	width:31%;
	float:left;
}
.footer li {
	margin-bottom:10px;
	float:left;
	width:100%;
	font-size:12px;
}
.footer li:last-child {
	margin-bottom:0px;
}
.footer h2 {
	color:#fff;
	font-weight:bold;
	font-family: "museo-sans", sans-serif!important;
	margin-bottom:0;
	margin-top:0;
	font-size:14px !important;
	text-transform:uppercase;
}
.footer a {
	color:#d0d0d0!important;
}
.footer h2 a {
	color:#ffffff!important;
}
.footer .sm-icons {
	font-size:24px;
	margin-top:15px;
}
.footer .sm-icons a {
	color:#d0d0d0 !important;
}
.footer .sm-icons a:hover {
	text-decoration:none;
	color:#909090 !important;
}
.subfooter {
	padding:15px 0;
	border-top:1px solid #363636;
	color:#fff!important;
	font-size:11px;
}
.subfooter a {
	color:#43782f!important;
	text-decoration:underline;
}
.subfooter a:hover {
	text-decoration:none;
}
/* Banner styles */
.banner, .banner-page {
	background: url(../img/banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale')";
}
.banner-page.bio {
	background-color:#d5d5d5;
}
.banner .container {
	position: relative;
}
.banner-page .container {
	min-height: 303px;
	position: relative;
}
.banner-page.bio .container {
	min-height: 528px!important;
	position: relative;
	margin-top:95px;
}

.banner-maps.bio {
	min-height: 623px!important;
	position: relative;
	height:65vh;
}

.banner-maps.bio .container {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.banner-maps {
	padding:0!important;
}
.banner-page.bio .container .bio-wrapper {
	position:absolute;
	background:#000;
	bottom:0;
	left:0;
	min-height:150px;
	min-width:450px;
	padding:20px;
	background: url(../img/bg-bio-wrapper.png) repeat bottom left;
	font-size:14px;
	color:#fff;
}

.banner-maps.bio .container .bio-wrapper {
	position:relative;
	background:#000;
	left:-15px;
	min-height:150px;
	min-width:450px;
	max-width:450px;
	padding:20px;
	background: url(../img/bg-bio-wrapper.png) repeat bottom left;
	font-size:14px;
	color:#fff;
}

.author-wrapper {
	font-size:14px;
	color: #4d4d4d;
}
.banner-page.bio .container .bio-wrapper h1, .banner-maps.bio .container .bio-wrapper h1 {
	position:relative;
	top:0;
	color:#fff!important;
	margin:0 0 0 0!important;
	text-transform:none;
	font-size:35px;
	font-family: "museo-slab", sans-serif!important;
	text-shadow: 1px 0px 25px #000000;
}
.hide-lg .bio-wrapper h1 {
	position:relative;
	top:0;
	color:#fff!important;
	margin:0 0 0 0!important;
	text-transform:none;
	font-size:35px;
	font-family: "museo-slab", sans-serif!important;
	
}
.author-wrapper h2 {
	font-size: 14px!important;
}
.banner-page.bio .container .bio-wrapper a, .banner-maps.bio .container .bio-wrapper a,
.hide-lg .bio-wrapper a, .hide-lg .bio-wrapper p {
	color:#fff!important;
}

.banner-maps.bio .container .bio-wrapper h2.uppercase {
margin:30px 0 0 0!important;
font-size:14px!important;
}

.banner h1 {
	margin:0 auto;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	right: 0;
	font-family: "fira-sans", sans-serif!important;
	color: #fff!important;
	font-size: 70px;
	font-weight: 700;
	text-align:center;
	text-shadow: 1px 0px 25px #000000;
	
}
.banner .line {
	margin:1em;
	position:absolute;
	top: 55%;
    transform: translateY(-55%);
	transition-duration: 700ms;
	left: 0;
	right: 0;
	margin:auto;
	border-bottom:2px solid white;
  width:0%;
}

.banner span.line {

    
-webkit-animation: line 0.3s linear forwards; /* Chrome, Safari, Opera */
-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */

    animation: line 0.3s linear forwards;
	animation-delay: 0.5s;
}

@keyframes line {
  from {
    left:0%;
    width:0%;
  }
  to {
    left:0%;
    width:85%;
  }
}

.banner-page h1 {
	position: absolute;
	bottom: 60px;
	left: 0;
	font-family: "museo-slab", sans-serif!important;
	color: #fff!important;
	font-size: 35px;
	font-weight: 700;
	text-shadow: 1px 0px 25px #000000;
}
.banner .container a {
	position:absolute;
	z-index:999;
	left:0;
	right:0;
	bottom:60px;
}
.banner .down {
	margin:auto;
}

.banner .line:hover {
	background-size: 4px 100%;
}

.banner-2 {
	background: url(../img/banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale')";
}
.banner-2 .container {
	position: relative;
}
.banner-2 .container .banner-home-content {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	right: 0;
}

.banner-2 h1 {
	position: relative;
	margin: 0;
	font-family: "fira-sans", sans-serif!important;
	color: #fff!important;
	font-size: 70px;
	font-weight: 700;
	text-align:center;
	text-shadow: 1px 0px 25px #000000;
	
}

.banner-2 h1.left {
	right:100px;	
}

.banner-2 .line {
	margin:1em;
	position:absolute;
	bottom: 0;
	transition-duration: 700ms;
	left: 0;
	right: 0;
	margin:auto;
	border-bottom:2px solid white;
  width:0%;
}
.banner-2 span.line {

	-webkit-animation: line 0.3s linear forwards; /* Chrome, Safari, Opera */
	-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */

    animation: line 0.3s linear forwards;
	animation-delay: 0.5s;
}
@keyframes line {
  from {
    left:0%;
    width:0%;
  }
  to {
    left:0%;
    width:75%;
  }
}
.banner-2 .container .scroll-down {
	position:absolute;
	z-index:999;
	left:0;
	right:0;
	bottom:30px;
}
.banner-2 .down {
	margin:auto;
}

.banner-2 .line:hover {
	background-size: 4px 100%;
}

.banner-2 .featured-news {
	position: absolute;
	left: calc(100% - 180px);
	top: 50%;
	transform: translateY(-50%);
	width: 350px;
}
.banner-2 .featured-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-2 .featured-news ul li {
	margin: 0 0 20px;
}
.banner-2 .featured-news ul li:last-child {
	margin: 0;
}
.banner-2 .featured-news ul li {
	display: block;
	background-color: rgba(000,000,000,0.50);
	padding: 15px;
	border: 1px solid #f5841f;
}
.banner-2 .featured-news ul li a:hover {
	text-decoration: none;
}
.banner-2 .featured-news ul li h2 {
	margin: 0;
	color: #fff;
}
.banner-2 .featured-news ul li p {
	margin: 0 !important;
	color: #000;
}

.feat-content { 
	display:none; 
	color:#fff; 
	border-top: 1px solid #43782f;
	margin-top: 10px;
	padding-top: 10px;
}
.featured-news li:hover .feat-content { display:block; }

.quote {
	background:#43782f;
}
.quote .txt {
	padding:30px 35px;
	font-style:italic;
	color:#fff;
	font-size:18px;
	font-family: "museo-sans", sans-serif!important;
	background:url(../img/quote.png) 5px 20px no-repeat;
	line-height:22px;
}
.quote .txt p {
	margin:0 0 0 0!important;
}
.orange-quote {
	font-style:italic;
	color:#f5841f;
	font-size:18px;
	font-family: "museo-sans", sans-serif!important;
}
.bio-content {
	font-size:16px;
	position:relative;
	line-height:23px;
}
.bio-content h2 {
	color:#4d4d4d!important;
	font-size:14px!important;
	text-transform:uppercase;
}
.bio-content .sidebar-content h2 {
	color:#4d4d4d;
	margin:0 0 15px 0;
	font-size:16px;
	text-transform:none;
	font-weight:700;
	float:left;
	width:100%;
}
.bio-content .sidebar-content ul {
	margin:0 0 0 0!important;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	line-height:18px;
}
.bio-content .sidebar-content ul li {
	margin-bottom:15px;
	font-size:14px;
	background:url(../img/list.jpg) 0 7px no-repeat;
	padding-left:15px;
	min-height:auto!important;
}

.bio-content .sidebar-content ul li .author-wrapper a {

color:#4d4d4d!important;
}

.bio-content .sidebar-content ul li:hover {
cursor:auto;
}

.bio-content .sidebar-content .badges {
display:inline-block;
padding-top:20px;
}

.bio-content .sidebar-content .badges div {
clear:both;
}

.bio-content .sidebar-content .badges div a {
color: inherit !important;
}

.bio-content .sidebar-content .badges #sl_badge_container_small br {
display:block;
}

.bio-content .sidebar-content .badges #sl_badge_container_small a {
color: #ffffff !important;
}
.bio-content ul.legal, .bio-content ul {
	margin:10px 0 0 20px;
	padding:0;
	list-style:none;
}
.bio-content ul ul {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
.bio-content ul.legal li p, .bio-content ul li p {
	margin:0 0 0 0!important;
}
.bio-content ul.legal li {
	margin-bottom:25px;
	padding-left:15px;
	background:url(../img/list.jpg) 0 7px no-repeat;
	    font-style:italic;
}

.bio-content ul li {
	padding-left:15px;
	background:url(../img/list.jpg) 0 7px no-repeat;
}
.hidden {
	visibility: hidden;
}
.bio-content .bg-gray {
background: #ededed;
    /* float: left; */
    left: -1500px;
    height: 500px;
    position: absolute;
    width: 200%;
    max-width: 1785px;
    height: 100%;
}
.gray {
	background: #ededed;
}
.article-content {
	text-align:left;
}
.article-content h2 {
	color:#4d4d4d;
	margin-bottom:5px;
	font-weight:bold;
}
.article-content span {
}
.article-content a.more, a.more {
	color:#43782f!important;
	text-decoration:underline;
	font-weight:300!important;
}
a.more:hover {
	text-decoration:none;
}
.fixedblock {
float:right!important;
}

.hide-lg {
display:none;
}
.hide-buttons {
display:none;
}

.carousel-inner {
overflow:hidden!important;
}

.bx-viewport {
height:auto!important;
}
.bounce-up li {
  -moz-transition: all 700ms ease-in;
  -webkit-transition: all 700ms ease-in;
  -o-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
  
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up li.in-view  {
  opacity: 1;

}

.bounce-up li.out-view  {
  opacity: 0;
	display:none;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;

}
/* Custom mobile styles */
@media (max-width:579px) {
.footer {
width:100%;
}
body.attorney-bio .hide-lg .bio-wrapper h1 {
 white-space: nowrap;
 font-size:21px;
 }
}

@media (max-width:767px) {
	.table-ul {
display: table;   /* Allow the centering to work */
	margin: 0 auto;
	min-width:auto!important;
}

.table-ul li {
display: block!important;
    float: left!important;
	width:50%!important;
	    min-height: 302px!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.banner-page.bio {
    background: url(../img/michelle.jpg) no-repeat center 175px;
	}
	
	.table-ul {
display: table;   /* Allow the centering to work */
	margin: 0 auto;
	min-width:auto!important;
}

.table-ul li {
display: inline-table;
    float: none;
	width:32% !important;
}
}

@media (max-width: 767px) {

ul.fixedwidth li {
width:50%!important;
}
/*
body.practice-area ul.fixedwidth li {
width:50%;
}*/
body.practice-area .table-ul li:last-child {
    display: inline-table!important;
    float: none!important;
}

 .author-wrapper {
margin:15px 0!important;
}
body.home .custom-column .wrap, body.home .custom-column, body.practice-area .custom-column .wrap, body.practice-area .custom-column {
margin-bottom:25px!important;
}
body.home ul.featured li {
	width:49% !important;
}
.custom-column .wrap, .custom-column {

}
.custom-column {
width:50%!important;
}
}

@media (min-width: 767px) {

ul.articles-sidebar li {
width:100%!important;
}
}
@media (min-width:992px) {
 .container {
width:940px!important;
}
.banner .container {
	min-height: 803px;
	position: relative;
}
body.practice-area ul.fixedcenter {
text-align:center;
}
body.practice-area ul.fixedcenter li {
display:inline-block;
float:none!important;
}
}
@media (min-width:1200px) {
 .container {
width:1040px !important;
}
}
 @media (max-width:820px) {
 body.attorneys ul.featured li,
 body.articles ul.featured li {
 padding-left:15px!important;
 }
 .dropdown-filters {
display:block!important;
    float: left;
    position: relative;
	width:100%;
	margin-bottom: 20px;
}
#filters.dropdown-menu, #filters.dropdown-menu li {
width:100%;
}

#filters.dropdown-menu li {
    margin-bottom: 5px;
	}
	
	#filters.dropdown-menu li:hover span {
    background: #ededed!important;
	}
	
	#filters.dropdown-menu li span.active {
	    background: #43782f!important;
	}
#filters.dropdown-menu li span {
	border-radius:0;
	background:#fff;
}

.dropdown-filters .btn:active, .dropdown-filters .btn:focus {
border: 1px solid #adadad!important;
    border-radius: 4px!important;
}	
.filters {
display:none;
}
.mobile {
	display:block;
}
.bio-content .col-md-8 {
 padding-left:15px;
 padding-right:15px;
 }
 .carousel-inner {
overflow:visible!important;
}
.item .col-md-5 {
overflow:hidden
}
.item .col-md-7 {
	position:relative;
	z-index:9999;
	left:-200px;
}

body.attorney-bio .banner-page.bio .container {
min-height:275px!important;
}
body.attorney-bio .sidebar-content,
body.articles-detail .sidebar-content {
display:none;
}
body.attorney-bio .sidebar-content.expand,
body.articles-detail .sidebar-content.expand {
display:block;
}
 .back-attorneys, .full-bio {
 font-size:16px!important;
 }
 .bigtext {
max-height:500px;
overflow:hidden;
}
 .show-full-bio {
	display:block;
}
.hide-buttons {
display:block;
padding:30px 0;
}
.banner h1 {
   font-size: 58px;
	text-shadow: none;
}
.banner-2 h1 {
   font-size: 58px;
	text-shadow: none;
}
 body.attorneys .fixed-padding {
	padding:60px 15px;
	float:left;
	width:100%;
}
 .hide-lg {
display:block;
}

.light-gray-bg {
background:#434343;
}
.light-gray-bg .bio-wrapper {
padding:30px 0;
}
 .banner-page.bio .container .bio-wrapper h1 {
 left:0!important;
 }
 .container.content.bio-content, .container.attorneys, body.practice-area .container.content {
 padding:100px 15px 0 15px!important;
 }
 
 body.attorney-bio .container.content.bio-content {
 padding:0 15px!important;
 }
 .sidebar-content, .fixedblock {
 float: none;
    display: block;
 }
 .col-md-4, .col-md-8 {
	 width:100% !important;
 }
 .hide-xs {
 display:none!important;
 }
 .container.attorney-cycle .wrap {
 padding: 30px!important;
 background: #434343;
}
 .bx-viewport div {
 padding:0!important;
}
 .bx-wrapper .bx-viewport {
 left:0!important;
}
 .author-wrapper {
margin:15px 0!important;
float:left;
width:100%;
}
.banner-page h1 {
bottom:100px!important;
left:15px!important;
}
 .bio-content .sidebar-content ul {
 margin:0;
}
.bio-content .bg-gray {
background:none!important;
}
.bottom .col-md-2 {
	width:40%;
	float:left;
}
.bottom .col-md-3 {
	width:60%;
	float:left;
	padding-left:5px;
	padding-right: 0;
}
ul.articles-sidebar li {
width:50%!important;
}

ul.featured.articles-sidebar .numbers {
bottom:35px !important;
font-size:97px !important;
}
}

@media (min-width:820px) and (max-width:991px) {
.bio-content .bg-gray {left:-1265px!important;}
}

@media (min-width:992px) and (max-width:1199px) {
.bio-content .bg-gray {left:-1490px !important;}
}

@media (min-width:1200px) {
.bio-content .bg-gray {left:-1459px !important;}
}

@media (max-width:1300px) {
	.banner-2 .featured-news {
		position: static;
		left: auto;
		top: auto;
		transform: none;
		width: auto;
		margin: 20px;
		text-align: center;
	}	

	.banner-2 h1.left {
		right:0;	
	}
}

@media (max-width:1191px) {
.navbar-nav > li > a {
	padding:0 10px !important;
}
}

@media (max-width:991px) {
.top { width:98% !important; }	
.nav > li.dropdown .dropdown-menu { width:100%; }
 .subfooter .col-xs-6 {
 padding:15px!important;
 }
 .menuIcon, .NavigationSlideOut {
display:block;
}
 .navbar-nav {
display:none;
}
.navbar-brand {
 height: auto!important;
 padding: 30px 0 30px 15px!important;
}
body.home ul.featured li {
margin-bottom:30px!important;
}
 .bx-pager .nopadding-right {
}
 .bx-pager .nopadding-left {
 padding-left:15px!important;
}
 .banner-page .container {
 position: relative;
 width:100%;
}
 .container-fluid {
padding:0!important;
}
 .remove-padding {
 padding:0!important;
}
 .fixed-padding {
 padding:30px 15px;
}

body.practice-area .fixed-padding {
 padding:30px 15px 30px 15px;
}

body.attorneys .fixed-padding {
 padding:30px 15px 0 15px;
}
 .sidebar-content {
 float:left;
 margin-bottom:0px;
}
 .navbar-nav {
float: right!important;
margin: 0 0 0 -30px!important;
}
.navbar-nav > li > a {
	padding:0 10px !important;
}
ul.thumbs li {
 max-height: 120px!important;
 overflow: hidden;
}
.attorney-switch { display:none; }

body.practice-area ul.featured li {
	min-height:270px;
	margin-bottom:30px;
}

ul.featured.articles-sidebar .numbers {
bottom:25px;
font-size:97px;
}
}

@media (max-width:880px) {
.navbar-nav > li > a {
	font-size:12px !important;
}
}

@media (max-width:805px) {
.banner span.line {
-webkit-animation: line 0.3s linear forwards; /* Chrome, Safari, Opera */
-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */

    animation: line 0.3s linear forwards;
	animation-delay: 1s;
}
}

@media (min-width:480px) and (max-width:551px) {
	.banner h1 {
	font-size:51px;
	}
	.banner-2 h1 {
	font-size:51px;
	}
}

@media (max-width:530px) {
.table-ul li, .practice-area ul.fixedwidth li {
width:100%!important;
}
}

@media (max-width:510px) {
ul.articles-sidebar li {
width:100%!important;
}
body.home ul.featured li {
	width:100% !important;
}
}

@media (max-width:479px) {
.learn {
width:100%;
position:relative;
right:auto;
}
.container.attorney-cycle .black {
min-height:450px!important;
}
.banner-page.bio .container .bio-wrapper, .banner-maps.bio .container .bio-wrapper {
min-width:100%;
max-width:100%;
}

.custom-column .wrap:last-child, .custom-column:last-child {

}
.banner h1 {
font-size:31px;
}
.banner-2 h1 {
font-size:31px;
}
ul.featured li {
/*padding:0!important;*/
}
body.home ul.featured li {
margin-bottom:30px!important;
}

body.practice-area ul.featured li {
	min-height:200px;
	width:100%;
}
}
 @media (max-width:419px) {
.navbar-brand>img {
max-width:70%;
min-width:210px;
min-height:38px;

}
}
 .custom-column .wrap:last-child, .custom-column:last-child {

}
.quote .txt {
 padding: 30px 15px;
}

 @media (max-width:410px) {
.attorneys ul.fixedwidth li {
width:100%!important;
}
}

 @media (max-width:479px) {
.banner-page.bio .container .bio-wrapper, .banner-maps.bio .container .bio-wrapper {
min-width:auto!important;
}
}
     
     
.committee .item { display: flex; align-content: center; align-items: center; gap: 20px; padding-bottom: 20px; }
.committee .item .photo img { width: 200px; }

@media (max-width:767px) {
    .committee .item .photo img { width: 150px; }
}

@media (max-width:480px) {
    .committee .item { padding-bottom: 40px; flex-wrap: wrap; }
    .committee .item .photo img { width: 250px; }
}
     