/* Subpage styling goes here. Excluded on homepage */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.search-form {
  display: flex;
  position: relative;
}

.search-form button {
  height: 45px;
  width: 45px;
  font-size: 1.1rem;
  padding: 0 12px;
  border-radius: 0;
}

#header-desktop {
  opacity: 1 !important;
  animation: none !important;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #cecece;
}

.post:last-child {
  border: none;
  padding-bottom: 0;
}

.post-head h1,
.post-head h2 {
  font-size: 40px;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: var(--alternate-color);
}

.post-head a {
  color: var(--alternate-color);
  text-decoration: none;
}

.post-head a:hover,
.post-head a:focus {
  color: var(--primary-color);
  text-decoration: none;
}

.post-head,
.post-body {
  margin-bottom: 30px;
}

.post-body {
  display: block;
}

.post-head-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--primary-color);
}

.post-head-info i {
  margin-right: 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
  color: var(--color-black);
}

.post-head-info a {
  color: var(--primary-color);
  font-weight: normal;
}

.post-head-info a:hover,
.post-head-info a:hover {
  color: var(--secondary-color);
  font-weight: normal;
}

.no-underline.a2a_dd.external-link:hover,
.no-underline.a2a_dd.external-link:focus {
  color: var(--primary-color);
}



.post-head-info>div:not(:last-of-type)::after {
  width: 1px;
  height: 12px;
  background: var(--primary-color);
  content: "";
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: 2px;
}

.post-head-info-authors span:not(:last-child)::after,
.post-head-info-authors a:not(:last-child)::after {
  content: ", ";
}

.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(--color-alternate);
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .post-body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .post-body-image {
    margin: 0 0px 0 30px;
    width: 33%;
    flex-basis: 33%;
    order: 2;
  }

  .post-body-image:only-child {
    margin: 0;
    flex-basis: 100%;
    max-width: 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%;
  }
}

a.nextpostslink:focus,
a.nextpostslink:hover,
a.previouspostslink:focus,
a.previouspostslink:hover {
  color: var(--secondary-color) !important;
}

/* 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: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  display: block;
  background: var(--color-primary);
  color: var(--option-color);
  margin-right: 10px;
}

.wp-pagenavi span.current {
  color: var(--primary-color);

}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: var(--primary-color);
}

.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(--color-alternate);
  background: none;
  padding: 0 30px;
  border-radius: 0;
}

.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(--color-secondary);
}

/*******************************************************************************************
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(--color-secondary);
}

.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 {
	background: var(--color-light-gray);
}

.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-results {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
}

.attorney-single-box {
	padding: 0;
	background: var(--color-white);
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	display:grid;
}

.attorney-single-box img {
	width: 100%;
	transition: all 200ms ease-out;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	background-color: var(--color-primary);
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: background 200ms ease-out;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	color: var(--color-black);
	margin: 0;
}

a.attorney-single-box{
	text-decoration:none;
}

.attorney-single-box-info hr {
    margin: 0 auto;
    margin-top: 15px;
    height: 4px;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--color-alternate);
}

.attorney-single-box h2 {
	font-size: 2rem;
}

.attorney-single-box-info p {
	font-size: 1rem;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.page-template-template-attorneys main {
		padding-top: 150px;
	}

	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}
}*/


.page-template-template-attorneys main {}

.attorney-results {
  display: block;
  outline: none;
}

.attorney-result-single {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-decoration: none;
}

.attorney-results .attorney-result-single {
  width: 100%;
}

.attorney-result-image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: flex-end;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: #f2f2f2;
}

.attorney-result-image-container img {
  width: 100%;
  max-width: 400px !important;
  margin: 0 auto;

}

.attorney-result-single:hover .attorney-result-image-container,
.attorney-result-single:focus .attorney-result-image-container {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  position: relative;
}

