/**
 * Subpage styling goes here. Excluded on homepage
 *
 * @format
 */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.animate-in-view.banner-title.animated {
  opacity: 1;
  animation-name: slideInUp;
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.animate-in-view.banner-title {
  animation-delay: 1.2s;
  opacity: 0;
}
.animate-in-view.banner-title.animated strong {
  animation-delay: 0.5s;
}
.banner-inner-tit {
  display: inline-block;
  vertical-align: top;
  /* overflow: hidden; */
  width: 100%;
}
.animate-in-view.banner-title.animated {
  opacity: 1;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

#header-desktop {
  animation: none !important;
  opacity: 1 !important;
}
.search-form {
  display: flex;
  position: relative;
}

.search-form button {
  height: 50px;
  width: 50px;
  font-size: 1.1rem;
  padding: 0 12px;
  border-radius: 0;
  background: var(--primary-color);
  color: #fff;
  border: none !important;
}

.search-form button:hover,
.search-form button:focus {
  background: var(--secondary-color);
  color: #fff;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dad7cd;
}

.post-bottom .button.outline {
  font-size: 15px;
  padding: 10px 15px;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.post-bottom .button.outline:hover,
.post-bottom .button.outline:focus {
  font-size: 15px;
  padding: 10px 15px;
  border: 2px solid var(--secondary-color);
  color: #fff !important;
  background-color: var(--secondary-color);
}

.post:last-child {
  border: none;
  padding-bottom: 0;
}

.post-head h1,
.post-head h2 {
  font-size: 36px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  line-height: 1.2;
  font-weight: bold;
  color: var(--alternate-color);
}

.content .post-head h1 a,
.content .post-head h2 a {
  color: var(--alternate-color);
  font-size: 36px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: none;
}
.content .post-head h2 a:hover,
.content .post-head h2 a:focus {
  color: var(--secondary-color);
}

.post-head,
.post-body {
  margin-bottom: 30px;
  color: var(--color-dark-blue);
}

.post-head-info a {
  color: var(--color-alternate);
  text-decoration: none !important;
  text-transform: capitalize !important;
  font-weight: 600;
}

.post-head-info a:hover,
.post-head-info a:focus {
  color: var(--secondary-color);
  text-decoration: none;
}

.post-body {
  display: block;
}

.post-head-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--primary-color);
}

.post-head-info i {
  margin: 0 5px;
  color: var(--secondary-color);
  display: none;
}

.post-head-info a:hover,
.post-head-info a:focus {
  color: var(--secondary-color);
}

.post-head-info > div:not(:last-of-type)::after {
  width: 1px;
  height: 12px;
  background: var(--primary-color);
  content: '';
  display: inline-block;
  margin: 0 6px 0 12px;
  position: relative;
  top: 2px;
  transform: rotate(20deg);
  right: 2px;
}

.post-head-info-authors span:not(:last-child)::after,
.post-head-info-authors a:not(:last-child)::after {
  content: ', ';
}

.post-body-image img {
  max-width: 100%;
  width: auto;
}

.post-body-image {
  margin-bottom: 15px;
}

img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.post-body-excerpt p:last-of-type {
  margin-bottom: 0;
}

.post-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.post-bottom-share {
  color: var(--primary-color);
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .post-body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }

  .post-body-image {
    margin: 0 00px 0px 0;
    width: 100%;
    flex-basis: 100%;
  }

  .post-body-content {
    flex: 1;
  }

  .single .post-body {
    display: block;
  }

  .single .post-body-image {
    margin: 0 0 30px;
    width: 100%;
  }

  .post-body-image ~ .post-body-excerpt {
    margin-left: 40px;
    width: 75%;
  }
}

/* BLOG > Blog Grid Style */
.blog-grid .post {
  border: 1px solid var(--color-primary);
  padding-bottom: 0;
}

.blog-grid .post-inner {
  padding: 30px;
}

.post-thumbnail-link {
  transition: opacity 200ms ease-out;
}

.post-thumbnail-link:focus,
.post-thumbnail-link:hover {
  opacity: 0.9;
}

.post-thumbnail-image {
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
}

.blog-filters {
  margin-bottom: 40px;
}

.blog-filters-block:not(:last-of-type) {
  margin-bottom: 20px;
}

#blog-grid-pagination {
  margin-top: 50px;
}

.blog-grid .post,
.blog-filters-block {
  max-width: 380px;
}

