.single-page-banner {
    background-color: #7F9297;
    margin-bottom: 61px;
    padding-bottom: 100px;
    padding-top: 141px;
}

.custom-main-menu a,
.header-phone-number a {
    color: white;
}

.header-phone-icon {
    background: #CBE9F1;
}


.single-banner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
}

.single-breadcrumb-link {
    display: flex;
    align-items: center;
}

.single-breadcrumb-link p {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: white;
    margin: 0px 7px 0px 6.5px;
}

.breadcrumb-divider {
    display: flex;
}

.single-home-icon svg {
    vertical-align: baseline;
}

.single-banner-heading h1 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 94px;
    line-height: 117%;
    margin-top: 66.03px;
    margin-bottom: 0px;
    letter-spacing: -0.01em;

    color: #FFFFFF;
}

.single-banner-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.featured-category-col {
    display: flex;
    align-items: center;
}

.svg-divider {
    margin-left: 12px;
    margin-right: 12.33px;
    display: flex;
}

.featured-category-col p {
    margin: 0px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */

    color: rgba(255, 255, 255, 0.8);

}


.sidebar-heading {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.002em;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 0px;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sidebar-links a {
    text-decoration: none;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: -0.002em;

    /* MLP 01 */
    color: #263A76;
}

.sidebar-link-active::before {
    content: '';
    background: #CBE9F1;
    display: block;
    width: 14px;
    height: 14px;
}


a.sidebar-link-active {
    display: flex;
    align-items: center;
    gap: 7px;
}



.sidebar-links {
    margin-bottom: 100px;
}


.sidebar-cta h2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 105%;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    color: #333333;

}

.single-content {
    width: max-content;
}

.single-content-main {
    display: flex;
    justify-content: space-between;
}

.featured-img img {
    margin-bottom: 60px;
}


.single-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.single-content-wrapper h2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 117%;
    margin-top: 0px;
    margin-bottom: 45px;
    letter-spacing: -0.01em;

    /* MLP 04 */
    color: #333333;
}

.single-content-wrapper p {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.005em;

    color: #333333;

}

.single-text-bold {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 120% !important;
    /* or 26px */
    letter-spacing: 0.01em !important;
}

.sticky-sidebar,
.single-content {
    width: 100%;
}

.single-content-container {
    margin-bottom: 90px;
}

.sticky-header .custom-main-menu a {
    color: #000;
}

.single-content-sidebar {
    position: sticky;
    top: 200px;
    z-index: 10;
}


