th {
  display: table-cell !important;
}

ul.bullets {
  margin: 0 0 16px 0;
  padding-left: 42px;
  list-style: disc outside;
  overflow: hidden;
}

ul.bullets li {
  line-height: 16px;
}

div.insertion {
  overflow: hidden;
  position: relative;
}

div.insertion.image {
  margin-bottom: 16px;
}

div.insertion.link {
  display: inline !important;
}

div.insertion img {
  width: inherit;
}

div.insertion div.text {
  padding: 4px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}

div.insertion.document {
  margin-bottom: 16px;
  padding: 8px;
  border: 1px solid #ccc;
}

div.insertion.document a {
  font-weight: bold;
}

div.insertion.document .caption {
  font-size: 11px;
}

.insertion.form.float_left,.insertion.form.float_right {
  width: 50% !important;
}

.notice,#notice {
  margin-bottom: 12px;
  padding: 7px;
  background-color: #edf9e1;
  border: 1px solid #bfd38c !important;
  position: relative;
  z-index: 99;
}

button,input[type=submit] {
  -webkit-font-smoothing: antialiased;
  background-color: #4b4b4b;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}

button:hover,input[type=submit]:hover {
  background-color: #999;
  color: #fff;
  -webkit-transition: background .1s linear;
  -moz-transition: background .1s linear;
  transition: background .1s linear;
}

button:disabled,input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .5;
}

hr {
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  font-family: Raleway,sans-serif;
  font-size: 1em;
  margin-bottom: .75em;
  padding: .5em .5em;
  width: 100%;
}

input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,textarea:hover {
  border-color: #bfbfbf;
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
  border-color: #4b4b4b;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(62,62,62,.7);
  outline: 0;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],input[type=radio] {
  display: inline;
  margin-right: .375em;
}

input[type=file] {
  padding-bottom: .75em;
  width: 100%;
}

th {
  border-bottom: 1px solid #b2b2b2;
  font-weight: 700;
  padding: .75em 0;
  text-align: left;
}

th {
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button,input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

*,:after,:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.attorneys_index {
  overflow: hidden;
}

.attorneys_index .attorneys {
  margin-left: 0;
  overflow: hidden;
}

.attorneys_index .attorneys li {
  padding: .75em 0;
  height: auto!important;
}

.attorneys_index .attorneys li h2 {
  text-align: left;
  font-size: 1.25em;
}

.attorneys_index .attorneys li a:hover {
  text-decoration: none;
  color: #717171;
}

.attorneys_index .attorneys li p a:after {
  position: absolute;
  padding-left: 2px;
  content: '\00bb';
}

.bio_summary p {
  color: #767474;
}


.primary .content .blog_posts {
  padding: 1em 0;
}

.primary .content .blog_posts article {
  padding: 1em 0;
  border-bottom: 1px solid #e5e5e5;
}

.primary .content .blog_posts article:after {
  content: '';
  display: table;
  clear: both;
}

.primary .content .blog_posts article:last-child {
  border-bottom: none;
}

.primary .content .blog_posts p:last-of-type {
  margin-bottom: 1em;
}

.primary .content .cover {
  float: left;
  padding: .5em .75em .5em 0;
}

.primary .content .authorDetails {
  float: left;
}

.primary .content .comments {
  overflow: hidden;
}

.page_nav:after {
  content: '';
  display: table;
  clear: both;
}

.page_nav li {
  list-style: none;
}

.page_nav li:first-child {
  float: left;
}

.attorney_profile {
  overflow: hidden;
  padding-top: 2em;
}

.attorney_profile a h3,.attorney_profile a:hover,.attorney_profile a:hover h3 {
  text-decoration: none;
}

#primary aside.offices {
  width: 100%;
  overflow: hidden;
}

aside.offices ul {
  margin-left: 0;
  overflow: hidden;
}

aside.offices ul li {
  list-style: none;
  float: left;
}

input[type=text],textarea {
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
  border: none;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  border: 1px solid #dbdbdb!important;
}

input[type=text]:focus,textarea:focus {
  border-color: #989898!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0!important;
}

.full_width form ul {
  margin-left: 0;
}

.full_width form ul li {
  list-style: none;
}

.full_width form ul li input[type=text] {
  display: block;
  margin-right: 5.13568%;
  width: 100%;
}

.full_width form ul li input[type=text]:last-child {
  margin-right: 0;
}

.full_width form ul li textarea {
  float: left;
  display: block;
  margin-right: 5.13568%;
  width: 100%;
  height: 12em;
  resize: none;
}

.full_width form ul li textarea:last-child {
  margin-right: 0;
}

.wysiwyg_container {
  overflow: hidden;
  width: auto;
}

.insertion.form {
  margin-bottom: 1em;
  border: 1px solid #d9d9d9;
}

.insertion.form form {
  width: 100%;
}

.insertion.form .fields {
  margin: 0!important;
  width: 100%;
}

.insertion.form .fields li {
  width: 100%;
  list-style: none;
  position: relative;
  margin-bottom: .25em;
}

.insertion.form .fields li input[type=text],.insertion.form .insertion.form .fields li textarea {
  width: 97%;
  padding: .25em 1%;
}

.insertion.form .fields li.buttons {
  margin-bottom: 0;
  padding-bottom: 0;
}

.insertion.form .fields li.buttons input {
  margin-bottom: 0!important;
}

