@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&display=swap');

/* Change Font Family */
.section--light .component__title, .section--dark .component__title, .banner-e__header .component__title, .banner-e__contactform .contactform--a .contactform__title {
    font-family: 'EB Garamond', serif;
}

/* Phone Color */
.l14-microsite-header .phone__number {
    color: #f08c01;
}

/* Banner Contact Form Color */
.banner-e__contactform .contactform__wrapper {
    border: 15px solid #f08c01;
}

/* Banner font homepage */
.banner-e__header .component__subtitle {
    font-size: 1.4rem;
}
.banner .flexslider .slider__button-wrapper {
    height: 100% !important;
}

/* Banner font */
.l05-main-banner .component__subtitle {
    max-width: 100%;
}

/* Stats Module Disclaimer text */
.section--dark .stats .component__subtitle {
    font-size: 0.75rem;
    color: #eaeaea;
}

/* Styles for titles */
.section--light .component__title {
    color: #00335D;
    font-size: 3rem;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}

.reviewourfirm-a__title {
    font-size: 3rem;
    line-height: 3.25rem;
    margin-bottom: 2rem;
}



/* Styles for captions */
.section--light .component__subtitle {
    color: #00335D;
    font-size: 1.625rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-top: 0.3125rem;
    margin-bottom: 0;
}


/* Links on dark background */
.reviews .section--dark a {
    color: #eaeaea;
    text-decoration: underline;
}


/* Contact form styles */
.contactform--a .contactform__title {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 3.25rem;
    text-align: center;
}

.contactform--a .component__subtitle {
    text-align: center;
}

/* sub: Verdicts and Settlements */
.results-area {
    margin-top: 30px;
}
.results-area > .col-12 {
    margin-bottom: 30px;
}
.results-area .result-box {
    padding: 40px;
    background-color: #F0F0F0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 5px;
    height: 100%;
}
.results-area .result-box .result-title {
    margin-bottom: 25px;
    font-family: 'EB Garamond', serif;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #00335D;
}
.results-area .result-box p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 991.98px) {
    .results-area .result-box .result-title {
        font-size: 2.5rem;
    }
}

.contactform__form-container .div-success-message {
    color: black;

}


.banner-text__subtitle--small {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    font-family: 'EB Garamond', serif;
    font-weight: 500 !important;
}


/* aop block icon color */
.section--dark .featuredblocks-grid-e .featuredblock__icon .icon, .section--dark .component  {color: #F58B27}