/***DEFAULTS***/
h1, h2, h3, h4 {
    font-weight: 700;
}
/***MAIN***/
.page-template-practice-area-new main section {
    background-size: cover;
    background-position: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    padding: clamp(2.188rem, 1.443rem + 3.723vw, 4.375rem) 0 clamp(1.875rem, 1.237rem + 3.191vw, 3.75rem);
}
.page-template-practice-area-new h2 {
    margin-bottom: 30px;
    font-family: var(--spectral);
}
.page-template-practice-area-new section.text-dark h2,
.form_section h2 {
    color: #9B522B;
}
/***HERO***/
.page-template-practice-area-new .hero {
    background-color: rgba(104, 137, 175, 0.25);
    background-size: cover;
    background-position: center;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-template-practice-area-new .hero .content {
    font-size: 20px;
    font-weight: 500;
}
.page-template-practice-area-new .hero h1 {
    font-size: clamp(1.875rem, 1.449rem + 2.128vw, 3.125rem);
    color: #D9894F;
    font-family: var(--spectral);
}
.page-template-practice-area-new .hero h2 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}
/***CALLOUTS***/
.page-template-practice-area-new main section.callouts {
    padding: 0;
}
.callout {
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.callout .body {
    line-height: 1.2;
    margin-left: 10px;
}
.callout-1 {
    background-color: #C0883C;
}
.callout-2 {
    background-color: #9A651C;
}
.callout-3 {
    background-color: #835413;
}
/***SIGNALS***/
.page-template-practice-area-new main section.trust_signals {
    padding: 20px 0;
}
/***FAQS***/
.faqs.new {
    padding-bottom: 80px;
}
.faqs.new .accordion {
    margin-top: 60px;
}
.faqs.new .accordion-item {
    margin-bottom: 20px;
    border: none;
}
.faqs.new .accordion-button {
    background-color: #F5EFE8;
    font-size: 20px;
    padding: 0 15px 0 0;
    font-weight: 500;
}
.faqs.new .accordion-item span.prefix {
    font-family: var(--spectral);
	font-size: 24px;
    font-weight: var(--weight-medium);
    text-align: center;
    color: #FFF;
    padding: 10px 15px;
    background-color: var(--bs-body-color);
}
.faqs.new .accordion-item span.question {
    font-size: 20px;
    padding: 10px 15px;
}
.faqs.new .accordion-button:not(.collapsed) span.prefix {
    background-color: #9A651D;
}
.faqs.new .accordion-button:not(.collapsed) {
    color: #000;
}
.faqs.new .accordion-button:focus {
    box-shadow: none;
}
.faqs.new .accordion-body {
    padding: 15px 0;
    font-weight: 400;
}
.faqs.new .accordion-body p:last-of-type {
    margin-bottom: 0;
}
/***TESTIMONIALS***/
/*.practice_testimonials h2 {
    font-size: 46px;
}*/
.testimonials-new {
    column-gap: 40px;
}
.testimonials-new .testimonial {
    position: relative;
} 
.testimonials-new .testimonial .outer-icon {
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}
.testimonials-new .testimonial .icon-wrapper {
    background-color: var(--bs-body-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #FFF;
}
.testimonials-new .testimonial .body {
    background: #FCFCFC;
    color: var(--bs-body-color);
    padding: 60px 30px 30px;
    line-height: 1.7;
    border-radius: 10px;
    min-height: 400px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.testimonials-new .testimonial .author {
    letter-spacing: 0.08em;
}
/***BLOG GRID***/
.blog.new .blog-grid {
    justify-content: stretch;
    align-items: stretch;
}
.practice-blog .wrapper {
    border: solid 1px rgba(64, 40, 1, 0.15);
    height: 100%;
    background-color: #FFF;
    color: var(--bs-body-color);
}
.practice-blog .wrapper img {
    aspect-ratio: 16 / 9;
}
.blog-excerpt {
    font-size: 18px;
    padding: 20px 20px 0;
}
.blog-excerpt h3 {
    font-size: 20px;
}
.blog-excerpt h3 a {
    color: #9B522B;
    text-decoration: none;
}
/***STEPS***/
.steps-wrapper {
    gap: 30px;
}
.step {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    background-color: #FFF;
    color: var(--bs-body-color);
    padding: 20px;
    height: 100%;
}
.step-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--bs-body-color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.step-title h3 {
    font-size: 22px;
    color: #9B522B;
}
/***FORM***/
.form_section .container {
    max-width: 1100px;
}
.form_section .form {
    background-color: #FFF;
    color: var(--bs-body-color);
    padding: 40px;
}
.form_section .nf-field-element input {
    height: 48px;
    padding: 0 15px;
}
.form_section .nf-field-element textarea {
    height: 100px;
    padding: 5px 15px;
}
.form_section input,
.form_section select,
.form_section textarea {
    background-color: #F4F4F4;
    border: none;
}
/***MISC***/
.no_image h2,
.faqs.new h2,
.practice_testimonials h2,
.blog h2,
.steps h2,
.form_section h2 {
    font-size: clamp(1.75rem, 1.495rem + 1.277vw, 2.5rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
}
.no_image ul {
    margin: 25px 0;
    line-height: 1.7;
    text-align: left;
}
/***HELPERS***/
/***MEDIA QUERIES***/
@media (min-width: 768px) {
    .page-template-practice-area-new main section.callouts {
        transform: translateY(-30px);
    }
    .steps-wrapper .col-md-6 {
        width: 47%;
    }
}
@media (min-width: 992px) {
    .page-template-practice-area-new .hero {
        height: 70vh;
    }
    .page-template-practice-area-new .hero .container {
        max-width: 960px;
    }
    .callout {
        padding: 20px 0;
    }
    .blog.new {
        padding-bottom: 100px;
    }
    .blog.new .blog-grid {
        gap: 30px;
    }
    .steps-wrapper .col-lg-3 {
        width: 23.2%;
    }
}
@media (max-width: 991px) {
    .page-template-practice-area-new main section.left_image .row,
    .page-template-practice-area-new main section.right_image .row {
        row-gap: 40px;
    }
    .page-template-practice-area-new main section.form_section img,
    .page-template-practice-area-new main section.left_image img,
    .page-template-practice-area-new main section.right_image img {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        display: flex;
    }
    .page-template-practice-area-new main section.form_section .form,
    .testimonials-new .testimonial {
        max-width: 600px;
        margin: 0 auto;
    }
    .testimonials-new {
        row-gap: 60px;
    }
    .testimonials-new .testimonial .body {
        min-height: 250px;
    }
    ul {
        column-count: 1 !important;
    }
}

@media (max-width: 580px) {
    .blog-grid {
        row-gap: 30px;
    }
}