.insertion.form.float_left {
  float: left;
  width: 190px;
  margin-right: 1.25em;
  background: #fff;
  margin-top: 0!important;
  padding: 1em;
}

.insertion.form.float_left input[type=text],.insertion.form.float_left textarea {
  width: 97%;
  padding: .25em 1%;
}

.insertion.form.float_right {
  float: right;
  width: 190px;
  margin-left: 1.25em;
  padding: 1em;
  background: #fff;
  margin-top: 0!important;
}

.insertion.form.float_right input[type=text],.insertion.form.float_right textarea {
  width: 97%;
  padding: .25em 1%;
}

.insertion.form.float_none {
  width: auto;
  float: none;
  background: #fff;
  margin-top: 0!important;
  padding: 1em;
  clear: both;
}

.notice {
  width: 95%;
  padding: 1%;
  margin-bottom: 1em;
  font-size: .75em;
}

body.resources #content ul {
  margin-left: 0!important;
  margin-bottom: 1em!important;
}

body.resources #content ul li {
  list-style: none;
}

body.resources #content ul li ul {
  margin-left: 1.5em;
}

body.resources #content ul li ul li {
  list-style: disc;
}

.share,.share div,.share span {
  position: static!important;
  overflow: hidden;
}

.fb-like {
  display: inline-block;
  margin-right: .5em;
}

.fb-like iframe {
  margin-top: -3px;
}

.twitter-share {
  display: inline-block;
  height: 23px;
  width: 85px;
  margin-top: 2px;
}

.twitter-share iframe {
  width: 85px!important;
}

.content aside.offices li h2 {
  margin-bottom: 5px!important;
  font-size: 16px!important;
  line-height: 1.125em;
}

.offices li a {
  text-decoration: none;
}

.offices li a:hover {
  text-decoration: none;
}

.offices li a h2 {
  color: #18b3d0;
}

.offices li a address {
  color: #737373;
  float: left;
  width: 65%;
  font-size: .75em;
  margin-bottom: 0;
}

.offices li a:hover h2 {
  text-decoration: none;
  color: #4c4c4c!important;
}

.offices li p a {
  background: #d6d6d6;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  padding: 2px 4px;
  line-height: normal;
  font-size: 11px;
  display: inline-block;
  color: #8f8f8f;
}

.offices li p a:hover {
  color: #3e3e3e;
}

.office_details {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5em;
}

.office_details h2 {
  font-size: 1.25em;
  margin-bottom: 0!important;
}

.office_details+h2 {
  font-size: 1.25em;
}

.office_details address {
  float: left;
  font-style: normal;
  width: 65%;
}

.office_details address * {
  font-family: 'Source Serif Pro',serif;
}

img[src^="http://maps.gstatic.com/"] {
  max-width: none!important;
}

.recent-posts ul {
  margin-left: 0;
  padding: 0 .5em;
}

.recent-posts ul li {
  list-style: none;
  padding: 0 .75em;
  border-top: 1px solid #d8d8d8;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}

.recent-posts ul li a {
  display: block;
  width: 100%;
  padding: .5em 0;
}

.recent-posts ul li:hover {
  background: #d8d8d8;
}

.recent-posts ul li:hover a {
  color: #4b4b4b;
  text-decoration: none;
}

.recent-posts ul li p a {
  color: #717171;
  font-weight: 700;
  font-size: 1.25em;
}

.recent-posts ul li p {
  margin-bottom: .25em;
}

.recent-posts ul li p:last-of-type {
  margin-bottom: 0!important;
}

.recent-posts h1 {
  font-size: 1.5em;
  padding: .5em 1em;
  background: #717171;
  color: #fff;
}

.recent-posts h2 {
  font-size: 1em;
  margin-bottom: 0!important;
}

.recent-posts h2 a {
  color: #717171;
}

.recent-posts h2 a:hover {
  text-decoration: none;
  color: #8b8b8b;
}

.recent-posts #recent_posts {
  margin-bottom: 2em;
}

.recent-posts ul:last-child li {
  padding-bottom: .75em;
}

.widget.form label {
  font-weight: 400;
}

.widget.form input {
  width: 100%;
  outline: 0;
  border: none;
  height: 2em;
}

.widget.form .buttons button {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 4em;
  width: 4em;
  border-radius: 100%;
  box-shadow: 1px 2px 3px rgba(0,0,0,.4);
}

.widget ul li a:hover {
  text-decoration: none;
  color: #717171;
}

.widget.blog_search input[type=text] {
  width: 95%;
  padding: 5px 2%;
}

.widget.form ul {
  margin: 0;
}

.widget.form ul li {
  width: auto;
  list-style: none;
  margin-bottom: 10px;
}

.widget.form .widget.form ul li textarea,.widget.form ul li input[type=text] {
  padding: 5px 2%;
}

.widget.blog_posts {
  padding-top: 0!important;
}

.widget.blog_posts ul li {
  list-style: none;
  border-top: 1px solid #d8d8d8;
  padding: .75em 0;
}

.widget.blog_posts ul li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.widget.blog_posts .date:before {
  content: 'Posted on:';
}

.widget.blog_posts .date span:after {
  content: '/';
  margin: 0 -3px 0 0;
}

.widget.attorneys ul {
  margin-left: 0;
  padding-bottom: 0;
  list-style: none;
}

.widget.attorneys ul li {
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
  padding: 1em 0;
}

.widget.attorneys ul li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.widget.link_group ul li {
  list-style: none;
}

.widget.link_group ul li:first-child {
  margin-top: 0;
}