.attorney-result-overlay {
  width: 100%;
  height: 100%;
  font-size: 1.0rem;
  background: rgb(26, 62, 110, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.attorney-result-single:hover .attorney-result-overlay,
.attorney-result-single:focus .attorney-result-overlay {
  opacity: 1;
}

.attorney-result-single .attorney-result-info {
  text-align: center;
  padding: 15px;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.attorney-result-info h2,
.attorney-result-info p {
  margin: 0;
}

.attorney-result-single hr {
  margin: 0 auto !important;
}

.attorney-result-single:hover,
.attorney-result-single:focus {
  text-decoration: none;
}

.attorney-result-single h2 {
  font-size: 30px;
  margin-bottom: 0px;
}

.attorney-result-info p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--body-text-color);
  margin-bottom: 15px;
}

.page-template-template-attorneys main .content.full-width.columns {
  padding: 0;
}

@media screen and (min-width: 550px) {
  .attorney-results {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .attorney-results .attorney-result-single {
    width: 49%;
    margin: 1% 0;
  }
}

@media screen and (min-width: 650px) {
  .attorney-results {

    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-results .attorney-result-single {
    width: 24%;
  }

  .attorney-results .attorney-result-single:nth-child(-n+5) {
    width: 19%;
  }
}


/* Attorney Rows */
.attorney-single-row {
  display: flex;
  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: 1025px) {
  .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(--color-secondary);
  -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: none;
  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: 1025px) {
  .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(--color-secondary);
  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);
  pointer-events: none;
}

@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;
  }

  .about-page .section-left.ps-0 {
    padding-left: 20px !important;
    padding-right: 0 !important;
    text-align: left !important;
  }

}

/* TEMPLATES > Practices Landing */
.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: 30px;
}

.office-contact p {
  font-weight: 700;
}

.office-block-info-inner {
  width: 100%;
}

.office-contact-map {
  position: absolute;
  right: 0;
  bottom: 0;
}

@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: var(--gutter-size);
}

@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;
}

.content-tab {
  display: none;
  margin-bottom: 50px;
}

.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;
}

.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-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(--color-secondary);
  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: 1025px) {
  .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(--color-secondary);
}

/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
}

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.content-testimonial-source::before {
  content: "-";
  margin-right: 6px;
  display: inline-block;
}




:root {
  --font-size-h1: 40px;
  --font-size-h2: 30px;
  --font-size-h3: 24px;
  --font-size-h4: 16px;
  --font-size-h5: 16px;
  --body-text-color: #000;
  --primary-color: #005ba1;
  --secondary-color: #e9b245;
  --alternate-color: #1a3e6e;
  --option-color: #0f1b2d;
  --gray-color: #d9d9d9;
  --color-white: #fff;
  --color-black: #000;
  --light-gray-color: #e9f5f7;
  --body-font-family: "Plus Jakarta Sans", sans-serif;
  --heading-font-family: "Cormorant Garamond", serif;
  --gutter-size: 30px;
  --header-height: 100px;
  --width-normal: 1280px;
  --width-narrow: 900px;
  --width-wide: 1599px;
  --gutter-size: 30px;
  --swiper-theme-color: var(--primary-color);
  --swiper-navigation-color: var(--color-alternate);
  --swiper-pagination-bullet-inactive-color: var(--body-text-color);
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 17px;
  --swiper-pagination-bottom: -50px;
}

.our-mission {
  background: url("/wp-content/uploads/ourmission-img.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.heading {
  font-family: var(--heading-font-family);
  font-size: 45px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--color-black);
}

.about-page .semibold {
  font-weight: 600;
}

.experienced {
  font-family: var(--heading-font-family);
  font-size: var(--font-size-h2);
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

section.firm-experience.module1 .container {
  max-width: 1140px;
  margin: 0 auto;
}

.module1 {
  padding: 70px 0;
}

.section-left {
  position: relative;
}

.section-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: var(--secondary-color);
}

