.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;
}

.light-blue-bkg {
    background-color: #ebf6ff!important;
}

.video-card{
    cursor: pointer;
    position: relative;
}
.video-card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    z-index: 10;
}

/* 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;
    }
}

.banner--gradient-bg {
    overflow: hidden;
    position: relative;
}
.banner--gradient-bg.my-100 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 2rem;
}

.banner--gradient-bg:before {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 960px;
   height: 445px;
   background: linear-gradient(10deg, rgba(235,246,255,1) 0%, rgba(235,246,255,0) 40%);
   z-index: -1;
}
.banner--gradient-bg:after {
   content: '';
   position: absolute;
   right: 0;
   bottom: 0;
   width: 960px;
   height: 445px;
   background: linear-gradient(350deg, rgba(235,246,255,1) 0%, rgba(235,246,255,0) 40%);
   z-index: -1;
}

/* mobile audit revisions 5/15/2026 */

.navbar-top {
    overflow: hidden;
}
.header-global .navbar-top .nav-link,
.header-global .navbar-top .navbar-text {
    color: #365888;
}
.navbar-top .nav {
    background-color: #EBF6FF;
    position: relative;
    padding-left: 3rem;
    overflow: hidden;
}
.navbar-top .nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;   /* adjust to control angle */
    height: 100%;   /* full height of navbar */
    background: #fff;

    clip-path: polygon(
        0 1%,        
        0 100%,     
        100% 100%
    );
}
.home-carousel__image--mobile,
.home-carousel__image {
    height: 372px;
}

.home-carousel__btn {
    padding: 10px 20px;
}

.header-global {
    border: none;
}

/* section icons */

.home-icon-block {
    position: relative;
    z-index: 10;
}

.home-icon-block .section-icon,
.home-icon-block .section-icon__icon,
.home-icon-block .section-icon__icon img,
.home-icon-block .section-icon__title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* section icon */
.home-icon-block .section-icon {
    width: 167px;
    height: 167px;
}
.home-icon-block .section-icon__icon,
.home-icon-block .section-icon__icon img {
    height: 63px;
}
.home-icon-block .section-icon__title {
    max-width: 116px;
}

.section-icon__icon {
    /*height: 84px;*/
}

.section-icon__title {
}

@media (min-width: 768px) {
    .home-carousel,
    .home-carousel__image {
        height: 527px !important;
    }
}

@media(min-width: 992px) {
    .home-carousel__btn {
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .home-icon-block {
        height: 232px;
    }
    .home-icon-block__grid {
        border-radius: 12px;
        box-shadow: 7px 3px 30px rgba(0,0,0,0.3);
        transform: translate(0,-26px);
    }
    .navbar-brand img {
        height: 51px !important;
    }
    .home-carousel__indicators {
        bottom: 18px;
    }
    .home-carousel__caption {
        bottom: 0;
    }

}

@media (max-width: 1199px) {
    .home-carousel {
        height: auto !important;
    }
    .home-carousel__indicators {
        bottom: auto;
        top: 480px;
    }
    .header-global__navbar {
        background-color: #F4F6F6;
    }
    .home-carousel__caption {
        padding-top: 30px;
        padding-left: 58px;
        padding-right: 58px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

@media (max-width: 991px) {
    .home-carousel {
        height: auto !important;
    }
    .home-carousel__caption {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .home-carousel__indicators {
        bottom: auto;
        top: 480px;
    }
    .home-carousel__header {
        color: var(--pf-blue) !important;
    }
    .home-carousel__header + p {
        color: #000 !important;
    }

    /* section icon */
    .home-icon-block .section-icon {
        width: 147px;
        height: 147px;
    }
    .home-icon-block .section-icon__icon,
    .home-icon-block .section-icon__icon img {
        height: 43px;
    }
    .home-icon-block .section-icon__title {
        max-width: 110px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .home-carousel__indicators {
        bottom: auto;
        top: 340px;
    }
}

.home-carousel__btn {
    border-radius: 8px !important;
}
#nav-top__search {
    padding-top: 11px;
    padding-bottom: 11px;
}
.home-icon-block__grid {
    padding: 22px 22px;
}
#ot-sdk-btn-floating.ot-floating-button {
    bottom: 22px !important;
}