.widget.link_group ul li h5 {
  margin-bottom: 0;
}

.widget.case_results ul {
  margin-left: 0;
  padding-bottom: 0;
}

.widget.case_results ul li {
  list-style: none;
  padding: .75em 0;
  border-top: 1px solid #d8d8d8;
}

.widget.case_results ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.widget.case_results ul li h5 {
  margin-bottom: 0;
}

.widget.case_results ul li a:hover {
  text-decoration: none;
}

.widget.social_media_posts ul {
  margin-left: 0;
  padding-bottom: 0;
}

.widget.social_media_posts ul li {
  list-style: none;
}

.widget.social_media_posts ul li h5 {
  margin-bottom: 0;
}

.widget.social_media_posts ul li a:hover {
  text-decoration: none;
}

.widget.tags ul:after {
  content: '';
  display: table;
  clear: both;
}

.widget.tags ul h4+ul {
  padding: 0;
}

.widget.tags ul li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  margin-right: .25em;
}

.widget.tags ul li a {
  color: #fff;
  background: #979797;
  padding: .25em;
}

.widget.tags ul li a:hover {
  background: #646464;
  color: #fff;
  text-decoration: none;
}

.widget p {
  margin-bottom: 0!important;
}

.widget.free_form ul {
  margin: 0;
}

.widget.free_form ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 0!important;
  padding-bottom: 0;
  margin-left: 1em;
}

.widget.free_form p {
  margin-bottom: .75em;
}

.insertion.widget {
  background: #f9f9f9;
}

.insertion.widget h4 {
  margin-bottom: .75em;
  color: #fff;
  border-bottom: none;
  background: #717171;
  padding: .25em .75em;
}

.insertion.widget h4+div,.insertion.widget h4+ul {
  padding: 0 1.25em;
}

.insertion.widget.no-background {
  background: 0 0!important;
}

.insertion.widget.float_left {
  float: left;
  display: block;
  margin-right: 5.13568%;
  width: 100%;
  margin-bottom: 2em;
}

.insertion.widget.float_left:last-child {
  margin-right: 0;
}

.insertion.widget.float_right {
  float: left;
  display: block;
  margin-right: 5.13568%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2em;
}

.insertion.widget.float_right:last-child {
  margin-right: 0;
}

.insertion.widget.float_none {
  float: none;
  float: left;
  display: block;
  margin-right: 5.13568%;
  width: 100%;
  margin-bottom: 2em;
}

.insertion.widget.float_none:last-child {
  margin-right: 0;
}

.insertion.widget.free_form h4+div {
  padding-bottom: 0!important;
}

.widget p.notice {
  margin-bottom: 15px!important;
}

.insertion.widget.float_none .widget.attorneys ul li p {
  width: 82%;
}

.attorney_profile a:hover h3,.attorneys h2 a:hover,.case_results h2 a:hover,.content a[href^=tel]:hover,.page_nav li a:hover,.recent-posts h2 a:hover,aside.offices li a:hover h2,h3 a:hover,p a:hover {
  text-decoration: none!important;
}

* {
  box-sizing: border-box;
}

body,html {
  margin: 0;
  padding: 0;
  height: 100%;
}

#siteCanvas,#siteWrapper {
  height: auto;
  width: 100%;
  position: relative;
}

#siteWrapper {
  overflow: hidden;
}

#siteCanvas {
  background: #fff;
  z-index: 1;
}

.sub {
  height: auto;
}

.primary img {
  max-width: 100%;
}

/*
.full_width .contact {
  display: none;
}
*/

@-webkit-keyframes rise {
  to {
    -webkit-transform: translate3d(0,0,0);
  }
}

@-moz-keyframes rise {
  to {
    -moz-transform: translate3d(0,0,0);
  }
}

