﻿@font-face {
    font-family: 'Albert Sans';
    src: url('/Files/templates/lp-2025/fonts/AlbertSans-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/Files/templates/lp-2025/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-display: swap;
}


* {
    transition: all 0.2s ease-in;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility !important;
    color-rendering: optimizeQuality !important;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior: smooth !important;
}

button.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: block;
    border: none;
    padding: 12px;
    background: var(--White, #FAFAFA);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
    cursor: pointer;
    z-index: 420420;
    transition: none;
    display: none;
}

    button.back-to-top img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

header {
    width: 100%;
    padding: 8px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.20);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 420420420;
}

    header .headercont {
        width: 100%;
        display: flex;
        justify-content: space-between;
        max-width: 960px;
        margin: 0 auto;
    }

        header .headercont .leftyy {
            width: 50%;
            max-width: 194px;
        }

            header .headercont .leftyy .homelogo {
                padding: 8px 0px;
                height: fit-content;
                display: block;
            }

        header .headercont .rightyy {
            width: 50%;
            max-width: fit-content;
            display: flex;
            column-gap: 16px;
            align-items: center;
        }

            header .headercont .rightyy button.req-info {
                display: block;
                text-decoration: none;
                background: #BE1E2D;
                color: var(--White, #FAFAFA);
                text-align: center;
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
                text-transform: uppercase;
                padding: 15px 24px;
                border: none;
                cursor: pointer;
            }


            header .headercont .rightyy a.phone {
                display: block;
                width: 32px;
                height: 32px;
            }

main {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    padding-top: 70px;
}

    main.lp2025 .cont {
        width: 100%;
        max-width: 960px;
        margin: 0px auto;
    }


    main.lp2025 section.lphero {
        width: 100%;
        background-color: #333333;
    }

        main.lp2025 section.lphero .cont {
            display: flex;
            padding-top: 40px;
            padding-bottom: 40px;
        }

            main.lp2025 section.lphero .cont .lefty {
                width: 50.3%;
            }

                main.lp2025 section.lphero .cont .lefty img {
                    width: 100%;
                    height: auto;
                    max-height: 324px;
                    object-fit: cover;
                    object-position: center;
                    margin-bottom: 24px;
                }

                main.lp2025 section.lphero .cont .lefty h1 {
                    color: var(--White, #FAFAFA);
                    font-family: "Albert Sans";
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 40px; /* 125% */
                    margin-bottom: 16px;
                }

                main.lp2025 section.lphero .cont .lefty p {
                    color: var(--White, #FAFAFA);
                    font-family: "Albert Sans";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px; /* 133.333% */
                    letter-spacing: 0.36px;
                }

            main.lp2025 section.lphero .cont .righty {
                width: 49.5%;
            }

                main.lp2025 section.lphero .cont .righty .mobile {
                    display: none;
                }

                main.lp2025 section.lphero .cont .righty .formpane {
                    background: var(--White, #FAFAFA);
                    padding: 32px 32px;
                    margin-bottom: 44px;
                }

                    main.lp2025 section.lphero .cont .righty .formpane .formhead {
                        padding-bottom: 8px;
                    }

                        main.lp2025 section.lphero .cont .righty .formpane .formhead .formtitle {
                            display: flex;
                            padding-bottom: 8px;
                            align-items: center;
                        }

                            main.lp2025 section.lphero .cont .righty .formpane .formhead .formtitle img {
                                width: 36px;
                                height: 36px;
                                /* padding-right: 12px; */
                                margin-right: 12px;
                            }

                        main.lp2025 section.lphero .cont .righty .formpane .formhead h2 {
                            color: var(--Primary, #BE1E2D);
                            /* Desktop/h1 */
                            font-family: "Albert Sans";
                            font-size: 32px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 40px; /* 125% */
                        }


                        main.lp2025 section.lphero .cont .righty .formpane .formhead p {
                            color: var(--Dark, #333);
                            /* Mobile/body */
                            font-family: "Albert Sans";
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 20px; /* 125% */
                            letter-spacing: 0.32px;
                        }

        main.lp2025 section.lphero form.lead-form {
        }

            main.lp2025 section.lphero form.lead-form input {
                color: #797979;
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                width: 100%;
                padding: 14px 12px;
                border: 1px solid #797979;
                background: var(--White, #FAFAFA);
            }

            main.lp2025 section.lphero form.lead-form select {
                color: #797979;
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                width: 100%;
                padding: 14px 12px;
                border: 1px solid #797979;
                background-color: var(--White, #FAFAFA);
                appearance: none;
                background;
                background-image: url('/files/templates/lp-2025/images/icons/grey-down-arrow.svg');
                background-repeat: no-repeat;
                background-position-y: calc(50% - 2px);
                background-position-x: calc(100% - 17px);
                background-size: 10px 5px;
                cursor: pointer;
            }

                main.lp2025 section.lphero form.lead-form input.error,
                main.lp2025 section.lphero form.lead-form select.error {
                    border: 1px solid red;
                }

            main.lp2025 section.lphero form.lead-form fieldset {
                border: none;
                position: relative;
                margin-top: 8px;
                background: transparent;
            }

                main.lp2025 section.lphero form.lead-form fieldset label.error-alert-message {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    color: red;
                    font-family: Inter;
                    font-size: 10px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 100%;
                    top: 2px;
                    right: 4px;
                    display: none;
                }

            main.lp2025 section.lphero form.lead-form .fieldset-row {
                display: flex;
                justify-content: space-between;
            }

                main.lp2025 section.lphero form.lead-form .fieldset-row .fieldset-inputbox {
                    width: 49%;
                }

            main.lp2025 section.lphero form.lead-form button.request-info {
                display: block;
                text-decoration: none;
                background: #BE1E2D;
                color: var(--White, #FAFAFA);
                text-align: center;
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
                text-transform: uppercase;
                padding: 15px 24px;
                border: none;
                cursor: pointer;
                width: 100%;
                margin-top: 16px;
            }

            main.lp2025 section.lphero form.lead-form .consent {
                color: var(--Dark, #333);
                font-family: "Albert Sans";
                font-size: 11px;
                font-style: normal;
                font-weight: 400;
                line-height: 12px; /* 109.091% */
                letter-spacing: 0.22px;
                margin-top: 24px;
                text-align: center;
            }

    main.lp2025 section.accreditation .cont {
        /* padding-bottom: 60px; */
    }

        main.lp2025 section.accreditation .cont .pink-triangle {
            /* padding-bottom: 60px; */
            display: block;
            width: 100%;
        }

    main.lp2025 section.accreditation .sectionborder {
        width: 100%;
        object-fit: contain;
        object-position: top;
        height: auto;
        padding-bottom: 40px;
        margin-top: -1px;
    }

    main.lp2025 section.accreditation .header-wrapper {
        padding-top: 30px;
        padding-bottom: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        main.lp2025 section.accreditation .header-wrapper h2 {
            color: var(--Primary, #BE1E2D);
            /* Mobile/h2 */
            font-family: "Albert Sans";
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px; /* 114.286% */
            letter-spacing: 0.56px;
            line-height: 100%;
        }

        main.lp2025 section.accreditation .header-wrapper img.section-icon {
            width: 56px;
            height: 56px;
            margin-left: 20px;
            display: block;
        }

    main.lp2025 section.accreditation .recognition-notes {
        margin-bottom: 24px;
    }

        main.lp2025 section.accreditation .recognition-notes .note {
            background: var(--Primary-Light, #F9EEEF);
            padding: 12px 12px;
            display: flex;
            align-items: center;
            margin-bottom: 2px;
        }

            main.lp2025 section.accreditation .recognition-notes .note img {
                width: 28px;
                height: 28px;
                display: block;
                object-fit: contain;
                margin-right: 16px;
            }

            main.lp2025 section.accreditation .recognition-notes .note p {
                color: var(--Dark, #333);
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
            }


    main.lp2025 section.accreditation .logo-row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 12px;
        padding-bottom: 40px;
    }

        main.lp2025 section.accreditation .logo-row .logo1 {
            width: fit-content;
            height: auto;
            margin-right: 16px;
            object-fit: contain;
            max-width: 231px;
            max-height: 112px;
        }

        main.lp2025 section.accreditation .logo-row .logo2 {
            width: fit-content;
            height: auto;
            /* margin-right: 16px; */
            object-fit: contain;
            max-width: 231px;
            max-height: 112px;
        }

    main.lp2025 section.accreditation .program-stats {
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
    }

        main.lp2025 section.accreditation .program-stats .statbox {
            width: calc(33% - 8px);
            padding: 20px 16px;
            border: 1px solid var(--Grey, #BDBCBC);
            background: var(--White, #FAFAFA);
        }

            main.lp2025 section.accreditation .program-stats .statbox img {
                width: 48px;
                height: 48px;
            }

            main.lp2025 section.accreditation .program-stats .statbox h3 {
                color: var(--Dark, #333);
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
                margin-bottom: 8px;
            }


            main.lp2025 section.accreditation .program-stats .statbox p {
                color: var(--Primary, #BE1E2D);
                font-family: "Albert Sans";
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px; /* 100% */
                letter-spacing: 0.48px;
            }

    main.lp2025 section.accreditation p.disclaimer {
        color: var(--Dark, #333);
        font-family: "Albert Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 109.091% */
        letter-spacing: 0.22px;
        margin-bottom: 60px;
    }

    main.lp2025 section.whynursing {
        background: #F9EEEF;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }

        main.lp2025 section.whynursing .sectionborder {
            display: block;
            width: 100%;
            max-width: 960px;
            margin: 0px auto;
            z-index: 1;
        }

        main.lp2025 section.whynursing .cont {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 50px;
            /* max-width: 1200px; */
            margin: 0 auto;
            padding-bottom: 40px;
        }

        main.lp2025 section.whynursing h2 {
            color: var(--Primary, #BE1E2D);
            font-family: "Albert Sans";
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 114.286% */
            letter-spacing: 0.56px;
        }

        main.lp2025 section.whynursing .whyheader {
            width: 100%;
            max-width: 960px;
            margin: 0px auto;
            margin-bottom: 48px;
            display: flex;
            column-gap: 20px;
            align-items: center;
            justify-content: space-between;
        }

        main.lp2025 section.whynursing .leftyy {
            /* flex: 1 1 55%; */
            width: 49%;
        }

            main.lp2025 section.whynursing .leftyy h2 {
                font-size: 24px;
                font-weight: 600;
                color: #c32032;
                margin-bottom: 30px;
                line-height: 1.4;
            }

        main.lp2025 section.whynursing .benefits-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            main.lp2025 section.whynursing .benefits-list li {
                display: flex;
                align-items: flex-start;
                gap: 15px;
                margin-bottom: 24px;
                color: var(--Dark, #333);
                /* Mobile/body */
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
            }

            main.lp2025 section.whynursing .benefits-list img {
                width: 28px;
                height: 28px;
                /* margin-top: 5px; */
                flex-shrink: 0;
            }

            main.lp2025 section.whynursing .benefits-list span {
                color: #333;
                font-size: 16px;
                line-height: 1.6;
            }

        main.lp2025 section.whynursing .rightyy {
            width: 49%;
            display: flex;
            justify-content: center;
        }

        main.lp2025 section.whynursing .image-wrapper {
            width: 100%;
            height: auto;
            aspect-ratio: 47 / 29;
            overflow: hidden;
            clip-path: polygon( 40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px );
        }

            main.lp2025 section.whynursing .image-wrapper.angled img {
                /* border-radius: 0 30px 0 0; */
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    main.lp2025 section.getstartedcta {
        background-color: #FAFAFA;
        /* padding: 40px 0; */
        position: relative;
        z-index: 69;
        /* overflow: hidden; */
        padding-top: 31px;
        padding-bottom: 20px;
    }

        main.lp2025 section.getstartedcta .cont {
            /* max-width: 1220px; */
            /* margin: 0 auto; */
            /* padding: 0 20px; */
            background: var(--Primary, #BE1E2D);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
        }

        main.lp2025 section.getstartedcta .cta-inner {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
            /* background: var(--Primary, #BE1E2D); */
            /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20); */
            padding-top: 23px;
            padding-bottom: 20px;
            z-index: 69;
            /* position: relative; */
        }

        main.lp2025 section.getstartedcta .leftyy {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 26px;
            width: fit-content;
            right: 50%;
            position: relative;
        }

        main.lp2025 section.getstartedcta .icon-and-text {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

            main.lp2025 section.getstartedcta .icon-and-text h2 {
                color: var(--White, #FAFAFA);
                text-shadow: 0 4px 20px rgba(0, 0, 0, 0.20);
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
            }

            main.lp2025 section.getstartedcta .icon-and-text .icon {
                width: 30px;
                height: auto;
            }

        main.lp2025 section.getstartedcta .requestbtn {
            background: #fff;
            padding: 8px 16px;
            text-decoration: none;
            border-radius: 2px;
            box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
            transition: background 0.3s ease, color 0.3s ease;
            color: var(--Dark, #333);
            text-align: center;
            font-family: "Albert Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px; /* 153.846% */
            letter-spacing: 0.26px;
            text-transform: uppercase;
            cursor: pointer;
        }

            main.lp2025 section.getstartedcta .requestbtn:hover {
                background: #000;
                color: #fff;
            }

        main.lp2025 section.getstartedcta .rightyy {
            height: 162px;
            width: 226px;
            object-fit: contain;
            position: absolute;
            bottom: 0px;
            left: 50%;
            display: block;
            z-index: 69;
        }

            main.lp2025 section.getstartedcta .rightyy img {
                display: block;
                height: 100%;
                width: 100%;
                object-fit: contain;
                object-position: bottom;
            }

    main.lp2025 section.programoverview {
        padding: 60px 20px;
        background: #f9f9f9;
    }

        main.lp2025 section.programoverview .cont {
            /* max-width: 1150px; */
            margin: 0 auto;
        }

        main.lp2025 section.programoverview .topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 20px;
        }

            main.lp2025 section.programoverview .topbar h2 {
                margin: 0;
                color: var(--Primary, #BE1E2D);
                /* Mobile/h2 */
                font-family: "Albert Sans";
                font-size: 28px;
                font-style: normal;
                font-weight: 400;
                line-height: 32px; /* 114.286% */
                letter-spacing: 0.56px;
            }

            main.lp2025 section.programoverview .topbar .icon {
                width: 56px;
                height: 56px;
                display: block;
            }

        main.lp2025 section.programoverview .desc {
            margin-bottom: 20px;
            color: var(--Dark, #333);
            /* Mobile/lead */
            font-family: "Albert Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 133.333% */
            letter-spacing: 0.36px;
        }

        main.lp2025 section.programoverview .courses .subheading {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 20px;
            color: var(--Dark, #333);
            /* Mobile/lead */
            font-family: "Albert Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 133.333% */
            letter-spacing: 0.36px;
        }

        main.lp2025 section.programoverview .courses .list {
            list-style: none;
            margin: 0;
            padding: 0;
            background: #fdfdfd;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 0 0 1px #eee;
        }

            main.lp2025 section.programoverview .courses .list li {
                display: flex;
                align-items: center;
                padding: 16px 20px;
                border-bottom: 2px solid #f0f0f0;
            }

                main.lp2025 section.programoverview .courses .list li:last-child {
                    border-bottom: none;
                }

                main.lp2025 section.programoverview .courses .list li img {
                    width: 28px;
                    height: 28px;
                    margin-right: 8px;
                    flex-shrink: 0;
                }

                main.lp2025 section.programoverview .courses .list li span {
                    font-size: 15px;
                    color: #333;
                    color: var(--Dark, #333);
                    /* Mobile/body */
                    font-family: "Albert Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px; /* 125% */
                    letter-spacing: 0.32px;
                }

    main.lp2025 section.studentspeak {
        background: var(--White, #FAFAFA);
        position: relative;
    }

        main.lp2025 section.studentspeak img.sectionborder {
            display: block;
            width: 100%;
            object-fit: contain;
            object-position: bottom;
            margin-bottom: -1px;
        }

        main.lp2025 section.studentspeak .cont {
            padding-bottom: 0;
        }

        main.lp2025 section.studentspeak .topline {
            display: flex;
            justify-content: space-between;
            margin-bottom: 24px;
        }

            main.lp2025 section.studentspeak .topline h2 {
                color: var(--Primary, #BE1E2D);
                font-family: "Albert Sans";
                font-size: 28px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%; /* 114.286% */
                letter-spacing: 0.56px;
            }

        main.lp2025 section.studentspeak .video-block .video-wrapper {
            width: 100%;
            max-width: 542px;
            margin: 0px auto;
            margin-bottom: 24px;
        }

            main.lp2025 section.studentspeak .video-block .video-wrapper video {
                display: block;
                height: auto;
                aspect-ratio: 54 / 29;
                width: 100%;
            }

        main.lp2025 section.studentspeak .testimonial-cards {
            /* display: flex; */
            /* justify-content: space-between; */
            width: 100%;
        }

            main.lp2025 section.studentspeak .testimonial-cards .card-wrapper {
                padding-left: 8px;
                padding-right: 8px;
            }

            main.lp2025 section.studentspeak .testimonial-cards .card {
                padding: 40px 24px;
                background: var(--Light-Grey, #F7F7F7);
            }

                main.lp2025 section.studentspeak .testimonial-cards .card p.quote {
                    color: var(--Dark, #333);
                    font-family: "Albert Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px; /* 125% */
                    letter-spacing: 0.32px;
                    margin-bottom: 24px;
                }

                main.lp2025 section.studentspeak .testimonial-cards .card p.author {
                    color: var(--Dark, #333);
                    /* Mobile/body */
                    font-family: "Albert Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 20px; /* 125% */
                    letter-spacing: 0.32px;
                    margin-bottom: 4px;
                }


                main.lp2025 section.studentspeak .testimonial-cards .card p.program {
                    color: var(--Dark, #333);
                    font-family: "Albert Sans";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px; /* 125% */
                    letter-spacing: 0.32px;
                }

        main.lp2025 section.studentspeak .nav-arrows {
            display: flex;
            justify-content: center;
            column-gap: 8px;
            margin-bottom: 40px;
            padding-top: 22px;
        }

            main.lp2025 section.studentspeak .nav-arrows .arrow {
                border: none;
                background: transparent;
                cursor: pointer;
            }

                main.lp2025 section.studentspeak .nav-arrows .arrow img {
                    display: block;
                    /* width: 48px; */
                    /* height: 48px; */
                }

                main.lp2025 section.studentspeak .nav-arrows .arrow.slick-disabled {
                    filter: invert(74%) sepia(8%) saturate(9%) hue-rotate(357deg) brightness(100%) contrast(94%);
                    cursor: default;
                }

    main.lp2025 section.faq {
        background-color: #730f1e;
        border-radius: 4px;
        background: var(--Primary-Dark, #6C121A);
        color: #fff;
        padding: 60px 0;
    }

        main.lp2025 section.faq .cont {
            max-width: 960px;
            margin: 0 auto;
            padding: 0 20px;
        }

        main.lp2025 section.faq .faq-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            align-items: center;
        }

        main.lp2025 section.faq h2 {
            position: relative;
            padding-right: 60px;
            color: var(--White, #FAFAFA);
            /* Mobile/h2 */
            font-family: "Albert Sans";
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 114.286% */
            letter-spacing: 0.56px;
        }

            main.lp2025 section.faq h2::after {
                content: "";
                background: url('/Files/templates/main-2025/images/icons/question-white.svg') no-repeat center center;
                background-size: 32px;
                width: 32px;
                height: 32px;
                position: absolute;
                right: 0;
                top: 3px;
            }

        main.lp2025 section.faq .faq-entry {
            border-bottom: 3px solid #730f1e;
            background-color: #fff;
            color: #333;
            margin-bottom: 10px;
        }

            main.lp2025 section.faq .faq-entry.open {
                border: none;
                box-shadow: none;
            }

            main.lp2025 section.faq .faq-entry .question {
                background: none;
                border: none;
                width: 100%;
                text-align: left;
                padding: 24px 24px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                position: relative;
                color: var(--Primary-Dark, #6C121A);
                /* Mobile/title */
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
            }

            main.lp2025 section.faq .faq-entry.open .question {
                /* color: #a31c29; */
                /* font-weight: 700; */
            }

            main.lp2025 section.faq .faq-entry .question::after {
                content: url('/Files/templates/lp-2025/images/icons/chevron-down-red.svg');
                margin-left: 10px;
                transition: transform 0.3s ease;
            }

            main.lp2025 section.faq .faq-entry.open .question::after {
                transform: rotate(180deg);
            }

            main.lp2025 section.faq .faq-entry .answer {
                padding: 0 20px 20px;
                font-size: 15px;
                line-height: 1.6;
                color: #333;
                display: none;
            }

            main.lp2025 section.faq .faq-entry.open .answer {
                display: block;
                color: var(--Dark, #333);
                font-family: "Albert Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 125% */
                letter-spacing: 0.32px;
            }

            main.lp2025 section.faq .faq-entry .answer strong {
                font-weight: 700;
                color: #000;
            }

footer.vcc-footer {
    background-color: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    color: #333;
}

    footer.vcc-footer .footer-content {
        max-width: 960px;
        margin: 0 auto;
    }

    footer.vcc-footer .footer-logo img {
        max-width: 260px;
        margin-bottom: 16px;
    }

    footer.vcc-footer .copyright {
        margin-bottom: 16px;
        color: var(--Dark, #333);
        text-align: center;
        /* Mobile/body */
        font-family: "Albert Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
        letter-spacing: 0.32px;
    }

    footer.vcc-footer .footer-links {
        font-size: 14px;
    }

        footer.vcc-footer .footer-links a {
            color: #c7202e;
            text-decoration: none;
            transition: color 0.3s ease;
            color: var(--Primary, #BE1E2D);
            font-family: "Albert Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 125% */
            letter-spacing: 0.32px;
        }

            footer.vcc-footer .footer-links a:hover {
                text-decoration: underline;
            }

        footer.vcc-footer .footer-links span {
            margin: 0 8px;
            color: #999;
        }

main.lp2025 section.lphero .cont .righty.popupopen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 420420420420;
    display: flex;
    align-items: center;
    justify-content: center;
}

    main.lp2025 section.lphero .cont .righty.popupopen .mobile {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        display: block;
        background-color: rgba(0,0,0,0.6);
        z-index: 69;
    }

        main.lp2025 section.lphero .cont .righty.popupopen .mobile * {
            display: none;
        }

    main.lp2025 section.lphero .cont .righty.popupopen .formpane {
        position: relative;
        max-width: 476px;
        z-index: 420;
    }

@media only screen and (max-width: 1024px) {

    main.lp2025 section .cont {
        max-width: 768px;
        width: 100%;
    }

    main.lp2025 section.lphero .cont {
        flex-direction: column;
        padding-top: 0px;
    }

        main.lp2025 section.lphero .cont .lefty img {
            aspect-ratio: 76 / 40;
            max-height: unset;
            margin-bottom: 32px;
        }

        main.lp2025 section.lphero .cont .lefty {
            width: 100%;
        }

            main.lp2025 section.lphero .cont .lefty h1 {
                max-width: 542px;
                margin: 0 auto;
                margin-bottom: 32px;
            }

            main.lp2025 section.lphero .cont .lefty p {
                display: none;
            }

        main.lp2025 section.lphero .cont .righty {
            width: 100%;
            max-width: 542px;
            margin: 0px auto;
        }

            main.lp2025 section.lphero .cont .righty .formpane {
                border-radius: 24px;
            }

            main.lp2025 section.lphero .cont .righty .mobile {
                display: block;
                color: var(--White, #FAFAFA);
                font-family: "Albert Sans";
                font-size: 18px;
                font-style: normal;
                /* font-weight: 700; */
                line-height: 24px;
                letter-spacing: 0.36px;
            }

    main.lp2025 section.lphero form.lead-form .consent {
        text-align: left;
    }

    main.lp2025 section.accreditation .cont {
        width: 100%;
        max-width: 542px;
    }

    main.lp2025 section.whynursing .cont {
        width: 100%;
        max-width: 542px;
        flex-direction: column-reverse;
        gap: 40px;
    }

    main.lp2025 section.accreditation .program-stats .statbox img {
        margin-bottom: 8px;
    }

    main.lp2025 section.whynursing .whyheader {
        max-width: 542px;
        margin-bottom: 20px;
    }

    main.lp2025 section.whynursing .leftyy {
        width: 100%;
    }

    main.lp2025 section.whynursing .rightyy {
        width: 100%;
    }

    main.lp2025 section.whynursing .benefits-list li {
    }

    main.lp2025 section.getstartedcta .cont {
        max-width: 542px;
        /* background: transparent; */
        box-shadow: none;
    }

    main.lp2025 section.programoverview {
        padding-top: 32px;
    }

        main.lp2025 section.programoverview .cont {
            max-width: 542px;
        }

        main.lp2025 section.programoverview .topbar {
            margin-bottom: 16px;
        }

    main.lp2025 section.studentspeak .cont {
        width: 100%;
        max-width: unset;
    }

    main.lp2025 section.studentspeak .topline {
        max-width: 542px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    main.lp2025 section.faq .cont {
        max-width: 542px;
    }

    main.lp2025 section.faq .faq-header {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {

    header .headercont .rightyy button.req-info {
        display: none;
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
    }


    header.scrolled .headercont .rightyy button.req-info {
        display: block;
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
    }

    main.lp2025 {
        /* padding-top: 120px; */
    }

        main.lp2025 section .cont {
            max-width: unset;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }

        main.lp2025 section.lphero .cont .lefty img {
            aspect-ratio: 39 / 19;
            object-position: 0 31%;
            margin-bottom: 24px;
        }

        main.lp2025 section.lphero .cont {
            padding-left: 0px;
            padding-right: 0px;
        }

            main.lp2025 section.lphero .cont .lefty {
            }

                main.lp2025 section.lphero .cont .lefty h1 {
                    max-width: unset;
                    padding-left: 20px;
                    padding-right: 20px;
                }

            main.lp2025 section.lphero .cont .righty {
                width: 100%;
                max-width: unset;
                padding-left: 20px;
                padding-right: 20px;
            }

                main.lp2025 section.lphero .cont .righty .formpane {
                    max-width: 350px;
                    padding: 18px 24px;
                    margin: 0 auto;
                    margin-bottom: 32px;
                }

                    main.lp2025 section.lphero .cont .righty .formpane .formhead h2 {
                        color: var(--Primary, #BE1E2D);
                        font-family: "Albert Sans";
                        font-size: 26px;
                        font-style: normal;
                        font-weight: 800;
                        line-height: 30px; /* 115.385% */
                    }

                    main.lp2025 section.lphero .cont .righty .formpane .formhead p {
                        color: var(--Dark, #333);
                        font-family: "Albert Sans";
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 18px; /* 128.571% */
                    }

        main.lp2025 section.lphero form.lead-form select {
            padding: 12px 12px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
        }

        main.lp2025 section.lphero form.lead-form input {
            padding: 12px 12px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
        }

        main.lp2025 section.accreditation {
            position: relative;
        }

            main.lp2025 section.accreditation .cont {
                /* position: relative; */
                padding-top: 60px;
            }

            main.lp2025 section.accreditation .sectionborder {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
            }

            main.lp2025 section.accreditation .header-wrapper {
                padding-top: 10px;
                padding-bottom: 28px;
            }

            main.lp2025 section.accreditation .logo-row {
                flex-direction: column;
                row-gap: 16px;
                padding-top: 24px;
            }

                main.lp2025 section.accreditation .logo-row .logo1 {
                    margin-right: 0px;
                }

            main.lp2025 section.accreditation .program-stats {
                flex-direction: column;
                row-gap: 4px;
            }

                main.lp2025 section.accreditation .program-stats .statbox {
                    width: 100%;
                    display: flex;
                    column-gap: 16px;
                }

            main.lp2025 section.accreditation p.disclaimer {
                color: var(--Dark, #333);
                font-family: "Albert Sans";
                font-size: 11px;
                font-style: normal;
                font-weight: 400;
                line-height: 12px; /* 109.091% */
                letter-spacing: 0.22px;
                padding-bottom: 60px;
                margin-bottom: 0px;
            }

        main.lp2025 section.whynursing {
            /* padding-top: 0px; */
        }

        main.lp2025 section.accreditation .cont .pink-triangle {
            position: absolute;
            width: 100%;
            bottom: 0px;
            left: 0px;
        }

        main.lp2025 section.whynursing .whyheader {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 20px;
        }

        main.lp2025 section.getstartedcta .cta-inner {
            width: 100%;
            box-shadow: none;
            background: var(--Primary, #BE1E2D);
        }

        main.lp2025 section.lphero form.lead-form button.request-info {
            margin-top: 8px;
        }

        main.lp2025 section.accreditation .recognition-notes {
            margin-bottom: 0px;
        }

        main.lp2025 section.whynursing .image-wrapper {
            aspect-ratio: 35 / 23;
        }

        main.lp2025 section.whynursing .cont {
            padding-bottom: 14px;
        }

        main.lp2025 section.getstartedcta .cont {
            width: 100%;
            max-width: unset;
            padding-left: 20px;
            padding-right: 20px;
            background: none;
        }

        main.lp2025 section.getstartedcta .leftyy {
            width: 50%;
            max-width: 171px;
            right: 46%;
            z-index: 72;
        }

        main.lp2025 section.getstartedcta .rightyy {
            width: 50%;
            max-width: 203px;
            left: 46%;
        }

        main.lp2025 section.programoverview {
            padding-bottom: 20px;
        }

        main.lp2025 section.studentspeak .cont {
            padding-top: 40px;
        }

        main.lp2025 section.studentspeak .topline h2 {
            padding-right: 30px;
        }

        main.lp2025 section.studentspeak .nav-arrows {
            margin-bottom: 0px;
            padding-bottom: 80px;
        }

        main.lp2025 section.studentspeak img.sectionborder {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 30px;
            object-fit: cover;
        }

        main.lp2025 section.faq {
            padding-top: 40px;
            padding-bottom: 40px;
        }

            main.lp2025 section.faq h2 {
                padding-right: 20px;
            }
}
