body {
            font-family: "Maven Pro", "Lucida Grande", sans-serif;
        }
        
        .flex-break {
            flex-basis: 100%;
            height: 0;
        }

        .hide {
            display: none;
        }
        
        .table td {
            border-top: none;
        }
        
        .table-striped tbody tr:nth-of-type(2n+1) {
            background-color: rgba(0,0,0,0.02);
        }
        
        .marketing .col-lg-4 {
            margin-bottom: 1.5rem;
            text-align: center;
        }
        .marketing h2 {
            font-weight: 400;
        }
        .marketing .col-lg-4 p {
            margin-right: .75rem;
            margin-left: .75rem;
        }
        
        .featurette {
            margin-top: 2rem;
        }

        .featurette-divider {
            margin: 3rem 0;
        }

        .featurette-heading {
            font-weight: 300;
            line-height: 1;
            letter-spacing: -.05rem;
        }
        
        .btn-success {
            box-shadow: 0 0 0 0 rgb(33, 136, 56);
        }
        
        .btn-success:hover {
            animation: pulse-green 1.2s infinite;
        }
        
        @keyframes pulse-green {
            0% {
                    transform: scale(0.95);
                    box-shadow: 0 0 0 0 rgba(33, 136, 56, 0.7);
            }

            70% {
                    transform: scale(1);
                    box-shadow: 0 0 0 10px rgba(33, 136, 56, 0);
            }

            100% {
                    transform: scale(0.95);
                    box-shadow: 0 0 0 0 rgba(33, 136, 56, 0);
            }
        }


        @media (min-width: 40em) {
            .carousel-caption p {
                margin-bottom: 1.25rem;
                font-size: 1.25rem;
                line-height: 1.4;
            }

            .featurette-heading {
                font-size: 40px;
            }
        }

        body {
            color: #5a5a5a;
            background-color: white;
        }

        footer {
            background-color: #363537;
            color: white;
            min-height: 200px;
            text-align: center;
            vertical-align: middle;
            padding-top: 2em;
        }
        
        footer a {
            color: white;
        }

        .container.marketing {
            padding-top: 1rem;
        }
        
        .loan-actor-list.container  {
            padding-left: 5px;
            padding-right: 5px;
        }

        .bg-green {
            background-color: #363537 !important;
        }

        .navbar-brand {
            color: #79c942 !important;
        }

        .navbar-brand .logo-img {
            margin-right: 10px;
        }
        
        .short-info-list {
            padding-left: 20px;
        }
        
        .short-info-list li {
            list-style:none;
        }

        .short-info-list .bi-check-box {
            color: #8CD867;
            font-size: 2rem;
        }

        .lender-of-the-month {
            padding: 20px;
            background: #f9fdf6;
            height: 100%;
            border-radius: 2px;
            margin-bottom: 5%;
        }
        
        .lender-of-the-month .grade {
            font-size: 1.8rem;
            text-align: center;
        }
        
        /* M screen */
        @media (min-width: 40em) {
            .lender-of-the-month {
                padding: 40px;
                box-shadow: 0 2px 10px rgba(0,0,0,.3);
            }
        }

        .lender-of-month-img {
            width: inherit;
        }

        .dropdown:hover>.dropdown-menu {
            display: block;
        }

        .dropdown-menu {
            background-color: #363537;
        }

        .dropdown-item:hover {
            background-color: inherit;
        }

        .dropdown-menu a {
            color: rgba(255,255,255,.5);
        }

        .dropdown-menu a:hover {
            color: rgba(255,255,255,.75);
        }

        h3 {
            font-size: 1.45rem;
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .4rem;
            padding-left: .4rem;
            font-size: 0.95rem;
        }

        .table-item2 {
            background-color: #F9FDF6;
            border-left: solid 8px #ED7D3A !important;
            margin: 10px 0;
            font-size: 0.8rem;
        }

        .table-item2 .lender-img {
            max-width: 100px;
        }
        
        /* M screen */
        @media (min-width: 40em) {
            .table-item2 .lender-img {
                padding-left: 12px;
            }
        }
        
        @media (min-width: 60em) {
            .table-item2 .lender-img {
                padding-left: 0;
            }
        }

        .table-item2 .lender-img-mobile {
            max-width: 100px;
        }

        .table-item2 .amounts, .table-item .paybackTime, .table-item .hasFactoring, .table-item .interest {
            width: 100%;
        }

        .table-item2 .quick-info-box {
            background-color: #f7f7f7;
            width: 100%;
            margin-left: 0px;
            padding: 5px;
            font-size: 0.55rem;
        }
        
        .quick-info-box .col-9 {
            padding: 0;
        }
        
        /* Medium screen */
        @media (min-width: 40em) {
            .table-item2 .quick-info-box {
                font-size: 0.74rem;
            }
            
            .quick-info-box .col-9 {
                padding: 5px 15px;
            }
        }

        .table-item2 .quick-fact {
            margin-right: 20px;
            font-weight: bold;
            display: inline-block;
        }

        .table-item2 .more-info {
            background-color: #f7f7f7;
            width: 100%;
            margin: 0;
            font-size: 0.8rem;
        }

        .table-item2 .more-info .table td {
            padding: .3rem;
            width: 50%;
        }

        .table-item2 .more-info-link {
            color: #28a745;
        }

        .table-item2 .more-info-link a {
            color: #28a745;
            font-size: 0.78rem;
        }

        .table-item2 .more-info ul {
            padding-left: 15px;
        }


        .table-item2 .grade {
            margin-top: 10px;
            font-size: 1.0rem;
        }

        .bi-star-fill, .bi-star-half {
            color: #EFB509 !important;    
        }
        
        .bi-check-circle {
            color: #28a745;
        }

        .table-item2 .bi-check-circle {            
            margin-right: 1px;
            vertical-align: bottom;
            padding: 1px;
            width: 14px;
            height: 14px;
        }
        
        /* M screen */
        @media (min-width: 40em) {
            .table-item2 .bi-check-circle {
                width: 18px;
                height: 18px;
                vertical-align: sub;
            }
        }
        
        .bi-exclamation-circle {
            color: #ED7D3A;
        }
        
        .table-item2 .bi-exclamation-circle {
            vertical-align: text-top;
            width: 18px;
            height: 18px;
        }

        .table-item2 .limited-offer-box {
            margin: 0;
            padding: 2px;
            border-radius: 0;
            padding-left: 15px;
        }
        
        .table-item2 .position {
            position: absolute;
            background-color: #79c942;
            color: #363537;
            padding: 2px 5px;
            font-weight: bold;
            font-size: 0.9rem;
            margin-left: 4px;
            width: 22px;
        }
        
        
        
        .filter-box .slider-selection {
            background: #28a745;
        }   
        .filter-box .slider-handle {
                background: #28a745;
        }
        
        .filter-box .sliderText {
            font-size: 0.65rem;
        }
        
        .filter-result-count {
            font-size: 0.8rem;
        }
        
        .filter-box .form-group {
            font-size: 0.85rem;
        }
        
        /* M screen */
        @media (min-width: 40em) {
            .filter-box .form-group {
                font-size: 0.90rem;
            }
        }
        
        .filter-box .filterCurrentAmount {
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .filter-box .spinner-border {
            width: 1.2rem;
            height: 1.2rem;
        }
        
        
        
        .review-link {
            width: 110px;
        }
        
        /* M screen */
        @media (min-width: 62em) {
            .review-link {
                margin-left: 18px !important;
            }
        }
        
        .review {
            padding: 0;
            padding-top: 1rem;
        }
        
        .review .upper-info-box {
            background-color: #242722;
            color: #FFF;
            min-height: 300px;
        }
        
        .review .bi-star-fill, .review .bi-star-half, .review .bi-star, .review .bi-exclamation-circle {
            font-size: 2rem;
        }
        
        .review .review-link {
            color: #28a745;
        }
        
        .review .table {
            font-size: 0.9rem;
        }
        
        .review .table td {
            padding: .3rem;
        }
        
        .review .table td:nth-child(2) {
            font-weight: bold;
        }
        
        .review .review-logo {
            background-color: #fff;
            border-radius: 2px;
            padding: 20px;
        }
        
        
        
        .blog-post-item {
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0,0,0,.125);
            border-radius: .25rem;
            padding: 25px;
            margin-bottom: 30px;            
        }
        
        .blog-post-item h2 {
            font-size: 22px;
        }
        
        .blog-meta {
            font-size: 13px;
            margin-bottom: 0;
        }
        
        .blog-post-item hr {
            margin-top: 0.4rem;
            margin-bottom: 0.4rem;
        }

        .blog-post-item img, .blog-post img {
            max-width: 100%;
        }

        /* Corporate refresh: keep brand colors, tighten type and surfaces. */
        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #3d3d3d;
            background-color: #f6f8f5;
            line-height: 1.6;
        }

        .site-header {
            border-bottom: 3px solid #79c942;
            box-shadow: 0 2px 12px rgba(54, 53, 55, 0.18);
        }

        .navbar {
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
        }

        .navbar-brand {
            font-weight: 700;
            letter-spacing: -0.02em;
            display: flex;
            align-items: center;
        }

        .navbar-brand .logo-img {
            border-radius: 6px;
            background: #fff;
            padding: 2px;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.82);
            font-weight: 500;
            position: relative;
        }

        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .active > .nav-link,
        .navbar-dark .navbar-nav .nav-item.active .nav-link {
            color: #fff;
        }

        .navbar-dark .navbar-nav .nav-item.active .nav-link::after,
        .navbar-dark .navbar-nav .nav-link:hover::after {
            content: "";
            position: absolute;
            left: 0.4rem;
            right: 0.4rem;
            bottom: 0.15rem;
            height: 2px;
            background: #79c942;
        }

        .hero-band {
            background:
                linear-gradient(180deg, rgba(121, 201, 66, 0.10) 0%, rgba(246, 248, 245, 0) 100%),
                linear-gradient(135deg, #ffffff 0%, #f4faef 55%, #eef6e8 100%);
            border-bottom: 1px solid #e3eadc;
            margin-bottom: 1.5rem;
        }

        .hero-band .container.marketing {
            padding-top: 1.75rem;
            padding-bottom: 1.25rem;
        }

        .hero-kicker {
            display: inline-block;
            margin-bottom: 0.65rem;
            padding: 0.25rem 0.75rem;
            border-radius: 999px;
            background: #e4f4d6;
            border: 1px solid #b7d99a;
            color: #2f6414;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .hero-copy {
            padding-bottom: 1.25rem;
        }

        .featurette-heading {
            color: #2b2b2b;
            font-weight: 700;
            letter-spacing: -0.03em;
            line-height: 1.15;
        }

        .lead {
            color: #555;
            font-size: 1.08rem;
        }

        .short-info-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.45rem;
            margin-bottom: 0.55rem;
        }

        .short-info-list .bi-check-box {
            flex: 0 0 auto;
            margin-top: 0.05rem;
        }

        .short-info-list li span {
            flex: 1 1 auto;
            padding-top: 0.35rem;
        }

        .lender-of-the-month {
            background: #fff;
            border: 1px solid #e5eedc;
            border-top: 4px solid #79c942;
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(54, 53, 55, 0.08);
        }

        .lender-of-the-month h2 {
            color: #363537;
            font-size: 1.35rem;
        }

        .section-heading,
        .container.marketing > h2,
        .page-content h1 {
            color: #363537;
            font-weight: 700;
            letter-spacing: -0.02em;
        }

        .container.marketing > h2 {
            margin-top: 0.5rem;
            margin-bottom: 1rem;
        }

        .page-content {
            background: #fff;
            border: 1px solid #e6ebe3;
            border-radius: 12px;
            padding: 1.5rem 1.25rem 2rem;
            margin-top: 1.25rem;
            margin-bottom: 2rem;
            box-shadow: 0 8px 24px rgba(54, 53, 55, 0.04);
        }

        .page-content img {
            border-radius: 8px;
        }

        #loanActorFilterer {
            background: #fff;
            border: 1px solid #e5eedc !important;
            border-radius: 10px !important;
            box-shadow: 0 6px 18px rgba(54, 53, 55, 0.05);
        }

        .table-item2 {
            background-color: #fff;
            border: 1px solid #e7eee1 !important;
            border-left: solid 8px #ED7D3A !important;
            border-radius: 10px !important;
            box-shadow: 0 6px 16px rgba(54, 53, 55, 0.05);
            transition: transform 0.15s ease, box-shadow 0.15s ease;
        }

        @media (min-width: 40em) {
            .table-item2:hover {
                transform: translateY(-2px);
                box-shadow: 0 12px 24px rgba(54, 53, 55, 0.10);
            }
        }

        .featurette-divider {
            border: 0;
            border-top: 1px solid #e3eadc;
            margin: 2.25rem 0;
        }

        .faq-col {
            margin-bottom: 1rem;
        }

        .faq-col > p {
            background: #f7fbf4;
            border: 1px solid #e5eedc;
            border-radius: 10px;
            padding: 1rem 1.1rem;
            height: 100%;
            margin-bottom: 0;
        }

        .faq-col strong {
            color: #363537;
            display: block;
            margin-bottom: 0.35rem;
        }

        .review .lower-info-box > .container,
        .review .review-text {
            background: #fff;
            border: 1px solid #e6ebe3;
            box-shadow: 0 8px 24px rgba(54, 53, 55, 0.04);
        }

        .review .lower-info-box > .container {
            border-radius: 0 0 12px 12px;
            padding-bottom: 1.5rem;
        }

        .review .review-text {
            margin-top: 1.5rem;
            margin-bottom: 2rem;
            padding: 0.5rem 1rem 1.5rem;
            border-radius: 12px;
        }

        .table-item2 .quick-info-box,
        .table-item2 .more-info {
            background-color: #f7fbf4;
        }

        .table-item2 .position {
            border-radius: 0 0 6px 6px;
        }

        .btn-success {
            border-radius: 6px;
            font-weight: 600;
            padding: 0.45rem 1rem;
        }

        .btn-outline-success {
            border-radius: 6px;
            font-weight: 600;
        }

        .btn-primary {
            background-color: #363537;
            border-color: #363537;
            border-radius: 6px;
            font-weight: 600;
        }

        .btn-primary:hover {
            background-color: #2a2a2b;
            border-color: #2a2a2b;
        }

        footer {
            margin-top: 2rem;
            padding: 2.5rem 0 2rem;
            border-top: 3px solid #79c942;
            text-align: left;
        }

        .footer-brand {
            color: #79c942;
            font-weight: 700;
            margin-bottom: 0.35rem;
        }

        .footer-copy {
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.92rem;
        }

        .footer-links a {
            display: block;
            color: #fff;
            margin-bottom: 0.35rem;
        }

        .footer-links a:hover {
            color: #79c942;
            text-decoration: none;
        }

        .blog-post-item {
            background: #fff;
            border-color: #e6ebe3;
            border-radius: 10px;
            box-shadow: 0 6px 16px rgba(54, 53, 55, 0.04);
        }

        .review h1 {
            margin-bottom: 0.75rem;
            font-weight: 700;
        }

        .review .upper-info-box {
            border-radius: 0;
        }

        .review .review-logo {
            border-radius: 8px;
        }

        .hero-copy .lead,
        .container.marketing > p,
        .page-content > p {
            max-width: 46rem;
        }

        @media (max-width: 767.98px) {
            footer {
                text-align: center;
            }

            .footer-links a {
                display: inline-block;
                margin: 0 0.5rem 0.5rem;
            }
        }
