.header-underline--green {
   color: #027A50 !important;
   text-decoration-color: #027A50 !important;
}

#bypass-content-block {
    position: absolute;
    z-index: 999999
}

#bypass-content-block a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    margin-top: 10px
}

#bypass-content-block a:focus {
    position: static;
    width: auto;
    height: auto;
    left: auto;
    border: none
}

.eyebrow {
   font-size: 12px !important;
}

/* mobile audit 01/13/2026 */

@media (max-width: 767px) {
    .table.pf-rate-table th:first-child,
    .table.pf-rate-table td:first-child {
      position: sticky;
      left: 0;
      z-index: 1;
    }
}

@media (max-width: 991px) {
    .banner__background-image {
        background-position: top left;
    }
    .accordion-block .accordion-button {
        line-height: 1.2;
    }
    .comparison-table .table-responsive {
        position: relative;
        overflow-y: auto;
        max-height: 600px;
    }
    .comparison-table .table-responsive thead th {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 2;
    }
    .comparison-table [class*="col"]:has(.table-responsive) {
        position: relative;
    }
    .comparison-table [class*="col"]:has(.table-responsive):before {
        content: '\f061';
        position: absolute;
        top: -12px;
        left: 12px;
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900); 
        color: var(--pf-blue);
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        z-index: 5;
    }
}