@keyframes rise {
  to {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
}

input,label {
  display: block;
  font-family: Raleway,sans-serif;
  font-size: 1em;
}

.sub label {
  color: #2b2b2b;
  font-size: .75em;
  font-weight: 700!important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

label {
  margin-bottom: .5em;
}

label.required:after {
  content: '*';
}

span.required {
  color: #1a6ba5;
}

* {
  font-family: Raleway,sans-serif;
}

body,p {
  color: #555;
  font-family: Raleway,sans-serif!important;
}

a {
  color: #1a6ba5;
  font-family: inherit;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}

a:active,a:focus,a:hover {
  color: #999;
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a {
  color: #2b2b2b;
  font-family: Raleway,sans-serif!important;
  font-weight: 800;
  text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.125;
  margin: 0.5rem 0 0.25rem 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .75em;
}

p {
  font-weight: 400;
  margin: 0;
}

p.lead {
  font-size: 1.125em;
  margin: 0 auto;
  max-width: 40em;
  text-align: center;
}

p.lead:after {
  border-bottom: 1px solid #efefef;
  content: '';
  display: block;
  margin: 1.75em auto 2.5em;
  width: 200px;
}

.primary .content p {
  margin-bottom: 1em;
}

ul.bullets {
  margin: 0;
  padding-left: 2em;
}

ul.bullets li {
  font-family: 'Source Serif Pro',serif;
  line-height: inherit;
  margin-bottom: .75em;
}

.wysiwyg_container p * {
  font-family: 'Source Serif Pro',serif;
}

label {
  font-size: .75em;
}

input[type=submit] {
  width: auto!important;
  height: auto!important;
  display: inline-block;
  background: #1a6ba5;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  font-weight: 800!important;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1em 2.25em;
  text-transform: uppercase;
}

input[type=submit]:hover {
  background: #999;
  cursor: pointer;
}

input[type=submit]:active {
  background: #999!important;
}

small {
  font-size: .85em;
}

.insertion.image {
  margin-bottom: 1em;
}

.insertion.image img {
  display: block;
  height: auto!important;
  margin: 0 auto;
}

.insertion.image .text {
  color: #555;
  font-size: .75em;
  padding: .5em;
  position: relative;
}

.insertion.widget {
  margin-bottom: 24px;
}

.insertion.widget h4 {
  background: #dbdbdb;
  color: #374048;
  padding: .75em .75em;
}

.insertion.widget .widget.case_results ul li {
  border-bottom: none;
  margin-bottom: 0;
}

.insertion.widget .widget.link_group ul {
  margin-bottom: 24px;
}

.insertion.form {
  padding: 24px;
}

.navtoggle {
  cursor: pointer;
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .5s .15s cubic-bezier(.39,.575,.565,1);
  -moz-transition: all .5s .15s cubic-bezier(.39,.575,.565,1);
  transition: all .5s .15s cubic-bezier(.39,.575,.565,1);
}

.navtoggle .bar {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 7px;
  background: #2b2b2b;
  -webkit-transform: rotate(0) translate3d(0,0,0);
  -moz-transform: rotate(0) translate3d(0,0,0);
  -ms-transform: rotate(0) translate3d(0,0,0);
  -o-transform: rotate(0) translate3d(0,0,0);
  transform: rotate(0) translate3d(0,0,0);
  -webkit-transition: background .2s cubic-bezier(.165,.84,.44,1);
  -moz-transition: background .2s cubic-bezier(.165,.84,.44,1);
  transition: background .2s cubic-bezier(.165,.84,.44,1);
}

.navtoggle:active .bar,.navtoggle:focus .bar,.navtoggle:hover .bar,.navtoggle:visited .bar {
  background: #999;
}

.mobileMenu {
  position: fixed;
  display: block;
  overflow-y: auto;
  width: 18em;
  top: 0;
  right: 0;
  z-index: 1;
  background: #555;
  height: 100%;
  padding: 2em 1em;
  box-shadow: none;
  -webkit-transition: all .3s .1s cubic-bezier(.39,.575,.565,1);
  -moz-transition: all .3s .1s cubic-bezier(.39,.575,.565,1);
  transition: all .3s .1s cubic-bezier(.39,.575,.565,1);
  -webkit-transform: translate3d(18em,0,0);
  -moz-transform: translate3d(18em,0,0);
  -ms-transform: translate3d(18em,0,0);
  -o-transform: translate3d(18em,0,0);
  transform: translate3d(18em,0,0);
}

.mobileMenu .navtoggle {
  position: absolute;
  right: 1.25em;
  top: 0;
}

.mobileMenu .navtoggle i {
  font-family: FontAwesome!important;
  font-style: normal;
  font-size: 3em;
  color: #fff;
}

.mobileMenu h3 {
  font-size: 2em;
  margin-bottom: .5em;
  color: #fff;
}

.mobileMenu>ul>li {
  border-top: 1px solid rgba(250,250,250,.4);
  cursor: pointer;
}

.mobileMenu>ul>li>a {
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}

.mobileMenu>ul>li>a:hover {
  background: rgba(250,250,250,.4);
  color: #4b4b4b;
}

.mobileMenu>ul>li:last-child {
  border-bottom: 1px solid rgba(250,250,250,.4);
}

.mobileMenu>ul>li>ul {
  padding: 0 1.5em;
}

.mobileMenu>ul>li>ul>li>ul {
  display: none;
}

.mobileMenu>ul>li>ul>li>a:before {
  content: '\f0da';
  font-family: FontAwesome;
  margin-right: .25em;
}

.mobileMenu>ul>li>ul>li>a:first-child {
  padding-top: 0;
}

.mobileMenu>ul>li>ul>li>a:hover {
  color: #989898;
}

.mobileMenu>ul a {
  display: block;
  color: #fff;
  font-size: 1.25em;
  padding: .75em .5em;
}

header {
  background: #fff;
  z-index: 100;
  width: 100%;
}

.headerWrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  padding-left: 1em;
  padding-right: 5em;
  min-height: 5rem;
  max-width: 100%;
}


header .logo {
  display: block;
  max-width: 75%;
  width: auto;
  -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
  transition: all .4s cubic-bezier(.165,.84,.44,1);
}

header .logo .title {
  display: block;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.125;
  text-transform: uppercase;
}

header .phone {
  display: none;
}

.mainNav {
  display: none;
}

/*
.unslider {
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
}

.unslider-wrap {
  position: relative;
}

.unslider-fade {
  position: relative;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider li,.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-nav {
  bottom: 2rem;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}
*/

.primary {
  padding: 2.5em 5%;
}

.pa {
  margin-bottom: 1.5em;
}

.pa-content {
  text-align: center;
}

.pa-content img {
  margin-bottom: 1em;
  width: 60px;
}

.home .contact .formWrap h4 {
  border-bottom: none;
  color: #fff;
  font-size: 2.5em;
  padding: 0;
  text-align: center;
}

.home .contact .formWrap label {
  color: #fff;
  font-size: .75em;
  font-weight: 800!important;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.home .contact .formWrap input {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff!important;
  border-radius: 0;
  font-size: 1.25em;
  margin-bottom: .5em;
  outline: 0;
  padding: .5em .75em;
  width: 100%;
}

.home .contact .formWrap input:focus {
  outline: -webkit-focus-ring-color auto 5px!important;
}

.home .contact .formWrap textarea {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff!important;
  font-size: 1.25em;
  font-weight: 600;
  height: 6em;
  outline: 0;
  padding: .5em;
  resize: none;
}

.home .contact .formWrap textarea:focus {
  outline: -webkit-focus-ring-color auto 5px!important;
}

.home .contact .formWrap input[type=submit] {
  background: #1a6ba5;
  border: none!important;
  color: #fff;
  display: block;
  font-size: .875em;
  font-weight: 800!important;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 1em 2.25em;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-transition: all .2s cubic-bezier(.165,.84,.44,1);
  -moz-transition: all .2s cubic-bezier(.165,.84,.44,1);
  transition: all .2s cubic-bezier(.165,.84,.44,1);
}

.home .contact .formWrap input[type=submit]:focus,.home .contact .formWrap input[type=submit]:hover {
  background: #999;
  border: none!important;
  color: #fff;
}

.spacerWrap {
  padding: 2em 5%;
}

.spacerWrap .spaces .spacer {
  padding: 0;
  margin-bottom: 2em;
}

.spacerWrap .spaces .spacer:nth-child(2) {
  margin-bottom: 0;
}

.spacerWrap .spaces .spacer:after {
  content: '';
  display: table;
  clear: both;
}

.contact_container:nth-of-type(n+2) {
  margin-top: 1em;
}

.contact_container .image {
  display: none;
  float: left;
  margin-right: 1em;
  max-width: 75px;
}

.contact_container address {
  font-family: 'Source Serif Pro',serif;
  font-style: normal;
  overflow: hidden;
}

.contact_container address * {
  font-family: 'Source Serif Pro',serif;
}

.contact_container address+div {
  display: none;
}

footer {
  background: #001b2e;
  padding: 2em 5%;
}

footer .footWrap {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

footer .footWrap:after {
  content: '';
  display: table;
  clear: both;
}

footer .footRow:after {
  content: '';
  display: table;
  clear: both;
}

footer .footNav {
  display: none;
}

footer .footNav a {
  color: #fff;
  font-family: 'Source Serif Pro',serif;
}

footer .footNav a:hover {
  color: #999;
}

footer .footNav>ul>li {
  margin-bottom: .5rem;
}

footer .footNav>ul>li>ul {
  display: none;
}

footer .disclaimer {
  font-size: .75em;
  margin-bottom: 2rem;
  text-align: center;
}

footer .disclaimer p {
  color: #999;
}

footer .social {
  text-align: center;
  margin-bottom: 2rem;
}

.social h3 {
  color: #fff;
  margin-bottom: .5rem;
}

.social ul li {
  display: inline-block;
}

footer .copyright {
  text-align: center;
  margin-bottom: 2rem;
}

footer .copyright p {
  color: #fff;
  font-size: .75em;
}

footer .lawlytics {
  margin-bottom: 2rem;
}

footer .groupdisc {
  text-align: center;
}

footer .groupdisc ul {
  display: flex;
  font-size: .75em;
  justify-content: center;
}

footer .groupdisc ul li:after {
  content: '|';
  margin: 0 .25em;
  color: #fff;
}

footer .groupdisc ul li:last-child:after {
  content: '';
  margin: 0;
}

footer .groupdisc ul li a {
  font-family: 'Source Serif Pro',serif;
  color: #fff;
  cursor: pointer;
}

footer .groupdisc ul li a:hover {
  color: #999;
}

.sub .hero {
  background: url(/images/subhero.jpg) no-repeat center;
  position: relative;
  width: 100%;
  background-size: cover!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
}

.sub .hero .headingWrap {
  background-image-vert: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0), rgba(0,0,0,0));
  background-image: linear-gradient(90deg,rgba(0,0,0,.5), rgba(0,0,0,0));
  padding: 2.5em 5%;
  border-bottom: 8px solid #2B697D;
}

.sub .hero .headingWrap hgroup h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.125;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.sub .primary {
  margin: 0 auto;
  padding: 2.5em 5%;
}

.sub .primary:after {
  content: '';
  display: table;
  clear: both;
}

.contact .formWrap .subnavigation {
  margin-bottom: 1.5em;
}

.contact .formWrap h4 {
  border-bottom: 2px solid #19202d;
  color: #1a6ba5;
  text-align: left;
  padding: 12px;
}

.contact .formWrap .subnavigation h4 a {
  color: #1a6ba5;
  padding: 0;
}

.contact .formWrap .subnavigation h4 a:hover {
  color: #999;
}

.contact .formWrap .subnavigation a {
  color: #2b2b2b;
  display: block;
  padding: 12px;
}

.contact .formWrap .subnavigation nav>ul>li>a {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .75em;
  text-transform: uppercase;
}

.contact .formWrap .subnavigation a:hover {
  color: #999;
}

.contact .formWrap .subnavigation nav {
  font-weight: 600;
}

.contact .formWrap .subnavigation nav>ul>li {
  background: #efefef;
  margin-bottom: 2px;
}

.contact .formWrap .subnavigation .active>a {
  color: #1a6ba5;
}

.contact .formWrap .subnavigation .active>a:hover {
  color: #999;
}

.widget.subnavigation nav .active>ul {
  display: block!important;
  padding: 0;
}

.sub .contact .formWrap .widget.subnavigation nav ul>li>ul>li>a {
  padding: 0 12px 12px;
  font-size: .85em;
}

.sub .contact .formWrap .widget.subnavigation nav ul>li>ul>li:last-child a {
  padding-bottom: 24px;
}

.widget.form textarea {
  font-weight: 600;
  height: 8em;
  resize: none;
  margin-bottom: 1em;
}

.widget.form .widget.form ul li textarea,.widget.form ul li input[type=text] {
  padding: .5em;
}

.sub .spacerWrap {
  border-top: 1px solid #efefef;
}

.page_nav li.next {
  float: right;
}

.case_results li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5em;
}

.entry_container {
  padding: .5em 0 1.25em;
}

.entry_container:after {
  content: '';
  display: table;
  clear: both;
}

.case_results .entry_container .entry p small {
  text-transform: uppercase;
  font-weight: 600;
}

.case_result .page_nav {
  margin-bottom: 1.5em;
}

.case_result .attorney_profile {
  font-family: 'Source Serif Pro',serif;
}

.case_result .primary .case_result h1 {
  font-size: 2em;
}

.attorneys_index .attorneys li .bio_summary {
  margin-bottom: 0;
}

.attorneys_index .attorneys li h2 {
  font-size: 1.25em;
  margin-bottom: .25em;
}

.attorneys_index .attorneys li .bio_summary+p {
  margin-bottom: 12px;
}

.attorneys_index .attorneys li .bio_summary a {
  display: block;
  margin-top: .25em;
}

.sub.attorney .primary .photo {
  margin-bottom: 24px;
}

.sub.attorney .primary .photo img {
  display: block;
}

.sub.attorney .primary .content .recent-posts h1 {
  font-size: 1.25em;
}

.sub.attorney .primary .content .recent-posts ul li:first-child {
  border-top: none;
}

.sub.attorney .primary .content .recent-posts ul li h2 {
  font-size: 1em;
}

.offices li a h2 {
  color: #1a6ba5;
}

.offices li a:hover h2 {
  color: #999!important;
}

.offices li a address {
  color: #555;
  font-size: 1em;
  font-style: normal;
  width: 100%;
}

.offices li a address * {
  font-family: 'Source Serif Pro',serif;
}

.primary .content .blog_posts article {
  padding: 1.5em 0;
}

.primary .content .blog_posts article:first-child {
  padding-top: 1em;
}

.sub.blog .primary .blog_posts h2 {
  text-align: left;
  margin-bottom: 12px;
}

.sub.blog .primary .blog_posts .meta {
  font-size: .85em;
}

.sub.blog .primary .blog_posts .meta span {
  font-family: 'Source Serif Pro',serif;
}

.primary .content .cover {
  float: none;
  padding: 0 0 1em 0;
  width: 100px;
}

.sub.blog .primary .blog_posts .continue {
  font-family: 'Source Serif Pro',serif;
  font-size: .85em;
}

.sub.blog .primary .blog_posts .continue a:after {
  content: '\00bb';
  padding-left: 4px;
}

.primary .content .blog_posts article h1 {
  font-size: 2em;
  margin-bottom: .5em;
}

.primary .content .blog_posts .share {
  margin-top: 1em;
}

.primary .content .blog_posts .share h3 {
  font-size: 1.25em;
  margin-bottom: .25em;
}

.twitter-share {
  height: 23px;
  width: 70px;
  margin-top: 0;
}

.primary .content .comments {
  margin-top: 1em;
  overflow: visible;
}

.primary .content .aboutAuthor {
  margin-top: 1em;
}

.primary .content .aboutAuthor:after {
  content: '';
  display: table;
  clear: both;
}

.sub.blog .primary .content .aboutAuthor h2 {
  margin-bottom: .5em;
}

.primary .content .authorThumb {
  float: left;
}

.primary .content .authorThumb img {
  display: block;
  margin-right: 1em;
}

.primary .content .authorDetails {
  float: none;
  overflow: hidden;
}

.primary .content .authorDetails h5 {
  font-size: 1.125em;
}

.primary .content .comments h2 {
  margin-bottom: .25em;
}

.full_width .primary .content {
  display: block;
  width: 100%;
}

/*
.full_width .primary .contact {
  display: none;
}
*/

.full_width .primary .content form {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}

.full_width .primary .content .offices {
  display: block;
  width: 100%;
  padding: 1em 0 0;
}

.formWrap>.widget {
  margin-bottom: 1rem;
}










 .sub.attorney .primary .photo img {
     display: none;
 }
 .sub.attorney h1 a, .sub.attorney h2 a, .sub.attorney h3 a,
 .sub.attorney h4 a, .sub.attorney h5 a, .sub.attorney h6 a {
    color: #af3030;
 }



.neff_slideshow {
position: relative;
overflow: hidden; 
background-color: black;
height: 500px;
}
.slide_container {
 width: 100%;
 height: 100%;
 position: absolute;
 opacity: 0;
 z-index: 1; 
 transition: opacity 2s ease-in-out;
 background-repeat: no-repeat;
 background-size: cover;
}

.slide_container.active {
  opacity: 1;
  z-index: 2;
}

.slide_container.next {
  opacity: 0;
  z-index: 1;
}

.slide_overlay {
 height: 100%;
 width: 100%; 
 background:0 0;
 background-image:linear-gradient(90deg,rgba(0,0,0,0.7),rgba(0,0,0,0), rgba(0,0,0,0));
}

.slide_content {

}

.section_title {
  font-size: 2em; 
  font-weight: bold;
  color-old: #2B697D;
  color: #114D5C;
}

.header_summary {
 max-width: 20em;
 width: 80%;
 font-size: 2em; 
 font-weight: bold; 
 color: white; 
 float: left; 
 margin-left: 5%; 
 margin-top: 2em;
}



.parea_section {
 width: 80%;
 margin: auto;
 margin-bottom: 5em;
}
.parea_wrap {
 display: flex; 
 flex-flow: row wrap;
 gap: 3em;
 justify-content: center;
 align-items: center;
}
.parea_box {
 width: 100%; 
 max-width: 20em;
 border: 1px solid #89c3d6;
 border-radius: 0.2em;
 display: flex;
 flex-flow: column wrap;
 gap: 1em;
 justify-content: center;
 align-items: center;
 padding: 1em;
 background-color: white;
}
.parea_img {
 width: 300px; 
 height: 180px; 
 object-fit: cover; 
 object-position: center;
 border-radius: 0.2em;
}



.article_section {
 width: 80%;
 margin: auto;
 margin-bottom: 10em;
}
.article_wrap {
 display: flex; 
 flex-flow: row wrap;
 gap: 3em;
 justify-content: center;
 align-items: center;
}
.article_box {
 width: 100%; 
 border: 1px solid silver;
 display: flex; 
 flex-flow: row nowrap;
 gap: 1em;
 justify-content: center;
 align-items: top;
 padding: 1em;
 background-color: #ebf5f8;
 border-radius: 0.3em;
 min-height: 14em;
}
.article_img {
 width: 60px; 
 height: 40px; 
 object-fitdd: cover;
 object-position: center;
 border-radius: 0.4em;
}
.article_title {
 font-size: 1.2em;
 text-align: top;
 font-weight: bold;
 color: #3889a4; 
 padding-bottom: 0.5em;
 position: relative;
 top: -0.25em;
}
.article_sum {
 padding-bottom: 0.5em;
}
.article_section a{ color: #3889a4; }











@media screen and (min-width:62em) {

  .article_box{
    width: 42%;
  }


  .full_width form ul li input[type=text] {
    float: none;
    display: block;
    margin-right: 5.13568%;
    width: 91.23869%;
  }

  .full_width form ul li input[type=text]:last-child {
    margin-right: 0;
  }

  .full_width form ul li textarea {
    float: left;
    display: block;
    margin-right: 5.13568%;
    width: 91.23869%;
  }

  .full_width form ul li textarea:last-child {
    margin-right: 0;
  }

  .insertion.widget.float_left {
    float: left;
    display: block;
    margin-right: 5.13568%;
    width: 47.43216%;
  }

  .insertion.widget.float_left:last-child {
    margin-right: 0;
  }

  .insertion.widget.float_right {
    float: right;
    display: block;
    margin-left: 5.13568%;
    width: 47.43216%;
    margin-right: 0;
  }

  .insertion.widget.float_right:last-child {
    margin-right: 0;
  }

  #siteCanvas,  #siteWrapper {
    height: 100%;
  }

  #siteWrapper {
    overflow: visible;
  }

  p.lead {
    font-size: 1.25em;
  }

  p.lead:after {
    margin: 2.5em auto 3em;
    width: 350px;
  }

  input[type=submit] {
    padding: 1.25em 2.25em;
  }

  .insertion.image.float_left {
    float: left;
    margin-right: 1em;
  }

  .insertion.image.float_right {
    float: right;
    margin-left: 1em;
  }

  .navtoggle {
    display: none;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu>ul {
    display: none;
  }

  .headerWrap {
    padding-right: 0em;
  }

  header .logo {
    flex-basis: 50%;
  }

  header .logo .title {
    font-size: 1.5em;
  }

  header .phone {
    display: block;
    flex-basis: 50%;
    text-align: right;
  }

  .phone span {
    color: #2b2b2b;
    display: block;
    font-size: .75em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .phone a {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.125;
  }

  .mainNav-wrapper {
    background: #1b1b1b;
    position: relative;
    width: 100%;
    z-index: 999;
  }

  .mainNav {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 1em;
    width: 100%;
  }

  .mainNav a {
    color: #fff;
    font-size: .875em;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mainNav>ul {
    display: flex;
    flex-direction: row;
  }

  .mainNav>ul>li {
    position: relative;
    flex-grow: 1;
    height: 100%;
    text-align: center;
    z-index: 10;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
  }

  .mainNav>ul>li.parent>a:after {
    color: #1a6ba5;
    /* content: '\f107'; */
    font-family: FontAwesome!important;
    margin-left: 5px;
    position: relative;
    top: -1px;
  }

  .mainNav>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 0;
    cursor: pointer;
    line-height: 1.75;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
  }

  .mainNav>ul>li>ul {
    display: none;
    left: 0;
    width: 20em;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9;
  }

  .mainNav>ul>li>ul li {
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    line-height: 1.25;
    display: block;
    position: relative;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
  }

  .mainNav>ul>li>ul li:last-child {
    border-bottom: none;
  }

  .mainNav>ul>li>ul li a {
    color: #1a6ba5;
    display: block;
    font-weight: 700;
    height: 100%;
    padding: 24px;
    text-align: left;
    width: 100%;
  }

  .mainNav>ul>li>ul li a:hover {
    color: #999;
  }

  .mainNav>ul>li>ul li>ul {
    display: none;
    position: absolute;
    width: 100%;
    right: -100%;
    top: 0;
    background: #d8d8d8;
  }

  .mainNav>ul>li>ul li>ul.bottom {
    top: auto;
    bottom: 0;
  }

  .mainNav>ul>li>ul li>ul li a {
    width: 100%;
    display: block;
  }

  .mainNav>ul>li>ul li>ul ul {
    display: none;
  }

  .mainNav>ul>li>ul li:hover>ul {
    display: none;
  }

  .mainNav>ul>li:hover>a {
    color: #dbdbdb;
  }

  .mainNav>ul>li:hover>ul {
    display: block;
  }

  .mainNav a:last-child li {
    border: none;
  }

  .primary {
    padding: 6em 1em;
  }

/*
  .primary .content {
    max-width: 1200px;
    margin: auto;
  }
*/

  .primary .content:after {
    content: '';
    display: table;
    clear: both;
  }

  .pa {
    display: inline-block;
    margin-bottom: 3em;
    vertical-align: top;
    width: 49%;
  }

  /*
  .pa {
    display: inline-block;
    margin-bottom: 3em;
    vertical-align: top;
    width: 33.3333%;
  }
  */

  .pa-content {
    padding: 0 1.5em;
  }

  .pa-content img {
    width: 90px;
  }

  .home .contact .formWrap {
    max-width: 40em;
    width: 20%;
    margin: 0 auto;
  }

  .home .contact .formWrap:after {
    content: '';
    display: table;
    clear: both;
  }

  .home .contact .formWrap input[type=submit] {
    padding: 1.25em 2.5em;
  }

  .spacerWrap {
    padding: 4em 0;
  }

  .spacerWrap .spaces {
    max-width: 60em;
    margin: 0 auto;
  }

  .spacerWrap .spaces:after {
    content: '';
    display: table;
    clear: both;
  }

  .spacerWrap .spaces .spacer {
    margin: 0;
  }

  .spacerWrap .spaces .spacer:nth-child(1) {
    float: left;
    padding-right: 2em;
    width: 50%;
  }

  .spacerWrap .spaces .spacer:nth-child(2) {
    border-right: none;
    float: left;
    padding-left: 2em;
    width: 50%;
  }

  footer {
    padding: 4em 0;
  }

  footer .footRow {
    margin-bottom: 2.5em;
  }

  footer .footNav {
    display: block;
    float: left;
    width: 25%;
  }

  footer .footNav:last-child {
    margin-right: 0;
  }

  footer .disclaimer {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 0 1rem;
    width: 50%;
  }

  footer .social {
    float: right;
    margin-bottom: 0;
    text-align: right;
    width: 25%;
  }

  .copyWrap {
    align-items: center;
    display: flex;
  }

  footer .copyright {
    flex-basis: 35%;
    margin-bottom: 0;
    text-align: left;
  }

  footer .lawlytics {
    flex-basis: 30%;
    margin-bottom: 0;
  }

  footer .groupdisc {
    flex-basis: 35%;
  }

  footer .groupdisc ul {
    justify-content: flex-end;
  }

  .sub .hero .headingWrap {
    padding: 4em 1em;
  }

  .sub .hero .headingWrap hgroup {
    margin: 0 auto;
    max-width: 60em;
  }

  .sub .hero .headingWrap hgroup h1 {
    font-size: 3.5em;
  }

  .sub .primary {
    padding: 2.5em 0;
  }

  /*
  .sub .content {
    display: block;
    float: left;
    margin: auto;
    padding: 1em 0;
    width: 60%;
  }
  */

  .primary{
    display: flex; flex-flow: row wrap; justify-content: center; align-items: top; gap: 1em;  
  }

  .content{
    margin: 0px; padding-top: 0px; min-width: 60%; width: 60%;
  }

  /*
  .sub .contact {
    display: block;
    float: left;
    width: 30%;
  }
  */

  .case_result .page_nav {
    font-size: .85em;
  }

  .case_result .attorney_profile {
    font-size: .85em;
  }

  .offices li a address {
    font-size: .85em;
  }

  .primary .content .cover {
    float: left;
    padding: .5em 1em .5em 0;
    width: 125px;
  }

  .primary .content .float_entry {
    overflow: hidden;
  }

  .full_width .primary .content form {
    float: left;
    display: block;
    margin-right: 5%;
    width: 40%;
  }

  .full_width .primary .content .offices {
    float: left;
    display: block;
    width: 55%;
  }
}

@media screen and (min-width:48em) {
  .attorneys_index .attorneys li .bio_summary a {
    font-size: .85em;
  }

  .navtoggle {
    right: 1.5em;
    top: 1.5em; 
  } 
}   

@media (max-width:991px) {
  .left .mobileMenu {
    box-shadow: 0 3px 5px rgba(0,0,0,.5);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.pagetitle h2
{
 color: white;
 text-align: center;
 font-size: 2.2em;
}

.pagetitle h1
{
 color: white;
 text-align: center;
 font-size: 3.2em;
}

#home_lead_message{
padding-bottom: 4em; 
}

#home_lead_message h2{
font-size: 1.1em; 
margin: 1rem 0 .5rem 0;
}
#home_lead_message p{
margin-bottom: 1rem;
}
#home_lead_message ul{
list-style: revert;
margin-left: 2rem;
margin-bottom: 1rem;
}

