/* practice area detail banner */

.practice-area-banner {
    margin-top: 95px;
}

.practice-area-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.practice-banner-wrapper {
    position: relative;
    z-index: 2;
}

.global-banner-title {
    background-color: var(--color-3);
    width: max-content;
    padding: 23px 20px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.global-banner-heading {
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
}

.global-banner-heading span {
    color: var(--color-5);
}

.global-banner-list ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 5px;
    margin: 30px 0;
}

.global-banner-list ul li {
    flex: 0 0 40%;
    line-height: 1.2;
}

.global-banner-list ul li::marker {
    color: #fff;
    font-size: 22px;
}

.global-banner-cta {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 15px;
}

.global-banner-phone {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../img/attorney-phone.svg);
    background-position: left 5px;
}

.global_call_text {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.global_call_us a {
    color: #fff;
    &:hover {
        color: var(--color-5);
    }
}

.practice-area-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* static page */

.static-page h1, .static-page h2, .static-page h3, 
.static-page h4, .static-page h5, .static-page h6 {
    font-weight: 700;
}

.static-page h2, .static-page h3, .static-page h4 {
    font-size: var(--h2);
    margin-top: 50px;
}

.static-page .content-area ul {
    list-style: disc;
    padding-left: 20px;
}

.static-page .content-area ol {
    padding-left: 20px;
}

.static-page .content-area ul li::marker {
    color: var(--color-2);
    font-size: 22px;
}

.static-page .in-communuty-reviews {
    margin: 40px 0;
}

.static-page .community-review-quote {
    margin-bottom: 30px;
}

.static-page  .community-review-content {
    font-size: 20px;
}

/* inner banner */

.inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.row.inner-banner-wrapper {
    margin-left: 0;
}



/* .inner-banner .container {
    max-width: calc(100% - 220px);
    margin-left: auto;
    margin-right: 0;
    padding: 0;
} */

.inner-banner-img {
    padding-top: 25px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}

/* contact us page */

.contact-map iframe {
    width: 100%;
    border-radius: 16px;
}

.contact-location {
    background-color: var(--color-2);
    border-radius: 28px;
    padding: 50px 40px;
}

.contact-follow, .contact-phone {
    padding: 50px 40px 65px 40px;
    border-radius: 28px;
    background-color: #F0F0F0;
	min-height:100%
}

.contact-icons {
    gap: 10px;
}

.contact-call a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.contact-link svg path {
    transition: all .4s ease;
}

.contact-link svg:hover path {
    fill: var(--color-3);
}

.contact-us-section .contact-col-title {
    margin-top: 25px;
    margin-bottom: 20px;
}

.contact-us-section .h2 {
    margin-bottom: 50px;
}

.contact-us-wrapper {
    max-width: 1030px;
    margin-inline: auto;
    --bs-gutter-x: 45px;
}

.section-pd {
    padding: 90px 0;
}

.section-m {
    margin: 90px 0;
}

.page-not-found a {
    text-decoration: underline;
}

/* meet team page */

.life-challenges .section-title {
    max-width: max-content;
    margin-inline: auto;
    border-bottom: 1px solid #77160533;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.contact-cta-wrapper {
    gap: 60px;
    margin-top: 25px;
}

.contact-cta-col {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.contact-cta {
    margin-top: 40px;
}

.contact-cta .team-img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-cta .team-img {
    position: relative;
}

.contact-cta .team-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    pointer-events: none;
}

.btn.btn-shadow {
    box-shadow: 0px -2px 0px 0px #ffffff;
}

.btn.btn-shadow:hover {
    border-color: #fff;
    color: #fff;
}
.meet-team-section {
    background-color: #F0F0F0;
}

.meet-team-wrapper {
    margin-top: 20px;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 60px;
}

.team-member-img {
     width: 100%;
    max-width: 348px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #A8A8A8;
    overflow: hidden;
    transition: all .4s ease;
}

.team-member-img:hover {
    background-color: #777777;
}

.team-member-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    padding: 30px 10px 0 30px;
}

.team-member-name {
    font-family: var(--font-cinzel);
    font-weight: 400;
    font-size: 28px;
    margin-top: 20px;
}

.member-designation {
    margin-top: 5px;
    font-size: 20px;
    line-height: 32px;
}


/* single team page */

.member-inforamtion {
    background-color: var(--color-2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 90px;
}

.team-single-post .member-details.section-pd {
    padding-top: 0;
}

.member-inforamtion .info-bottom-content a, .member-inforamtion .info-content a {
    color: #fff;
}

.member-profile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #A8A8A8;
    border-radius: 20px;
    padding-top: 30px;
}

.info-bottom-content a, .info-content a {
    text-decoration: underline;
}

.member-info-row a:hover, .info-content a {
    text-decoration: none;
}