@media(max-width: 1024px) {
    .single-content-main {
        flex-direction: column;
    }

    .single-content {
        width: auto !important;
    }

    .featured-img img {
        width: 100%;
    }

    .single-page-banner {
        padding-top: 146px;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

    .single-banner-breadcrumb {
        gap: 5px;
    }

    .single-breadcrumb-link p {
        font-size: 15px;
        line-height: 120%;
        margin: 0px 5px 0px 5.5px;

    }

    .single-home-icon svg {

        width: 15px;
        height: 14.91px;
    }

    .single-breadcrumb-link p:last-child {
        margin-right: 0px;
    }

    .single-banner-heading h1 {
        margin-top: 28px;
        font-size: 55px;
        line-height: 117%;
        /* or 55px */
        letter-spacing: -0.008em;

    }

    .single-banner-heading {
        padding-bottom: 39px;
        margin-bottom: 31px;
    }

    .featured-category-col p {
        font-size: 12px;
        line-height: 120%;
    }

    .svg-divider {
        margin-left: 11px;

    }

    .svg-divider svg {
        width: 7.67px;
    }

    .show-desktop {
        display: none;
    }

    .on-this-page-mobile {
        display: block !important;
    }

    .on-this-page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .otp-mobile-wrapper {
        border-bottom: 1px solid #B8C5CA;
        padding-top: 32px;
        padding-bottom: 32.7px;
        background-color: white;
        margin-bottom: 37px;
    }

    .on-this-page-header h2 {
        font-family: 'Inter Tight';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.002em;
        color: #333333;
        margin: 0px;
        padding-left: 20px;
    }

    .otp-icon {
        padding-right: 22.3px;
    }

    .sidebar-square svg {
        width: 30px;
        height: 30px;
    }

    .sidebar-cta h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 110%;
    }

    .sidebar-cta {
        margin-bottom: 45px;
    }

    .featured-img img {

        object-fit: cover;
        object-position: right;
        margin-bottom: 50px;
        width: 100%;
        height: 100%;
    }




    .single-content-wrapper h2 {
        margin-bottom: 25px;
        font-size: 36px;
        line-height: 117%;
    }

    .single-text-bold {
        font-size: 18px !important;
        line-height: 125% !important;
        font-weight: 600 !important;
        letter-spacing: 0.005em !important;
    }

    .single-content-wrapper p {
        font-size: 16px;
        line-height: 150%;
    }

    .single-content-wrapper {
        gap: 45px;
    }

    .single-content-container {
        margin-bottom: 96px;
    }

    .sidebar-links {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        visibility: visible;
        height: 0;
        gap: 20px;
    }

    .otp-active {
        margin-top: 39px;
        margin-bottom: 8px;
        visibility: visible;
        opacity: 1;
    }

    .otp-icon svg {
        transition: 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .otp-wrapper-active .otp-icon svg {
        transform: rotate(-180deg);
    }

    .single-content-sidebar {
        position: unset;
    }

    .show-mobile-toc {
        position: fixed;
        width: 100%;
        z-index: 111;
        left: 0;
        top: 93.53px;
    }

    .sidebar-active {
        margin-top: 124.69px;
    }

    .menu-icon {
        border: 1px solid #fff;
    }

    .sticky-header .menu-icon {
        border: 1px solid #333333;
    }

    .sticky-header .menu-icon svg path {
        stroke: #333333;
    }

    .menu-icon svg path {
        stroke: #fff
    }


}



.on-this-page-mobile {
    display: none;
}

/* .residential-menu-active .custom-main-menu a,
.commercial-menu-active .custom-main-menu a {
    color: #000 !important;
} */

.single-home-icon svg path {
    transition: 0.5s;
}

@media(hover:hover) {
    .single-home-icon:hover svg path {
        fill: #263a76;
    }
}

.sidebar-link {
    cursor: pointer;
}


.resource-menu a {
    color: #263A76;
}


.resources-footer::before {
    content: '' !important;
    display: block;
    opacity: 1 !important;
    height: 12px !important;
    width: 12px !important;
    background: #CBE9F1
}


.resources-footer a {
    transform: translateX(6px) !important;
}


.single-content-wrapper {
    width: 100%;
}


.single-content {
    width: 901px;
}


.sticky-sidebar {
    width: 288px;
}



@media(max-width: 767px) {

    .featured-img img {
        height: 195px;
        object-fit: cover;
        object-position: right;
        margin-bottom: 50px;
        width: 353px;
    }
}



@media(min-width: 1025px) and (max-width: 1329px) {
    .single-content-main {
        flex-direction: column;
    }

    .single-content {
        width: auto !important;
    }

    .featured-img img {
        width: 100%;
    }

    .single-page-banner {
        padding-top: 146px;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

    .single-banner-breadcrumb {
        gap: 5px;
    }

    .single-breadcrumb-link p {
        font-size: 15px;
        line-height: 120%;
        margin: 0px 5px 0px 5.5px;

    }

    .single-home-icon svg {

        width: 15px;
        height: 14.91px;
    }

    .single-breadcrumb-link p:last-child {
        margin-right: 0px;
    }

    .single-banner-heading h1 {
        margin-top: 28px;
        font-size: 55px;
        line-height: 117%;
        /* or 55px */
        letter-spacing: -0.008em;

    }

    .single-banner-heading {
        padding-bottom: 39px;
        margin-bottom: 31px;
    }

    .featured-category-col p {
        font-size: 12px;
        line-height: 120%;
    }

    .svg-divider {
        margin-left: 11px;

    }

    .svg-divider svg {
        width: 7.67px;
    }

    .show-desktop {
        display: none;
    }

    .on-this-page-mobile {
        display: block !important;
    }

    .on-this-page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }


    .otp-mobile-wrapper {
        border-bottom: 1px solid #B8C5CA;
        padding-top: 32px;
        padding-bottom: 32.7px;
        background-color: white;
        margin-bottom: 37px;
    }

    .on-this-page-header h2 {
        font-family: 'Inter Tight';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 110%;
        letter-spacing: -0.002em;
        color: #333333;
        margin: 0px;
        padding-left: 20px;
    }

    .otp-icon {
        padding-right: 22.3px;
    }

    .sidebar-square svg {
        width: 30px;
        height: 30px;
    }

    .sidebar-cta h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 110%;
    }

    .sidebar-cta {
        margin-bottom: 45px;
    }

    .featured-img img {

        object-fit: cover;
        object-position: right;
        margin-bottom: 50px;
        width: 100%;
        height: 100%;
    }




    .single-content-wrapper h2 {
        margin-bottom: 25px;
        font-size: 36px;
        line-height: 117%;
    }

    .single-text-bold {
        font-size: 18px !important;
        line-height: 125% !important;
        font-weight: 600 !important;
        letter-spacing: 0.005em !important;
    }

    .single-content-wrapper p {
        font-size: 16px;
        line-height: 150%;
    }

    .single-content-wrapper {
        gap: 45px;
    }

    .single-content-container {
        margin-bottom: 96px;
    }

    .sidebar-links {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        visibility: visible;
        height: 0;
        gap: 20px;
    }

    .otp-active {
        margin-top: 39px;
        margin-bottom: 8px;
        visibility: visible;
        opacity: 1;
    }

    .otp-icon svg {
        transition: 0.65s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .otp-wrapper-active .otp-icon svg {
        transform: rotate(-180deg);
    }

    .single-content-sidebar {
        position: unset;
    }

    .show-mobile-toc {
        position: fixed;
        width: 100%;
        z-index: 111;
        left: 0;
        top: 93.53px;
    }

    .sidebar-active {
        margin-top: 124.69px;
    }

    .menu-icon {
        border: 1px solid #fff;
    }

    .sticky-header .menu-icon {
        border: 1px solid #333333;
    }

    .sticky-header .menu-icon svg path {
        stroke: #333333;
    }

    .menu-icon svg path {
        stroke: #fff
    }

    .main-container,
    .header-main-container {

        padding-left: 18px;
        padding-right: 20px;
    }

    .main-container {
        max-width: 100%;
        width: unset;
    }

}





.privacy-policy-text h2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 117%;
    margin-top: 25px;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    color: #333333;
}

.privacy-policy-text p {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #333333;
}

.privacy-policy .resource-menu a {
    color: white
}


@media (max-width: 1024px) {
    .privacy-policy-text h2 {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 36px;
        line-height: 117%;
    }

        .privacy-policy-text p {
        font-size: 16px;
        line-height: 150%;
    }

    .privacy-policy .main-container
    {
        margin-top: 20px;
    }
}