@media screen and (min-width: 760px) {
  .blog-filters {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .blog-filters-block {
    margin-bottom: 0 !important;
    width: 48%;
  }

  .blog-grid .post-inner {
    padding: 40px;
  }

  .blog-grid .post-head-info-authors {
    display: none;
  }

  .blog-grid .post {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .post-thumbnail-image {
    height: 250px;
  }

  .blog-filters {
    justify-content: flex-start;
  }

  .blog-filters-block:not(:last-of-type) {
    margin-right: 30px;
  }
}

/* BLOG > Page Navigation */
.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  width: 20px;
  height: auto;
  line-height: 30px;
  text-align: center;
  margin: 0;
  display: block;
  background: transparent !important;
  color: var(--primary-color);
  margin-right: 05px;
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-image: none !important;
  border: none;
  outline: none !important;
}

.wp-pagenavi span.current {
  color: var(--secondary-color);
  background-color: transparent;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  background: var(--color-gray);
  color: var(--secondary-color);
  text-decoration: none !important;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
  display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: auto;
  color: var(--primary-color);
  background: none;
  padding: 0 10px;
  border-radius: 0;
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-image: none !important;
  text-decoration: none !important;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  background: none;
  color: var(--secondary-color);
  -webkit-background-clip: inherit !important;
  background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background-image: none !important;
  text-decoration: none !important;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Bios */
.content-tabs-anchor-links .content-tabs-row {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  background: rgba(15, 133, 119, 0.8);
}

.content-tabs-anchor-links .content-tabs-row button {
  background: none;
  color: white;
  min-height: 60px;
  margin: 0;
  position: relative;
  flex: 1;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
  background: var(--color-primary);
}

.content-tabs-anchor-links .content-tabs-row button::after {
  position: absolute;
  content: '';
  height: 14px;
  background: var(--color-white);
  right: 0;
  top: calc(50% - 7px);
  width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
  display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
  background: var(--color-white);
  color: var(--secondary-color);
}

.content-tabs-anchor-links .content-tabs-row button:hover::after,
.content-tabs-anchor-links .content-tabs-row button:focus::after,
.content-tabs-anchor-links .content-tabs-row button.active::after {
  display: none;
}

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */
.main-attorney-search,
.page-template-template-attorneys main {
}

.attorney-search-inner {
  display: block;
  outline: none;
  transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
  filter: blur(12px);
  opacity: 0;
}

.attorney-single-box {
  padding: 0;
  background: #eaeaea;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none !important;
}

.attorney-results .attorney-single-box {
  width: 100%;
  max-width: 400px;
}
.attorney-single-box img {
  width: 100%;
  transition: all 200ms ease-out;
  height: auto;
  max-width: 500px;
  display: block;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
  transform: scale(1.02);
}

.attorney-single-box .attorney-single-box-info {
  padding: 10px;
  background-color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: background 200ms ease-out;
  width: 100%;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: white;
  margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
  /*	background: var(--primary-color);*/
}

.attorney-single-box:hover .attorney-single-box-info h2,
.attorney-single-box:focus .attorney-single-box-info h2,
.attorney-single-box:hover .attorney-single-box-info p,
.attorney-single-box:focus .attorney-single-box-info p {
}

.attorney-single-box h2 {
  font-size: 25pt;
  color: var(--primary-color);
  text-transform: none;
  letter-spacing: 0;
}

.attorney-single-box-info p {
  font-size: 18pt;
  color: var(--alternate-color);
  text-transform: uppercase;
  font-weight: bold;
}

.attorney-result-image-container {
  overflow: hidden;
  position: relative;
}

.attorney-result-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
  background: rgb(3, 34, 16, 0.8);
  transition: all 200ms ease-out;
}

.attorney-single-box:hover,
.attorney-single-box:focus {
  text-decoration: none;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
  opacity: 1;
}

@media screen and (max-width: 980px) {
  .attorney-single-box h2 {
    font-size: 20pt;
  }
  .attorney-single-box-info p {
    font-size: 15pt;
  }
}

@media screen and (min-width: 650px) {
  .attorney-results {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .attorney-results .attorney-single-box {
    width: 48%;
    max-width: 500px;
  }

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Attorney Rows */
.attorney-single-row {
  display: grid;
  text-align: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.attorney-row-link {
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
  opacity: 0.9;
}

.attorney-row-info-main {
  padding-top: 20px;
  border-top: 2px solid var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
  display: block;
}

.attorney-single-row i {
  color: var(--color-primary);
}

.attorney-row-additional {
  margin-top: 6px;
}

.attorney-row-info-main-position {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
  .attorney-results-type-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .attorney-single-row {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results.attorney-results-type-row {
    display: block;
  }

  .attorney-single-row {
    flex-direction: row;
    border-bottom: 2px solid var(--color-gray);
    text-align: left;
    margin-bottom: 30px;
  }

  .attorney-row-info-main-position,
  .attorney-single-row:last-of-type,
  .attorney-row-additional,
  .attorney-row-link {
    margin: 0;
  }

  .attorney-row-info {
    display: flex;
    flex: 1;
    padding: 0 0 40px 5vw;
  }

  .attorney-row-info-main {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    flex: 1;
  }

  .attorney-row-info-main-contact {
    margin-top: 40px;
  }

  .attorney-row-additional {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
  }
}

/* Attorney Pops */
.attorney-results.attorney-results-type-pop {
  display: block;
}

.attorney-result-pop {
  display: none;
}

.attorney-result-pop-row {
  font-size: 1.1rem;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-gray);
}

.attorney-result-pop-cell {
  flex: 1;
  margin-bottom: 5px;
}

.attorney-result-pop-name {
  flex-basis: 30%;
  width: 30%;
  position: relative;
}

.attorney-result-pop-info {
  margin-left: 40px;
}

.attorney-result-pop-info p {
  margin-bottom: 0;
}

.attorney-result-pop-row i {
  color: var(--secondary-color);
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}

.attorney-result-pop-cell a {
  text-decoration: none;
}

.attorney-result-pop-cell > a {
  color: var(--color-primary);
}

.attorney-result-pop-name:hover > a,
.attorney-result-pop-cell a:hover,
.attorney-result-pop-cell a:focus {
  text-decoration: underline;
  color: var(--color-alternate);
}

.attorney-result-pop-info > a {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.attorney-result-pop-info a {
  color: white;
}

.attorney-result-pop-inner {
  display: flex;
  align-items: center;
}

.attorney-result-pop .attorney-result-pop-image img {
  max-width: 130px;
}

.attorney-result-pop {
  position: absolute;
  top: calc(100% - 115px);
  right: 0;
  padding: 30px;
  z-index: 1;
  background: var(--color-primary);
  height: 200px;
}

.attorney-result-pop-image {
  background: var(--color-gray);
  display: flex;
  flex-direction: column;
}

.attorney-result-pop::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 14px 15px 0;
  border-color: transparent var(--color-primary) transparent transparent;
  content: '';
  right: calc(100% - 1px);
  top: calc(50% - 15px);
  position: absolute;
}

.attorney-result-pop-vcard {
  margin-left: auto;
  flex-grow: 0;
}

.attorney-result-pop-vcard a:hover i,
.attorney-result-pop-vcard a:focus i {
  color: var(--color-alternate);
}

.attorney-result-pop-name-link {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 8px;
}

@media screen and (min-width: 900px) {
  .attorney-result-pop-cell {
    margin-bottom: 0;
  }
  .attorney-result-pop-name-link {
    margin-bottom: 0;
    font-size: inherit;
  }
  .attorney-result-pop-row {
    display: flex;
    width: 100%;
  }

  .attorney-result-pop-name:focus-within .attorney-result-pop,
  .attorney-result-pop-name:hover .attorney-result-pop {
    display: block;
    -webkit-animation: fadeInLeftSlight 200ms ease-out;
    animation: fadeInLeftSlight 200ms ease-out;
  }
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
  text-align: center;
  margin-bottom: 40px;
  border-top: 1px solid var(--color-light-gray);
  border-bottom: 1px solid var(--color-light-gray);
}

.attorney-search-container-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.attorney-search-bar-string span {
  font-weight: 600;
}

.attorney-search-bar-string span:not(:last-of-type)::after {
  margin-right: 5px;
  content: ',';
}

.attorney-search-letters {
  margin-bottom: 40px;
}

.attorney-search-letters-single {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  background: none;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
}

#attorney-search-clear {
  display: none;
}

.search-results-displayed #attorney-search-clear {
  display: inline-block;
}

span.attorney-search-letters-single {
  color: var(--color-gray);
}

@media screen and (min-width: 700px) {
  .attorney-search-form .form-input-row {
    display: flex;
  }

  .form-input-group:first-of-type {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-search-letters {
    display: flex;
    justify-content: space-between;
  }
}

/* TEMPLATES > Practices Landing */

.module-practices-f-single {
  width: 100%;
  height: 200px;
  background-color: var(--color-primary-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
  background: var(--color-alternate);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .module-practices-f-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .module-practices-f-single {
    margin-bottom: 0;
  }
}

section.module.module-practices-f {
  padding: 0px;
}
.module-practices-f-single {
  width: 100%;
  height: 80px;
  background-color: var(--color-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-weight: 500;
  text-align: left;
}
.module-practices-f-single .prac-icon {
  max-width: 55px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
  background-color: var(--secondary-color);
  color: #fff;
}

.module-practices-f-single:hover img,
.module-practices-f-single:focus img {
  filter: brightness(0) invert(1);
}

.page-id-1715 .module-practices-f-inner .module-practices-f-single {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .module-practices-f-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .page-id-1715 .module-practices-f-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-practices-f-single {
    margin-bottom: 0;
  }
}

.practice-box {
  display: block;
  padding: 25px;
  background: var(--color-primary);
  color: white;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background 200ms ease-out;
}

.practice-box:last-of-type {
  margin-bottom: 0;
}

.practice-box:hover,
.practice-box:focus {
  background: var(--color-alternate);
}

.practice-box span {
  margin: 0;
  font-size: 1.3rem;
  -ms-align-self: center;
  align-self: center;
  width: 100%;
}

.practice-box:focus span,
.practice-box:hover span {
  color: white;
}

@media screen and (min-width: 768px) {
  .practice-box-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .practice-box {
    margin-bottom: 0;
  }
}

/* TEMPLATES > Video Gallery */
.videos-filter {
  margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .videos-filter {
    max-width: 450px;
  }
}

/* TEMPLATES > Contact */
.office-block {
  margin-bottom: 30px;
}

.office-block-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.office-block-info {
  background: var(--color-light-gray);
  position: relative;
  padding: 30px;
}

.office-block-info p {
  margin: 0;
}

.office-contact {
  margin-top: 15px;
}
.office-contact p {
  font-weight: 600;
}

.office-block-info-inner {
  width: 100%;
}

.office-contact-map {
  position: absolute;
  right: 0;
  bottom: 0;
}
.office-contact i {
  color: var(--color-alternate);
}
.office-contact a {
  text-decoration: none !important;
}
.ofc-tit h2 {
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .office-block {
    display: flex;
  }

  .office-block-image {
    display: flex;
    width: 250px;
    flex-basis: 250px;
    height: 250px;
  }

  .office-block-info {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* TEMPLATES > Contact Full */
.page-template-template-contact-full main {
  background-image: url(../images/base/hero_02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 80px;
  position: relative;
}

.contact-full-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.contact-full-inner {
  width: 100%;
  background: var(--color-white);
  padding: 40px 0;
}

@media screen and (min-width: 1025px) {
  .page-template-template-contact-full main {
    height: 100vh;
    padding: 0;
  }

  .contact-full-inner {
    padding: 40px;
    display: flex;
  }

  .contact-full-content {
    padding-right: 15%;
  }

  .contact-full-container {
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1025px) {
  .page-template-template-contact-full main,
  .contact-full-container {
    height: 100%;
  }

  .contact-full-container {
    padding: 0;
  }

  .page-template-template-contact-full main {
    padding: 160px 0 100px;
  }
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/*.content-tabs-row-inner {
	display: flex;
}*/

.content-tabs-row .content-tab-activate {
  margin-right: 10px;
}

.content-tab-activate {
  border-radius: 0;
  flex: 1;
}

.content-tab-activate.active {
  /* background: var(--color-primary); */
  /* pointer-events: none; */
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-tab-activate.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945), linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}

.cont-tab-main .content-tab-activate:hover:hover,
.cont-tab-main .content-tab-activate:hover:focus {
  /* background: var(--color-primary); */
  /* pointer-events: none; */
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945) !important;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.cont-tab-main .content-tab-activate:hover:hover::after,
.cont-tab-main .content-tab-activate:hover:focus::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945), linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}

.content-tab {
  display: none;
  margin-bottom: 50px;
  padding: 0 10px 0 20px;
  font-size: 18px;
}
.content-tab p {
  font-size: 18px;
}

.content-tab.active {
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
  display: block;
}

.content-tabs-anchor-links .mobile-tab {
  display: none;
}

.content-tabs-select {
  margin: 0 auto 30px;
  display: none;
}

.content-tabs-anchor-links .content-tabs-select {
  display: block;
}

.mobile-tab {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
  display: none;
}

.mobile-tab::after {
  content: '\f0d7';
  font-family: 'Font Awesome 6 Pro';
  right: 15px;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .content-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .content-tabs-row {
    display: block;
  }

  .mobile-tab,
  .content-tabs-anchor-links .content-tabs-select {
    display: none;
  }
}

/* TEMPLATES > Long-Form */
.banner-xl {
  background: rgb(20, 23, 47);
  background: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
  padding: 40px 0;
}

.banner-xl-content p:last-child {
  margin: 0;
}

.banner-xl-image {
  text-align: center;
}

.banner-xl-title {
  font-size: 3.5rem;
  line-height: 1.4;
}

.banner-xl-image img {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .banner-xl-inner {
    display: flex;
    align-items: center;
  }

  .banner-xl-image img {
    max-width: 100%;
  }

  .banner-xl-content {
    padding-left: 60px;
    flex: 1;
  }
}

.top-table-contents {
  padding: 50px 0;
  background: #e5e8f6;
}

.top-table-contents-button {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0 auto;
}

.top-table-contents-button {
  font-size: 1.2rem;
}

.top-table-contents-icon-container {
  margin-bottom: 15px;
}

.top-table-contents-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.top-table-contents-button-icon {
  background: var(--secondary-color);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  transition: all 200ms ease-out;
}

.top-table-contents-button i {
  font-size: 3rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
  transform: scale(1.03);
  background: var(--color-alternate);
}

.is-sticky .top-table-contents {
  padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
  width: 30px;
  height: 30px;
}

.is-sticky .top-table-contents-button i {
  font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
  margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
  display: none;
}

.is-sticky .top-table-contents-button {
  flex-direction: row;
  margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
  font-size: 2.4rem;
  margin: 0;
}

.single-chapter-banner-image {
  margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
  background: var(--color-light-gray);
}

.banner-xl {
  padding: 50px 0;
}

.single-chapter-banner {
  background: var(--color-primary);
}

.single-chapter-content,
.single-chapter-banner {
  padding: 30px 0;
}

@media screen and (min-width: 900px) {
  .single-chapter-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .single-chapter-banner-image {
    margin-bottom: 0;
    padding-left: 5vw;
  }

  .single-chapter-banner-title h2 {
    margin: 0;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .top-table-contents-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* TEMPLATES > Confirmation */
.confirm-contact {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
  margin-right: 20px;
}

.confirm-social {
  margin-bottom: 60px;
}

/* TEMPLATES > Reviews */
.review-social {
  margin: 40px 0;
}

.review-social .social-links {
  max-width: none;
  justify-content: flex-start;
}

.review-social .social-links a {
  font-size: 1.7rem;
  border: 1px solid var(--color-primary);
  background: var(--color-white);
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  transition: all 200ms ease-out;
}

.review-social .social-links a:focus,
.review-social .social-links a:hover {
  opacity: 0.85;
  background: var(--color-light-gray);
}

.review-stars i {
  font-size: 2rem;
  color: var(--secondary-color);
}

/* TEMPLATES > Testimonials */

.content-testimonial-single:not(:last-child) {
  border-bottom: 1px solid #d8dadd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
  color: #ffbf00;
}

.content-testimonial-source {
  display: block;
  text-transform: none;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: var(--alternate-color);
  font-size: 20px;
  text-transform: none;
}

.content-testimonial-source::before {
  content: '-';
  margin-right: 6px;
  display: inline-block;
}

/*Award Page CSs Start*/

/* MODULE: GALLERY A */

.module-gallery-a-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.module-gallery-a-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease, box-shadow 300ms ease;
  cursor: pointer;
}

.module-gallery-a-item:hover,
.module-gallery-a-item:focus-within {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.module-gallery-a-item a {
  display: flex;
  text-decoration: none;
}

.module-gallery-a-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.module-gallery-a-item:hover img,
.module-gallery-a-item:focus-within img {
  transform: scale(1.04);
}

.module-gallery-a-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.module-gallery-a-item:hover::after,
.module-gallery-a-item:focus-within::after {
  opacity: 1;
}

/* Add text overlay on hover and focus */
.module-gallery-a-item::before {
  content: 'Click to expand';
  font-family: inherit;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 1;
  pointer-events: none;
}

.module-gallery-a-item:hover::before,
.module-gallery-a-item:focus-within::before {
  opacity: 1;
}

@media (min-width: 481px) {
  .module-gallery-a-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .module-gallery-a-item img {
    height: 150px;
  }
}

/* Desktop: 4 columns */
@media (min-width: 769px) {
  .module-gallery-a-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }

  .module-gallery-a-item img {
    height: 200px;
  }
}

/*Award Page CSs END*/

/*About Page CSs START*/

.module-intro-a.who-we-are h2 {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.module-intro-a.who-we-are h2::after {
  content: '';
  position: absolute;
  bottom: -16px;
  background: #d9d9d9;
  height: 5px;
  width: 62px;
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
}

.module-benefits-b-boxes {
  flex-wrap: wrap;
}

.module-benefits-b-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
.module-benefits-b-box:nth-child(2n-1)::before {
  content: '';
  position: absolute;
  right: -60px;
  top: 0;
  background: #d9d9d9;
  height: 110%;
  width: 1px;
}

.module-benefits-b-box:nth-child(2n-1)::after {
  content: '';
  position: absolute;
  bottom: -65px;
  background: #d9d9d9;
  height: 1px;
  width: 843px;
  left: 0;
}

.module-benefits-b-box h3 {
  margin-bottom: 12px;
}

.module-benefits-b-box p:last-of-type {
  margin: 0;
}

.module-benefits-b-box .box-icon {
  margin: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
  .module-benefits-b-boxes {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 110px;
    grid-column-gap: 160px;
    max-width: 960px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }

  .module-benefits-b-box .small-text p {
    font-size: 15px;
  }

  .module-benefits-b-box .small-text {
    max-width: 310px;
  }

  .module-benefits-b-box {
    margin-bottom: 0;
    width: 40%;
    max-width: 360px;
  }
}

.box-content-inn {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  column-gap: 10px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 15px;
}

.box-content-inn img {
  max-width: 35px;
  margin-top: 0;
}

.box-content-inn h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.module-intro-a.who-we-are.center .module-intro-content.row-narrow {
  max-width: 660px;
}

.module-intro-a.who-we-are.center .module-intro-content.row-narrow p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.module.module-benefits-b.about-2 {
  background-image: linear-gradient(to bottom, #edf3f4, rgba(237, 243, 244, 0));
  position: relative;
}

.about-bg-left {
  top: -210px;
  left: -5px;
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-color: var(--primary-color-opt); */
  z-index: 0;
}

.abt-image-container img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 360px;
}
.module.module-benefits-b.about-2 .row {
  position: relative;
  z-index: 1;
}

.module.module-benefits-b.about-2 p.sub-title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--primary-color);
}

.module.module-benefits-b.about-2 .module-title {
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945 100%);
  font-size: 75px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.different-cont-main {
  max-width: 765px;
  margin: 0 auto 80px auto;
}

.different-bold-cont {
  font-size: 18px;
  margin-bottom: 22px;
  color: var(--primary-color);
}

.different-content p {
  font-size: 18px;
  line-height: 1.7;
}

.module-contact-block-a .flex-container {
  flex-wrap: wrap;
}

.module-contact-block-a-content,
.module-contact-block-a-form {
  width: 100%;
}

.module-contact-block-a-content {
  margin-bottom: 40px;
}

.module-contact-block-a-content p:last-of-type {
  margin: 0;
}

.module-contact-block-a-form-intro {
  text-align: center;
  margin-bottom: 20px;
}

.module-contact-block-a-form-intro > * {
  margin: 0;
}

.module-contact-block-a-form .button-container {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .module-contact-block-a .flex-container {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .module-contact-block-a-content {
    width: 60%;
    margin: 0 80px 0 0;
  }

  .module-contact-block-a-form {
    flex: 1;
  }
}

.module.module-cta-b.center.about-3 {
  padding-top: 15px;
}

.module.module-cta-b.center.about-3 .module-cta-b-box-inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
}

.attor-cir-logo-main.about-logo {
  position: absolute;
  right: inherit;
  top: -90px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.attor-cir-logo-main.about-logo .attor-cir-logo-img {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.module.module-contact-block-a.about-4 h2.green {
  background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.module.module-contact-block-a.about-4 .outline {
  flex-grow: 0;
  margin: 0;
  -webkit-text-stroke: 2px #357abd;
  font-size: 115px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  color: transparent;
}

.about-4-cont-left-inn {
  max-width: 315px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: center;
}

.about-4-cont-left-inn {
  max-width: 404px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding-right: 00;
  position: relative;
}

.about-4-cont-left-inn::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  background: #0a4e80;
  height: 100%;
  width: 1px;
}

.about-4-cont-left-inn .button {
  margin-top: 20px;
}

.about-4-cont-left-inn .button {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  min-width: 200px;
  padding: 12px 15px;
}

.about-4-cont-left {
  padding-right: 0;
}

.about-4-cont-right {
  padding-left: 20px;
}

.about-4-cont-right p {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 1.78;
  max-width: 530px;
}
.about-4-cont-right p a:hover,
.about-4-cont-right p a:focus {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
}

.about-4-cont-right p a {
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: bold;
}

/*About Page CSs END*/

.module-tough {
  position: relative;
  padding: 70px 0 20px 0;
  overflow: hidden;
}

.tough-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.tough-logo-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.tough-logo-bg-image-inn {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.tough-logo-bg-image-inn img {
  /* object-fit: cover; */
  /* object-fit: inherit; */
  width: auto;
  height: 100%;
  max-width: 650px;
  margin-left: -7%;
}

.tough-bg-image img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module-tough.map-tx .row {
  position: relative;
  z-index: 1;
}

.tough-right img {
  max-width: 695px;
  width: 100%;
  opacity: 0;
}

.tough-right-img.image-active-swipe-right.animate-in-view.animated {
  -webkit-animation: image-reveal-left 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-left 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}

.tough-right-img.image-active-swipe-right.animate-in-view.animated {
  -webkit-animation: image-reveal-right 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  animation: image-reveal-right 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
  opacity: 1;
}

.module-tough.map-tx::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 288px;
  height: 661px;
  background: #e3d092;
  z-index: -1;
}

.module-tough.map-tx .columns.no-float {
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}

.stats-imgtough-left-inn img {
  max-width: 240px;
}

.stats-img.columns.medium-5.large-5.small-12.tough-left {
  text-align: right;
}

.stats-imgtough-left-inn {
  margin-bottom: 130px;
}

.map-title h2 {
  font-size: 65px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -2.6px;
  text-align: center;
  color: var(--primary-color);
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 35px;
}
.county-result {
  position: relative;
  z-index: 1;
}

.map-title h2 strong {
  color: var(--secondary-color);
}
.txc-list li {
  font-size: 16px;
  font-weight: 600;
}

.txc-az {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
}
.txc-az a {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 25px;
}
.txc-az a.active {
  font-weight: 600;
  border-color: transparent;
}
.txc-wrap {
  column-gap: 2rem;
  max-width: 1040px;
  margin: 0 auto;
}
/* 6 columns desktop, 4 tablet, 2 mobile */
@media (min-width: 1025px) {
  .txc-wrap {
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .txc-wrap {
  }
}
@media (max-width: 767px) {
  .txc-wrap {
  }
}

.txc-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: flex-start;
  max-width: 990px;
  margin: 0 auto;
  padding-left: 35px;
}

.txc-list li {
  margin: 0.15rem 0;
  width: 15.7%;
  font-size: 16px;
  font-weight: 600;
}
.txc-empty {
  opacity: 0.7;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.tx-counties-list {
  padding: 80px 0 60px 0;
}

/*/////// Template Result Page Css Start Here////////////*/

.module-practices-a .practices-single {
  width: 100%;
  height: auto;
  min-height: 450px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  max-width: 400px;
}

.module-practices-a .practices-single .practices-single-title {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 0px 0;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -ms-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.sidebar .module-practices-a .practices-single .practices-single-title {
  background-color: #efefef;
}

.module-practices-a .practices-single .practices-single-content {
  color: #fff;
  display: none;
  margin: 0;
  padding: 20px;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  position: absolute;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  top: 0;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  align-content: flex-start;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
  display: flex;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
  flex-wrap: wrap;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
  background: var(--primary-color);
}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
  color: #fff;
}

.sidebar .module-practices-a .practices-single:hover .practices-single-title .practice-amount,
.sidebar .module-practices-a .practices-single:focus .practices-single-title .practice-amount,
.sidebar .module-practices-a .practices-single:hover .practices-single-title .practice-verdict,
.sidebar .module-practices-a .practices-single:focus .practices-single-title .practice-verdict {
  color: #fff;
}

.practices-single-img img {
  display: inline-block;
}

.pract-single-tit-inn {
  min-height: 215px;
  padding: 0 70px;
}

.practices-single-div hr {
  width: 55px;
  margin: 40px auto 30px auto;
}

.practice-amount {
  font-size: 25px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  text-align: center;
  color: var(--alternate-color);
  margin-bottom: 20px;
}

.practice-verdict {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.pract-single-tit-inn h3 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: #006429;
  text-transform: uppercase;
  margin-bottom: 0;
}

.practice-plus-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-top: 14px;
}

.practice-plus-icon::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  border-bottom: 55px solid var(--primary-color);
  border-left: 55px solid transparent;
  z-index: -1;
}

.practice-plus-icon i {
  color: #fff;
  font-size: 14px;
}

.module-practices-a .practices-single:hover .practice-plus-icon::after,
.module-practices-a .practices-single:focus .practice-plus-icon::after {
  border-bottom: 55px solid #fff;
  border-left: 55px solid transparent;
}
.module-practices-a .practices-single:hover .practice-plus-icon i,
.module-practices-a .practices-single:focus .practice-plus-icon i {
  color: var(--primary-color);
  font-size: 14px;
}

.module-practices-a .practices-single:hover .practice-plus-icon i:before,
.module-practices-a .practices-single:focus .practice-plus-icon i:before {
  content: '\f068';
}

.pa-hover-amt {
  font-size: 38px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.52px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}

.pa-hover-verdict {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.38px;
  text-align: center;
  color: #fff;
  margin-bottom: 7px;
  width: 100%;
}

.pa-hover-pa {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}
.pa-hover-content {
  width: 100%;
}

.pa-hover-content p {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.practices-single-div.hover {
  display: inline-block;
  width: 100%;
}
.practices-single-div.hover hr {
  margin: 23px auto 13px auto;
}

@media screen and (min-width: 768px) {
  .module-practices-a-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 35px;
    justify-content: center;
  }

  .module-practices-a .practices-single {
    /* min-height: 550px; */
    height: auto;
    width: 32%;
  }

  .sidebar .module-practices-a .practices-single {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .module-practices-a-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*/////////Module consultation cta CSS/////////*/

.result-module {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 80px;
}

.module.module-practices-a {
  width: 100%;
}
.result-module .columns.no-float {
  display: flex;
  align-items: center;
  height: 100%;
}

.consult-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.consult-bg-image img {
  object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.result-module .row {
  max-width: 1180px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.result-module .consultation-cta-right.hide-for-small-only {
  position: relative;
  text-align: right;
}

.columns.medium-7.large-7.small-12.consultation-cta-left {
  padding: 0;
}
.result-module .consultation-cta-left h2 {
  font-size: 65px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -2.6px;
  text-align: left;
  color: var(--primary-color);
  margin: 0;
  text-transform: none;
}

.result-module .consultation-cta-left h2.white {
  color: var(--primary-color);
}
.result-module .consultation-cta-left h2 strong {
  color: var(--secondary-color);
}

.result-module .consultation-cta-left hr {
  margin-top: 20px;
  margin-bottom: 30px;
}

.consult-cta-left.result-cont {
  max-width: 545px;
  margin-top: 35px;
}
.result-module .consultation-cta-left p {
  font-size: 18px;

  font-weight: 600;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.67;

  letter-spacing: normal;

  text-align: left;

  color: #000;
}

.result-module .consultation-cta-left .button {
  margin-top: 40px;
}

.result-module .consultation-cta-left .button:hover,
.result-module .consultation-cta-left .button:focus {
  background: var(--alternate-color);
  border-color: var(--alternate-color);
}

.result-module .consultation-cta-right.hide-for-small-only {
  position: relative;
}

.consultation-cta-right.hide-for-small-only img {
  right: 0;
  position: relative;
  max-width: 400px;
  margin-top: 0;
  height: auto;
  width: 100%;
}

.columns.medium-7.large-7.small-12.consultation-cta-left {
  padding: 0;
  position: relative;
}

/*/////////Module consultation cta CSS/////////*/

/*/////// Template Result Page Css END Here////////////*/

.module-practices-f-single {
  width: 100%;
  height: 200px;
  background-color: #14172f;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
  background: #0093ff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .module-practices-f-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .module-practices-f-single {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .module-intro-a.who-we-are h2 {
    font-size: 34px;
  }

  .abt-image-container img {
    max-width: 200px;
  }
  .module-intro-a.who-we-are.center .module-intro-content.row-narrow p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
  }

  .module.module-intro-a.who-we-are.center {
    padding-bottom: 105px;
  }

  .module.module-benefits-b.about-2 {
    padding-top: 120px;
  }
  .about-bg-left {
    top: -117px;
  }
  .module.module-benefits-b.about-2 p.sub-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .module.module-benefits-b.about-2 .module-title {
    font-size: 45px;
  }
  .box-content-inn h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .box-content-inn img {
    max-width: 32px;
    margin-top: 0;
  }
  .box-content-inn {
    margin-bottom: 05px;
  }
  .module-benefits-b-box .small-text p {
    font-size: 15px;
  }

  .module.module-benefits-b.about-2 .module-benefits-b-box {
    margin-bottom: 30px;
    position: relative;
  }

  .module-benefits-b-box:nth-child(2n-1)::before {
    opacity: 0;
  }
  .module-benefits-b-box:nth-child(2n-1)::after {
    opacity: 0;
  }
  .different-cont-main {
    margin: 0 auto 40px auto;
  }

  .module.module-benefits-b.about-2 {
    padding-bottom: 0;
  }
  .module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
    font-size: 22px;
  }
  .attor-cir-logo-main.about-logo .attor-cir-logo-img {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .attor-cir-logo-img img {
    max-width: 250px;
    width: 100%;
  }

  .module.module-cta-b.center.about-3 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .about-4-cont-left {
    padding-right: 0;
    padding-left: 0;
  }

  .about-4-cont-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    text-align: center;
  }
  .module.module-contact-block-a.about-4 {
    padding-bottom: 30px;
  }
  .about-4-cont-left-inn::after {
    opacity: 0;
  }

  .cont-tab-main .content-tabs-row {
    margin: 0;
    display: block;
  }
  .content-tabs-row .content-tab-activate {
    margin-right: 10px;
    width: 100%;
    text-align: center !important;
    padding: 10px 15px !important;
    min-height: inherit !important;
    border: none !important;
    font-size: 16px !important;
  }

  .content-tabs-row .content-tab-activate::after {
    opacity: 0 !important;
  }
  .content-tabs-row-inner {
    padding: 40px 0;
  }
  .content-tab.active {
    padding: 0;
  }
  .cont-tab-main {
    margin-bottom: 50px;
  }
  section.sidebar-block {
    margin-bottom: 70px;
  }
  .sidebar section ul li::after {
    width: 100% !important;
  }

  .tough-logo-bg-image-inn img {
    width: auto;
    height: 100%;
    max-width: 350px;
    margin-left: -28%;
  }
  .module-tough.map-tx::after {
    width: 125px;
    height: 360px;
  }
  .module-tough.map-tx .columns.no-float {
    flex-direction: column-reverse;
    row-gap: 20px;
    justify-content: center;
  }
  .stats-imgtough-left-inn {
    margin-bottom: 40px;
    text-align: left;
  }
  .stats-img.columns.medium-5.large-5.small-12.tough-left {
    text-align: left;
  }
  .tough-right img {
    max-width: 350px;
    width: 100%;
  }
  .stats-img.columns.medium-5.large-5.small-12.tough-left {
    text-align: center;
  }
  .texas-title.columns.medium-12.large-12.small-12.map-title {
    margin-top: 20px;
  }
   .texas-title.columns.medium-12.large-12.small-12.map-title p {
    margin-bottom: 0;
   }
  .texas-title h2 {
    display: none;
  }

  .txc-az {
    display: none;
  }

  .county-result {
    padding: 0 45px;
  }

  .stats-imgtough-left-inn {
    margin-bottom: 0;
    text-align: left;
  }

  .stats-img.columns.medium-5.large-5.small-12.tough-left {
    text-align: center;
    padding: 0 30px;
  }
  .txc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    padding: 0;
  }

  .txc-list li {
    font-size: 16px;
    font-weight: 600;
    width: 48%;
    margin-bottom: 7px;
  }
  .tx-counties-list {
    padding: 40px 0 60px 0;
  }
  .result-module {
    padding-top: 30px;
  }
  .result-module .consultation-cta-left h2 {
    font-size: 40px;
  }
  .result-module .consultation-cta-left h2 {
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: -1.6px;
  }

  .consult-cta-left.result-cont {
    max-width: 100%;
    margin-top: 25px;
  }
  .module.module-practices-a {
    padding-top: 15px !important;
  }

  .practices-single-img img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    object-position: center;
  }

  .module-practices-a .practices-single {
    margin-bottom: 30px;
    min-height: 500px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .module-tough.map-tx::after {
    width: 225px;
    height: 360px;
  }

  .txc-list li {
    font-size: 16px;
    font-weight: 600;
    width: 32%;
    margin-bottom: 7px;
  }

  .attorney-results .attorney-single-box {
    width: 48%;
    max-width: 280px;
  }

  .tough-right img {
    max-width: 450px;
    width: 100%;
  }

  .tough-logo-bg-image-inn img {
    width: auto;
    height: 100%;
    max-width: 350px;
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .module-intro-a.who-we-are h2 {
    font-size: 40px;
  }
  .abt-image-container img {
    max-width: 200px;
  }
  .about-bg-left {
    top: -117px;
  }
  .module.module-benefits-b.about-2 .module-title {
    font-size: 60px;
  }

  .module-benefits-b-boxes {
    grid-row-gap: 110px;
    grid-column-gap: 70px;
    max-width: 960px;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
  }
  .module-benefits-b-box:nth-child(2n-1)::before {
    right: -30px;
  }

  .module-benefits-b-box {
    margin-bottom: 0;
    width: 42%;
    max-width: 375px;
  }
  .module.module-benefits-b.about-2 {
    padding-bottom: 35px;
  }

  .module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
    font-size: 22px;
  }
  .attor-cir-logo-img img {
    max-width: 200px;
    width: 100%;
  }

  .module.module-cta-b.center.about-3 {
    padding-bottom: 30px;
  }
  .about-4-cont-left {
    padding-right: 0;
    padding: 0;
  }

  .about-4-cont-right {
    padding-left: 40px;
    padding-right: 0;
  }

  .about-4-cont-left-inn::after {
    right: -10px;
  }
  .about-4-cont-right p {
    color: var(--primary-color);
    font-size: 17px;
    line-height: 1.5;
    max-width: 530px;
  }

  .box-content-inn img {
    margin-top: 0;
  }

  .sidebar-block.insights {
    padding: 0 !important;
  }

  .content-tabs-row {
    padding: 10px 0;
  }
  .cont-tab-main {
    margin-bottom: 40px;
  }
  .content-tab.active {
    padding: 0;
  }

  .content.column {
    padding: 0 15px;
  }

  #attorney-sidebar {
    padding: 0 15px;
  }

  .content-tab p {
    font-size: 16px;
  }

  .sidebar section ul li {
    font-size: 16px;
  }

  .sidebar section ul li::after {
    width: 100%;
  }
  .sidebar-block.insights-inn {
    padding: 30px;
  }
  .sidebar-block.insights-inn p {
    font-size: 18px;
  }

  .sidebar-block.insights-inn .button.insight-readmore {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }

  .tough-logo-bg-image-inn img {
    width: auto;
    height: 100%;
    max-width: 450px;
    margin-left: -7%;
  }

  .module-tough.map-tx::after {
    width: 150px;
  }
  .map-title h2 {
    font-size: 55px;
    font-weight: 600;
  }

  .txc-az a {
    text-decoration: none;
    padding: 0.25rem 0.3rem;
    border-radius: 6px;
    font-size: 20px;
  }

  .txc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    padding: 0;
  }

  .txc-list li {
    font-size: 16px;
    font-weight: 600;
    width: 24%;
    margin-bottom: 7px;
  }

  .tx-counties-list {
    padding: 40px 30px 40px 30px;
  }

  .module-practices-a .practices-single {
    height: auto;
    width: 48%;
  }
  .columns.medium-5.large-5.small-12.consultation-cta-right.hide-for-small-only {
    display: none;
  }
  .columns.medium-7.large-7.small-12.consultation-cta-left {
    width: 100%;
  }

  .consult-cta-left.result-cont {
    max-width: 100%;
    margin-top: 35px;
  }

  .result-module .consultation-cta-left h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  .result-module {
    padding-top: 40px;
  }

  .module.module-practices-a {
    width: 100%;
    padding-top: 30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .tough-logo-bg-image-inn img {
    width: auto;
    height: 100%;
    max-width: 450px;
    margin-left: -7%;
  }

  .module-tough.map-tx::after {
    width: 150px;
  }
  .map-title h2 {
    font-size: 55px;
    font-weight: 600;
  }

  .txc-az a {
    text-decoration: none;
    padding: 0.25rem 0.3rem;
    border-radius: 6px;
    font-size: 20px;
  }

  .txc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    padding: 0;
  }

  .txc-list li {
    font-size: 16px;
    font-weight: 600;
    width: 24%;
    margin-bottom: 7px;
  }

  .tx-counties-list {
    padding: 40px 30px 40px 30px;
  }

  .about-4-cont-left-inn::after {
    right: -5px;
  }
  .cont-tab-main .content-tab-activate {
    padding: 10px 15px;
    min-height: 40px;
  }
  .cont-tab-main .content-tabs-row {
    margin: 0;
    padding: 10px 0;
  }

  .result-module .consultation-cta-left h2 {
    font-size: 55px;
  }
  .module-practices-a-inner {
    column-gap: 15px;
  }

  .pa-hover-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
  .module-tough.map-tx::after {
    width: 535px;
    height: 660px;
  }
  .tough-right-img {
    margin-left: -50px;
  }

  .tough-logo-bg-image-inn {
    max-width: 93%;
  }

  .tough-logo-bg-image-inn img {
    max-width: 610px;
  }
  .map-title h2 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 2560px) and (max-width: 12000px) {
  .module-tough.map-tx::after {
    width: 35%;
    height: 660px;
  }
  .tough-logo-bg-image-inn {
    max-width: 1920px;
  }
}

@media screen and (min-width: 3840px) and (max-width: 12000px) {
  .module-tough.map-tx::after {
    width: 40%;
    height: 660px;
  }
  .tough-logo-bg-image-inn {
    max-width: 1920px;
  }
}
/**FAQ Landing**/
.page-template-template-faq section.module.module-practices-c {
  padding: 0;
}

.page-template-template-faq .module-practices-c h3 {
  margin-top: 20px;
}

.page-template-template-faq .module-practices-c .practices-single {
  margin-bottom: 60px;
}

.page-template-template-faq .module-practices-c .practices-single-content {
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.page-template-template-faq .module-practices-c .practices-single-content p {
  margin: 0;
}

.page-template-template-faq .module-practices-c .practices-single-more {
  text-transform: uppercase;
}

.page-template-template-faq .module-practices-c .practices-single-more:hover,
.page-template-template-faq .module-practices-c .practices-single-more:focus {
  text-decoration: underline;
}

.page-template-template-faq .module-practices-c .box-icon::before {
  margin-left: 0;
}

@media screen and (min-width: 640px) {
  .page-template-template-faq .module-practices-c-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 40px;
  }

  .page-template-template-faq .module-practices-c .practices-single {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .page-template-template-faq .module-practices-c-inner {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-row-gap: 80px;
    grid-column-gap: 50px;
  }
}

/* COUNTIES */
.county-table {
  display: grid;
  /* border: 1px solid #e3e3e3; */
}

.county-table > div {
  padding: 15px;
  /* border-bottom: 1px solid #e3e3e3; */
}

.county-table > div:last-child {
  border-bottom: none;
}

.county-table > div p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .county-table {
    grid-template-columns: 0.35fr 0.65fr;
  }

  /* .county-table > div {
		border-bottom: 1px solid #e3e3e3;
	} */

  .county-table > div:nth-last-child(2) {
    border-bottom: none;
  }

  /* .county-table > div:nth-child(even) {
		border-left: 1px solid #e3e3e3;
	} */
}