.member-profile img {
    height: 480px;
    width: 90%;
    object-position: top center;
    object-fit: cover;
}

.member-detail-awards {
    gap: 20px;
}

.member-detail-award {
    height: 170px;
    width: 170px;
}

.member-detail-award img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.member-profile::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%; 
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    pointer-events: none;
    border-radius: 20px;
}

.member-cta .btn {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-3);
}

.member-cta .btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.member-info-wrapper  {
    gap: 30px;
    margin-top: 30px;
}

.member-call a {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
}

.member-call a:hover {
    text-decoration: underline;
    color: #fff;
}

.member-call-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.05px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.member-call {
    background-image: url(../img/info_call.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 7px;
    padding-left: 55px;
}

.member-inf-right {
    padding-left: 20px;
}

.attorney-info-col {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 1;
}

.attorney-info-name  {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.member-info-desiganation {
    font-weight: 500;
    font-size: 28px;
}

.member-detail-col {
    background-color: #F0F0F0;
    padding: 50px 50px 50px 100px;
    border-left: 2px solid var(--color-2);
    margin-bottom: 40px;
}


.member-detail-col:last-of-type {
    margin-bottom: 0;
}

.list-style ul {
    list-style: disc;
    padding-left: 20px;
}

.list-style ul li {
    margin-bottom: 15px;
}

.list-style ul li::marker {
    color: var(--color-2);
}

/* testimonials page */

.tesitmonials-inner-row {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px;
    margin-top: 50px;
}

.border-title {
    max-width: max-content;
    margin-inline: auto;
    border-bottom: 1px solid #77160533;
    padding-bottom: 5px;
}

.tesitmonials-inner-col {
    padding: 40px;
    border-radius: 30px;
    background-color: #F4F4F4;
    transition: all .3s ease;
    height: 100%;
}

.review-icon-wrapper {
    margin-bottom: 25px;
}

.review-heading {
    font-family: var(--font-cinzel);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    transition: all .3s ease;
    margin-bottom: 8px !important;
    color: var(--color-2);
}

.reviews-icon {
    width: 200px;
    height: 30px;
}

.google-icon {
    height: 40px;
    width: 40px;
}

.reviewer-name {
    font-family: var(--font-cinzel);
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -1px;
    color: var(--color-2);
    margin-top: 25px;
    transition: all .3s ease;
}

.review-content p, .review-content {
    transition: all .3s ease;
}

.tesitmonials-inner-col:hover {
    background-color: var(--color-2);
    box-shadow: 0 4px 61.2px 0 #00000033;
}

.tesitmonials-inner-col:hover .review-content p,
.tesitmonials-inner-col:hover .review-content,
.tesitmonials-inner-col:hover .reviewer-name,
.tesitmonials-inner-col:hover .review-heading,
.tesitmonials-inner-col:hover .review-read-more {
    color: #fff;
}

.review-read-more {
    cursor: pointer;
    color: #505050;
    text-decoration: underline;
}

.tesitmonials-inner-col .review-read-more:hover {
    color: #fff !important;
    text-decoration: none;
}

.review-load-more {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* in media page */

.in-media-row {
    background-color: #F0F0F0;
    border-radius: 20px;
    padding: 50px;
    padding-top: 15px;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
    margin-top: 70px;
}

.in-media-col, .in-media-col-no-link {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 30px 10px;
}

.in-media-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* next steps section */
.next-steps-section {
    background-color: #F0F0F0;
}

.steps-section {
    position: relative;
    margin-top: 50px;
}

.steps-line {
    position: absolute;
    top: 180px;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: 1;
}

.steps-line::after, .steps-line::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.steps-line::after {
    right: 0;
}

.steps-line::before {
    left: 0;
}


.step-item {
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 85px;
    height: 85px;
    background: var(--color-2);
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img, .step-icon svg {
    width: 40px;
    height: 40px;
}

.step-heading {
    font-family: var(--font-cinzel);
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.step-number {
    font-size: 20px;
    line-height: 100%;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 85px;
}

.step-number::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    border-left: 1px dashed #000;
    bottom: -45px;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.step-dot {
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.step-dot::before, .step-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 3px;
    background: #F0F0F0;
}

.step-dot::after {
    right: -10px;
}

.step-dot::before {
    left: -10px;
}


/* careers page */

.careers-row .border-title {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
}

.careers-rgt-col img {
    width: 100%;
}

.careers-rgt-col .h2 {
    margin-bottom: 20px;
}

.careers-cta {
    gap: 40px;
}

.careers-contact-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-inline: auto;
}

.careers-contact-col .btn {
    box-shadow: 0px -2px 0px 0px #ffffff;
}

.careers-contact-col .btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.careers-testimonials-section .tesitmonials-inner-row {
    --bs-gutter-y: 20px;
}

.careers-testimonials-section .tesitmonials-inner-row {
    margin-top: 10px;
}

/* in the community */


.in-community-row {
    padding: 50px 50px 50px 100px;
    border-left: 2px solid var(--color-2);
    background-color: #F0F0F0;
    margin-bottom: 40px;
}

.community-rgt {
    background-color: #fff;
    padding: 40px 30px;
}

.community-lft a {
    color: var(--color-2);
}

.community-lft a:hover {
    color: var(--color-3);
}

.community-cta {
    margin-top: 20px;
}

.community-cta a {
    font-weight: 600;
}

.section-md {
    margin: 130px 0;
}

.community-review-slider .slick-slide,
.static-review-slider .slick-slide, .why-choose-slider .slick-slide {
  padding: 0 20px; 
  box-sizing: border-box;
}

.community-review-slider .slick-list {
  margin: 0 -40px; 
}

.static-review-slider .slick-list, .why-choose-slider .slick-list {
    margin: 0 -20px; 
}

.community-single-review {
    background-color: #F0F0F0;
    border-radius: 12px;
    border: 1px solid #C4C4C4;
    padding: 37px 30px;
}

.community-review-quote {
    background-image: url('../img/community-quote.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 95px;
    height: 40px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.community-review-icon {
    background-image: url('../img/community-star.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 17px;
    margin-inline: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.community-review-content {
    font-size: 24px;
    line-height: 1.4;
}

.community-heading-content {
    margin-bottom: 40px;
    margin-top: 50px;
}

.in-community {
    margin-top: 80px;
}

.page-id-506 .next-steps-section {
    margin: 90px 0;
}

.community-review-slider .slick-track,
.static-review-slider .slick-track,
.why-choose-slider .slick-track,
.practice-area-slider .slick-track {
  display: flex !important;
}

.community-review-slider .slick-slide,
.static-review-slider .slick-slide,
.why-choose-slider .slick-slide,
.practice-area-slider .slick-slide {
  height: auto;
}

.community-review-slider .slick-slide > div,
.static-review-slider .slick-slide > div,
.why-choose-slider .slick-slide > div,
.practice-area-slider .slick-slide > div {
  height: 100%;
}


.community-single-review {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* scholership page */

.content-area-img, .content-area-content {
    margin-top: 25px;
}

.content-area.list-content {
    padding-right: 5%;
}

.static-contact-cta-wrapper {
    background-color: #505050;
    margin: 30px 0;
}

.static-contact-cta-wrapper .h2 {
    margin-bottom: 20px;
}


/* upcoming events */

.events-wrapper {
    background-color: #F0F0F0;
    border-left: 3px solid var(--color-2);
    padding: 50px 50px 50px 100px;
    margin-bottom: 40px;
}

.events-wrapper:last-of-type,
.events-wrapper .single-event:last-of-type {
    margin-bottom: 0;
}

.events-wrapper .single-event {
    margin-bottom: 20px;
    padding: 30px;
}

.event-heading {
    margin-bottom: 30px;
}

.event-name {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.events-wrapper .event-name::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--color-3);
}

.events-wrapper.upcoming-wrapper .event-name::before  {
    background-color: #fff;
}

.events-wrapper .single-event a {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
}

.events-wrapper .event-link {
    margin-top: 5px;
}

.events-wrapper .single-event a:hover {
    text-decoration: none;
}

.upcoming-wrapper .single-event {
    background-color: var(--color-2);
    color: #fff;
}

.events-wrapper.upcoming-wrapper .single-event a {
    color: #fff;
}

.past-events .single-event {
    background-color: #fff;
    border: 1px solid #868686;
}

.past-events .single-event .event-date {
    color: var(--color-2);
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}


/* practice area detail */

.static-practice-area .border-title {
    max-width: 100%;
    padding-bottom: 30px;
    font-weight: 900;
    font-size: 64px;
}

.static-practice-areas-col {
    background-color: #F0F0F0;
    padding: 30px 20px 40px 20px;
    margin: 80px 0;
}

.static-practice-areas {
    gap: 20px;
}

.static-practice-heading {
    font-family: var(--font-cinzel);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 25px;
}

#faqAccordion {
    margin-top: 25px;
}

.faqs-wrapper {
    background-color: #F0F0F0;
    padding: 70px 50px;
    margin: 35px 0
}

.faqs-wrapper .accordion-item {
    margin-bottom: 20px;
    border-radius: 16px !important;
    background-color: #fff;
    box-shadow: 4px 4px 20px 8px #0000000F;
}

.faqs-wrapper .accordion-header button {
    border-radius: 16px !important;
    box-shadow: 4px 4px 20px 8px #0000000F;
    background-color: #fff;
    padding: 20px 34px;
    gap: 15px;
}

.faqs-wrapper .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: var(--color-3);
}

.faqs-wrapper .accordion-body {
    padding: 20px 34px;
    padding-top: 0;
}

.faqs-wrapper .accordion-body ul {
    list-style: disc;
    padding-left: 20px;
}

.faqs-wrapper .accordion-body ul li::marker {
    color: var(--color-2);
}

.accordion-collapse, .accordion-body {
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.accordion-button {
    padding: 0;
    font-weight: 700;
    font-size: 24px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border: 0;
}

.faqs-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faqs-wrapper .accordion-button::after {
    background-image: url(../img/faq-down.svg)
}

.faqs-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../img/faq-down.svg)
}

.faqs-wrapper .h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.eskew-let-help {
    margin: 30px 0;
}

.eskew-let-help .h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.2;
}
.eskew-help-content {
    margin: 25px 0;
}

.default-content-block ul {
    list-style: disc;
    padding-left: 40px;
}

.default-content-block p img {
    margin-inline: auto;
}

.default-content-block ul li {
    margin-bottom: 10px;
}

.default-content-block ul li::marker {
    color: var(--color-2);
}

.default-content-block, .default-testimonials {
    margin: 30px 0;
}

.default-testimonials {
    background-color: var(--color-3);
    padding: 50px 60px 50px 100px;
    color: #fff;
}

.default-testimonials a {
    color: #fff;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

.default-bg-inner {
    background-color: #F0F0F0;
    border-left: solid 2px var(--color-2);
    padding: 50px 50px 50px 100px;
    margin: 30px 0;
}

.default-bg-section .h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.default-bg-section ul {
    list-style: disc;
    padding-left: 20px;
}

.default-bg-section ul li {
    margin-bottom: 10px;
}

.default-bg-section ul li::marker {
    color: var(--color-2);
}

.default-bg-image {
    margin: 30px 0;
}

.default-image-cta {
    margin: 80px 0;
}

.default-image-cta .image-cta-heading  {
    font-family: var(--font-cinzel);
    font-weight: 700;
    font-size: 59px;
    margin-bottom: 40px;
    line-height: 1.1;
}

.default-image-cta .image-cta-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 0;
    padding: 0 20px 70px;
}

.default-image-cta .image-cta-inner {
    gap: 30px;
}

.default-image-cta .image {
    position: relative;
    background-color: #F0F0F0;
    height: 720px;
}

.default-image-cta .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.default-image-cta .image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
    pointer-events: none;
}

.inner-banner-heading {
    text-transform: uppercase;
    padding: 125px 0;
    padding-right: 20px;
}

.default-list-style ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 15px;
}

.default-list-style.three-col ul {
    grid-template-columns: repeat(3, 1fr);
}

.default-content-block.default-content-block-wide .post-thumbnail {
    position: relative;
}

.default-content-block.default-content-block-wide .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.default-content-block .video-wrapper {
    margin: 30px 0;
}

.default-content-block .video-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-content-block .video-thumb:hover svg path {
    transition: all .4s ease;
}

.default-content-block .video-thumb:hover svg path:first-of-type {
    fill: #CC0000;
}

.default-content-block .play-icon {
    position: absolute;
    width: 50px;
    height: 35px;
}

.default-content-block .video-thumb img {
    height: 470px;
    max-width: 800px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.default-content-block h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 65px;
    margin-bottom: 25px;
}

.default-content-block h3, 
.default-content-block h4 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 25px;
}

.default-content-block h2 b {
    font-weight: 900;
}

.default-content-block h3 b, .default-content-block h4 b {
    font-weight: 700;
}

.practice-slider-wrapper .h2 {
    margin-bottom: 50px;
}

.practice-slider-wrapper {
    margin-top: 70px;
    margin-bottom: 30px;
}

.practice-area-team {
    margin-top: 90px;
}

.meet-team-home.practice-area-team .team-slider .slick-track {
    padding-top: 90px;
    padding-bottom: 30px;
}

.practice-slider-wrapper .slick-dots {
    margin-top: 30px;
}

.sitemap-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.sitemap-page ul li::marker {
    color: var(--color-2);
}

.contact-us-cta-wrapper {
    max-width: 65%;
    margin-inline: auto;
}

.contact-us-cta-wrapper > div {
    width: 45%;
}

.contact-us-cta-wrapper a {
    width: 100%;
}

.page-id-570 .next-steps-section {
    padding-top: 0;
}

.page-id-535 .law-rights-wrapper .row {
    width: auto;
    margin-right: 5px;
}

.blog-single-post .faqs-wrapper {
    background-color: transparent;
    padding: 0;
}

.blog-single-post .faqs-wrapper .h2 {
    font-size: var(--h2);
}

.blog-single-post .faqs-wrapper .accordion-item {
    box-shadow: 4px 4px 4px 0px #0000000F;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 2px;
    padding: 5px;
}


td, th {
  word-wrap: break-word;
  white-space: normal;
}