.community {
  background: url("/wp-content/uploads/community-img.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  position: relative;

}

p {
  font-family: var(--body-font-family);
  font-size: var(--font-size-h5);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  /* text-align: left; */

}

.secondary {
  color: var(--secondary-color);
}



.module-practices-f-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.module-practices-f-single {
  width: calc(33.33% - 14px);
  min-height: 245px;
  background-color: rgb(17, 51, 78);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  text-decoration: none;
  border-radius: 9px;
}

.module-practices-f-single.image-hover-single.image-hover-overlay {
  min-height: 190px;
  height: 190px;
  box-shadow: 0px 3px 22px rgba(0, 0, 0, 0.1);
  background: var(--primary-color);
  transition: 0.3s;
}

@media (max-width: 991px) {

  .module-practices-f-single {
    width: calc(50% - 10px);
  }

}

@media (max-width: 576px) {

  .module-practices-f-single {
    width: 100%;
  }

}

/* mission */

.our-mission {
  background: url("/wp-content/uploads/ourmission-img.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

section.our-mission.module .row.justify-content-center {
  display: flex;
  justify-content: center;
}

.heading {
  font-family: var(--heading-font-family);
  font-size: 45px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: var(--color-black);
}

.semibold {
  font-weight: 600;
}

.text-white {
  color: var(--color-white);
}

.experienced {
  font-family: var(--heading-font-family);
  font-size: var(--font-size-h2);
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

.module1 {
  padding: 70px 0;
}

.section-left {
  position: relative;
}

.section-left::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 2px;
  background-color: var(--secondary-color);
  animation-delay: 1s;
  opacity: 0;
}



.section-left.animated::after {
  -webkit-animation: expand3 2s;
  animation: expand1 2s;
  opacity: 1;
}


@-webkit-keyframes expand3 {
  0% {
    height: 0px;
  }

  100% {
    height: 90%;
  }
}



.row.mt-5.alignmentstyle .animate-in-view:nth-child(1) {
  animation-delay: 00ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(2) {
  animation-delay: 200ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(3) {
  animation-delay: 300ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(4) {
  animation-delay: 00ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(5) {
  animation-delay: 200ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(6) {
  animation-delay: 300ms
}


.row.mt-5.alignmentstyle .animate-in-view:nth-child(7) {
  animation-delay: 00ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(8) {
  animation-delay: 200ms
}

.row.mt-5.alignmentstyle .animate-in-view:nth-child(9) {
  animation-delay: 300ms
}




section.firm-experience.module1 .row.align-items-center {
  display: flex;
}

.firm-experience.module1 {
  background: #f8f8f9;
  padding: 71px 0 66px 0px;
}

.about-page .container {
  max-width: 1140px;
  margin: 0 auto;
}


.community {
  background: url("/wp-content/uploads/community-img.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-align: center; */
  position: relative;

}

section.our-mission.module {
  padding: 49px 0 65px 0px;
}

section.firm.module {
  padding: 87px 0 80px 0;
}

section.community.module1 {
  padding: 72px 0px 103px 0px;
}

section.firm.module.our-value {
  padding: 44px 0 67px 0px;
}

section.module.module-testimonials-b {
  padding: 72px 0 91px 0;
}

section.module.represent {
  padding: 80px 0 26px 0;
}

section.module.about-listing {
  padding: 0px 0px 72px 0px;
}

.row.justify-content-center.list {
  padding: 36px 0 46px 0;
}

.about-page p {
  font-family: var(--body-font-family);
  font-size: var(--font-size-h5);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  /* text-align: left; */

}

.secondary {
  color: var(--secondary-color);
}

.icostyle {
  font-size: 39px;
  color: var(--secondary-color);
}

.cardbg {
  background-color: var(--option-color);
  border-radius: 0px;
  height: 100%;
  padding: 25px;

}

.alignmentstyle {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.card-title {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-white);
  font-family: var(--heading-font-family);
  margin-bottom: 0px;
}

.loadmore {
  max-width: 158px;
  padding: var(--font-size-h5) 20px;
  /* background-color: var(--secondary-color) !important; */
  font-family: var(--body-font-family);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.38px;
  text-align: center;
  color: #000;
  /* border: none; */
  text-transform: uppercase;
}

.about-page li {
  font-size: var(--font-size-h5);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-black);
  font-family: var(--body-font-family);
  list-style: disc;
}

.about-page .list-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 570px;
  transition: 0.4s ease;
}

/* Gradient */
.about-page .list-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;

  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      #fff);

  transition: 0.4s ease;
}

/* Show full content */
.about-page .list-wrapper.active {
  max-height: 100%;
}

/* Remove gradient */
.about-page .list-wrapper.active::after {
  display: none;
}

.marquee-section {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee-content img {
  width: 270px;
  height: auto;
  flex-shrink: 0;
  border-radius: 10px;
}

/* Pause animation on hover */
.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marquee {

  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

.row.justify-content-center.list {
  display: flex;
  justify-content: center;
}

.about-page .pe-0 {
  padding-right: 0 !important
}

.pe-lg-5 {
  padding-right: 3rem !important;
}

.about-page .ps-0 {
  padding-left: 0 !important
}

.ps-lg-5 {
  padding-left: 3rem !important;
}

.mt-lg-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.about-page .mt-4 {
  margin-top: 1.5rem !important
}

.align-items-center {
  align-items: center !important;
}

.experienced {
  padding-left: 15px;

}

.about-page .tabpadding {
  padding-right: 45px !important;
}





@media (min-width:992px) and (max-width:1199px) {
  .section-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
  }


  .icostyle {
    font-size: var(--font-size-h2);
  }

  .community {
    background-position: center right;

  }

  .community::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 95%;

    background: linear-gradient(to bottom,
        rgba(0, 21, 48, 0),
        #001530);

    z-index: 1;
  }

  .community .container {
    position: relative;
    z-index: 2;
  }

  .our-mission {
    background-position: center center;
  }

  .experienced {
    padding-left: 15px;

  }

  .about-page .tabpadding {
    padding-right: 15px !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .marquee-content img {
    width: 140px;
    margin-right: 20px;
  }

  .section-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
  }

  .about-page .module {
    padding: 25px 20px !important;
  }

  .firm-experience {
    padding: 25px 20px !important;
  }

  .community {
    padding: 25px 20px !important;
  }


  .icostyle {
    font-size: var(--font-size-h2);
  }

  .community {
    background-position: center right;

  }

  .community::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 95%;

    background: linear-gradient(to bottom,
        rgba(0, 21, 48, 0),
        #001530);

    z-index: 1;
  }

  .community .container {
    position: relative;
    z-index: 2;
  }

  .our-mission {
    background-position: center center;
  }

  .experienced {
    padding-left: 15px;

  }
}




@media (max-width:767px) {
  .community {
    background: url("/wp-content/uploads/community-mobile.webp") no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 700px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }

  .community::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 70%;

    background: linear-gradient(to bottom,
        rgba(0, 21, 48, 0),
        #001530);

    z-index: 1;
  }


  .community .container {
    position: relative;
    z-index: 2;
  }

  .our-mission {
    background: url("/wp-content/uploads/ourmission-mob.webp");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }

  .section-left::after {
    top: -7px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 2px;
    animation: none !important;
    overflow: hidden !important;
  }

  .heading {
    font-size: var(--font-size-h1) !important;
  }

  .about-page .module {
    padding: 25px 20px !important;
  }

  .firm-experience {
    padding: 25px 20px !important;
  }

  .community {
    padding: 201px 20px 20px 20px !important;
  }

  .icostyle {
    font-size: var(--font-size-h2);
  }

  .marquee-content {
    animation-duration: 12s;
  }

  .marquee-content img {
    width: 110px;
    margin-right: 15px;
  }


  section.firm-experience.module1 .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
  }

  .experienced {
    padding-left: 15px;
    margin-top: 15px
  }

  .swiper-button-container .swiper-button-next,
  .swiper-button-container .swiper-button-prev {
    display: none;
  }
}


/* TEMPLATES > Contact Full */


.page-template-template-contact-full main {
  background-image: url('/wp-content/uploads/Hero.jpg');
  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(--alternate-color);
  padding: var(--gutter-size);
  border: solid 1px var(--color-gray);
  opacity: 0.8;
}

.sidebar .gform_wrapper .gsection_title {
  font-size: 30px;
  margin-bottom: 30px !important;
  color: var(--color-white) !important;
}

a.links {
  color: var(--color-white);
}

a.external-link:hover,
a.external-link:focus,
.cy-contact a:focus,
.cy-contact a:hover,
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-inner a:hover,
.footer-inner a:focus {
  color: var(--color-white);
  text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
  .page-template-template-contact-full main {
    height: 100vh;
    padding: 0;
  }

  .contact-full-inner {
    padding: 40px;
    display: flex;
    max-width: 1060px;
    margin: 0 auto;
  }

  .contact-full-content {
    padding-right: 15%;
  }

  .page-template-template-contact-full .contact-full-content {
    width: 50%;
    padding-right: 25px !important;
  }

  .sidebar.contact-full-sidebar {
    width: 50%;
    padding-left: 50px;
  }

  .page-template-template-contact-full .contact-full-content::after {
    /* opacity: 0; */
    right: -15px;
  }

  .contact-full-container {
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
}

.sidebar.contact-full-sidebar .gform_wrapper {
  background: transparent;
  padding: 25px 20px;
}

.contact-full-sidebar textarea {
  color: var(--color-white) !important;
}

.sidebar.contact-full-sidebar .gform_wrapper textarea {
  min-height: 120px;
}

@media screen and (max-height: 750px) and (min-width: 1025px) {

  .page-template-template-contact-full main,
  .contact-full-container {
    height: 100%;
    display: grid;
  }

  .contact-full-container {
    padding: 0;
  }

  .page-template-template-contact-full main {
    padding: 160px 0 100px;
  }
}

.page-template-template-contact-full .footer {
  padding: 20px 0;
  text-align: center;
  background: var(--option-color);
  position: relative;
}

.footer-inner .small-margin-right a::after {
  content: "|";
  margin: 0 0px 0 8px;
  font-size: 12px;
}

.footer-inner .small-margin-right:last-of-type a::after {
  opacity: 0;
}

.footer-inner a {
  font-weight: normal;
  color: var(--color-white);
}

.footer-inner a:hover,
.footer-inner a:focus {
  font-weight: normal;
  color: var(--secondary-color);
}

.footer-inner {
  font-size: 14px;
  color: var(--color-white);
}

i.fas.fa-fax,
i.fas.fa-envelope,
i.fas.fa-phone {
  color: var(--secondary-color);
}

a.links {
  color: var(--color-white);
  text-decoration: none;
}

a.links:hover,
a.links:focus {
  color: var(--secondary-color);
}

.module-practices-e-single {
  width: 100%;
  height: 100px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  text-transform: none;
  line-height: 1.2;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid var(--alternate-color);
  color: var(--alternate-color);
}

.module-practices-e-single:last-of-type {
  margin: 0;
}

.module-practices-e-single:hover,
.module-practices-e-single:focus {
  background: var(--alternate-color);
  color: #fff;
}

.module-practices-a .practices-single {
  width: 100%;
  height: 225px;
  background: #e3e3e3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  text-decoration: none;
}

.module-practices-a .practices-single:hover,
.module-practices-a .practices-single:focus {
  background: #14172f;
}

.module-practices-a .practices-single .practices-single-title {
  background: #14172f;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  -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;
}

.module-practices-a .practices-single h3 {
  margin: 0;
  color: #fff;
}

.module-practices-a .practices-single .practices-single-content {
  color: #fff;
  display: none;
  margin: 0;
  padding: 15px;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
}

.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;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
  background: #004d8e;
}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .module-practices-a-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .module-practices-a .practices-single {
    min-height: 275px;
    height: auto;
  }

  .module-practices-e-inner.row-narrow {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .module-practices-e-single {
    display: flex;
    width: 48%;
  }

}

@media screen and (min-width: 1025px) {
  .module-practices-a-inner {
    grid-template-columns: repeat(4, 1fr);
  }


}

.marquee-track {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-content img {
  flex: 0 0 auto;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

section.module.module-practices-e {
  padding: 0px;
}





.module.section-practice .slide-scroll-btn.hp-prac-btn {
  display: block !important;
  bottom: 5px;
  position: absolute;
  z-index: 1;
  left: 0;
}

.module.section-practice {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.prac-button {
  text-align: center;
}

.prac-button .prac-btn.button {
  background: #fff;
  color: #000;
}

.prac-button .prac-btn.button:hover,
.prac-button .prac-btn.button:focus {
  background: #86383c;
  color: #fff;
}

.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to::after {
  background: #000;
}

.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to:hover::after,
.module.section-practice .slide-scroll-btn.hp-prac-btn .scroll-to:focus::after {
  background: #86383c;
}

.module.section-practice .prac-first-title {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 9.6px;
  max-width: 800px;
  margin: 0 auto 10px auto;
}

.module.section-practice .prac-second-title {
  color: #fff;
  font-size: 110px;
  line-height: 100px;
  font-weight: bold;
  margin-bottom: 40px;
}

.practice-box-inn {
  background-color: #1a3e6e;
  min-height: 220px;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  margin: 10px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.practice-box-inn .pracTit,
.practice-box-inn .pracIcon i {
  transition: color 0.3s ease;
}

.practice-box-inn:hover .pracTit,
.practice-box-inn:focus .pracTit,
.practice-box-inn:hover .pracIcon i,
.practice-box-inn:focus .pracIcon i {
  color: var(--secondary-color);
}

.module-practices-inner.row-narrow {
  flex-wrap: wrap;
  column-gap: 20px;
  display: inline-block;
  margin-bottom: 40px;
}

.short_intro {
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  display: none;
}

.module-practices-block:hover .short_intro,
.module-practices-block:focus .short_intro {
  display: block;
}

.home .module-practices-block:hover h3.pracTit,
.home .module-practices-block:focus h3.pracTit {
  display: none;
}

.module-practices-block:hover .short_intro h3.pracTit,
.module-practices-block:focus .short_intro h3.pracTit {
  display: block;
}

.short_intro p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.module-practices-block.prac-block4 .short_intro p,
.module-practices-block.prac-block5 .short_intro p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}

.module-practices-block {
  width: 33%;
  float: left;
  text-decoration: none !important;
  position: relative;
}

.module-practices-block.prac-block4 .practice-box-inn,
.module-practices-block.prac-block5 .practice-box-inn {
  min-height: 460px;
}

.pracTit {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pracIcon {
  width: 100px;
  text-align: right;
}

.pracIcon i {
  font-weight: 300 !important;
  color: #fff;
  font-size: 25px;
}




@media screen and (min-width:280px) and (max-width: 767px) {
  .page-template-template-contact-full main {
    padding: 100px 0 40px;
    position: relative;
  }

  .sidebar.contact-full-sidebar .gform_wrapper {
    background: transparent;
    padding: 25px 0;
  }

  .page-template-template-about .banner-title {
    animation: none !important;
    animation-delay: inherit !important;
    opacity: 1 !important;
  }

  .single-attorneys-template-a .attorney-banner-name h1 {
    ;
    margin-bottom: 12px !important;
    letter-spacing: 1px;
    line-height: 1;
    opacity: 1 !important;
    animation: none !important;
  }


}



@media (max-width: 767px) {
  .about-page section.our-mission.module {
    padding: 29px 14px 34px 14px !important;
  }

  .about-page .heading {
    margin-bottom: 11px !important;
  }

  .about-page section.firm.module {
    padding: 26px 17px 7px 17px !important;
  }

  .about-page .firm-experience.module1 {
    padding: 35px 17px 15px 17px !important;
  }

  .about-page .columns.medium-8.large-8.small-12.pe-lg-5.pe-0.tabpadding {
    padding-right: 17px !important;
  }

  .about-page .experienced {
    padding-top: 12px !important;
    padding-bottom: 31px !important;
  }

  /* 	2199 */
  .about-page .section.community.module1 {
    padding: 201px 10px 26px 15px !important;
  }

  .about-page .row.mt-5.alignmentstyle {
    margin-top: 46px !important;
  }

  .about-page .cardbg {
    padding: 25px 19px !important;
  }

  .about-page section.firm.module.our-value {
    padding: 26px 17px 17px 17px !important;
  }

  /* 	6635 */
  .about-page section.module.module-testimonials-b {
    padding: 42px 0 37px 0 !important;
  }

  /* 	2191 remove */
  .about-page section.module.represent {
    padding: 33px 0px 3px 0 !important;
  }

  .about-page .marquee-section img {
    margin-right: 73px !important;
  }

  .about-page .marquee-section {
    padding: 0px 0px !important;
  }

  .about-page .row.justify-content-center.list {
    padding: 0px 0 0px 0 !important;
  }

  .about-page section.module.about-listing {
    padding: 0px 15px 39px 15px !important;
  }

  /* 	change on line 2210 */
  .about-page .marquee-content img {
    width: 197px !important;
  }

  .about-page .columns.medium-6.large-4.small-12.mb-3.animate-in-view.animated.fadeInUp {
    margin-bottom: 10px !important;
  }

  .about-page div#slider-testimonials-b-pagination {
    padding-bottom: 37px !important;
  }

  .about-page .slider-testimonials-b .slider-testimonial-single {
    margin-bottom: 25px;
  }

  .about-page .testi-block.center {
    display: none !important;
  }

  .about-page .module-testimonials-b h4 {
    margin-top: 0px !important;
    margin-bottom: 7px !important
  }

}








@media screen and (min-width: 767px) and (max-width: 1024px) {

  .attorney-results .attorney-result-single {
    width: 32%;
    margin: 1% 0;
  }

  .page-template-template-contact-full main {
    padding: 120px 0 80px;
    position: relative;
  }

  .contact-full-inner {
    display: flex;
  }

  .content.contact-full-content.light-text {
    width: 50%;
  }

  .sidebar.contact-full-sidebar {
    width: 50%;
  }


}

/*Case Studies*/
.cs-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.cs-filter-left {
  font-size: 24px;
  font-weight: 700;
  color: #17213f;
}

.cs-reset {
  color: #f15a24;
  text-decoration: underline;
  margin-left: 6px;
}

.cs-filter-right {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
  text-transform: capitalize;
}

.cs-showing-label {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}

.cs-drop {
  min-width: 380px;
  height: 56px;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 0 60px 0 18px;
  font-size: 16px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .cs-filter-bar {
    display: block;
  }

  .cs-filter-left {
    margin-bottom: 20px;
  }

  .cs-filter-right {
    display: block;
  }

  .cs-showing-label {
    display: block;
    margin-bottom: 10px;
  }

  .cs-drop {
    width: 100%;
    min-width: 100%;
  }
}