﻿@import url('base.css');

main#student-experience {
    overflow-x: hidden;
    max-width: 100vw;
}

main#student-experience .sub-header * {
    color: var(--Shadow-Grey, #272932);
    font-family: Outfit, Outfit-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 36px */
}

main#student-experience .sub-header {
    color: var(--Shadow-Grey, #272932);
    /* Desktop/Lead */
    font-family: Outfit, Outfit-Regular, zal;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 36px */
}


/* ── Heading — colour override only, type from base.css h1 ── */
main#student-experience .hero-intro__title {
    color: var(--Midnight-Violet, #2C1224);
    /* Desktop/H1 */
    font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 52px */
}


/* ── Pillar tags ── */
main#student-experience .hero-intro__pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-top: 28px;
}

main#student-experience .hero-intro__pillar {
    border: 1px solid rgba(116, 131, 134, 0.50);
    padding: 16px 8px;
    font-family: "Outfit-Medium";
    font-size: var(--font-sm, 15px);
    line-height: var(--lh-sm, 130%);
    color: var(--Midnight-Violet,);
    text-align: center;
    flex: 1 1 0;
    min-width: 140px;
}


/* ── Media column ── */
main#student-experience .hero-intro__media {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 48px;
}

    main#student-experience .hero-intro__media .hero-intro__img {
        max-width: 648px;
        width: 100%;
    }

section.support {
    width: 100%;
    height: 100%;
    background-image: url('/Files/templates/main-2026/images/education_bg.svg');
    background-repeat: repeat;
    background-size: 1440px;
    max-width: 1440px;
    margin: 0px auto;
    overflow: hidden;
}

    section.support .support-container {
        width: 100%;
        height: 100%;
        padding: 48px 0 0 0;
        display: grid;
        justify-items: center;
        gap: 24px;
        padding: 48px 0 48px 0;
        padding-bottom: 0;
        box-sizing: border-box;
    }

        section.support .support-container > h2 {
            color: var(--Midnight-Violet, #2C1224);
            text-align: center;
            /* Desktop/H2 */
            font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%; /* 38.4px */
            max-width: 604px;
            margin-top: 24px;
        }

        section.support .support-container > p {
            color: var(--Midnight-Violet, #2C1224);
            text-align: center;
            /* Desktop/Lead */
            font-family: Outfit, Outfit-Regular;
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 36px */
            max-width: 800px;
        }


        section.support .support-container .card-container {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 16px;
            margin-bottom: 24px;
        }


            section.support .support-container .card-container > div {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr;
                gap: 16px;
                padding: 24px;
                background: white;
                border-radius: 4px;
                background: var(--Snow, #FBF9FF);
                /* Card Glow */
                box-shadow: 0 4px 10px 0 rgba(44, 18, 36, 0.04);
            }

                section.support .support-container .card-container > div icon {
                    width: 56px;
                    height: 56px;
                    display: grid;
                    place-items: center;
                }

                    section.support .support-container .card-container > div icon + span {
                        color: var(--Shadow-Grey, #272932);
                        /* Desktop/H3 */
                        font-family: Outfit, Outfit-Regular;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 120%; /* 24px */
                        letter-spacing: 0.2px;
                    }

                        section.support .support-container .card-container > div icon + span + p {
                            color: var(--Shadow-Grey, #272932);
                            /* Desktop/Body */
                            font-family: Outfit, Outfit-Regular;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 130%; /* 23.4px */
                        }

        section.support .support-container .fifties {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            min-height: 535px;
            box-sizing: border-box;
        }

            section.support .support-container .fifties .text {
                display: grid;
                grid-template-columns: 1fr;
                gap: 24px;
                padding: 48px 48px 48px 0;
                max-width: 624px;
                align-items: center;
                align-content: center;
            }

                section.support .support-container .fifties .text h2 {
                    color: var(--vcc-midnight-violet, #2C1224);
                    /* Desktop/H2 */
                    font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%; /* 38.4px */
                }

                section.support .support-container .fifties .text .sub-header {
                    color: var(--Shadow-Grey, #272932);
                    /* Desktop/Lead */
                    font-family: Outfit, Outfit-Regular;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 150%; /* 36px */
                }

                section.support .support-container .fifties .text .inner-text * {
                    color: var(--Shadow-Grey, #272932);
                    /* Desktop/Body */
                    font-family: Outfit, Outfit-Regular;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                }


            section.support .support-container .fifties > div {
                padding: 48px 48px 0 48px;
                display: grid;
                align-items: end;
            }

            section.support .support-container .fifties .text .inner-text b {
                font-weight: bold;
                box-sizing: border-box;
            }




/*===============STUDENT EXPERIENCE*/

section.mycampus {
    max-width: 1440px;
    margin: 0 auto;
}
section.mycampus .fifties-rev {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 535px;
    /*background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;*/
    background: #FBF9FF;
    max-width: 1440px;
}

    section.mycampus .fifties-rev .text {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 48px 48px 48px 48px;
        max-width: 624px;
        align-items: center;
        align-content: center;
        justify-items: flex-start;
    }

        section.mycampus .fifties-rev .text h2 {
            color: var(--Midnight-Violet, #2C1224);
            /* Desktop/H2 */
            font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%; /* 38.4px */
        }

        section.mycampus .fifties-rev .text .sub-header {
            color: var(--Shadow-Grey, #272932);
            /* Desktop/Lead */
            font-family: Outfit, Outfit-Regular;
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 36px */
        }

        section.mycampus .fifties-rev .text .inner-text * {
            color: var(--Shadow-Grey, #272932);
            /* Desktop/Body */
            font-family: Outfit, Outfit-Regular;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
        }

        section.mycampus .fifties-rev .text .inner-text ul {
            padding: 24px;
        }


    section.mycampus .fifties-rev > div {
        padding: 0;
    }

        section.mycampus .fifties-rev > div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 750px;
        }

    section.mycampus .fifties-rev .text .inner-text b {
        font-weight: bold;
    }


    section.mycampus .fifties-rev .text a {
        color: #FFF;
        font-family: Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        letter-spacing: 0.32px;
        background: var(--Carmine, #BE1E2D);
        padding: 12px 20px;
        display: grid;
        align-items: center;
        grid-template-columns: auto 16px;
        gap: 10px;
    }

    section.mycampus .fifties-rev .text.not-mycampus a {
        color: unset;
        font-family: unset;
        font-size: unset;
        font-style: unset;
        font-weight: unset;
        line-height: unset; /* 150% */
        letter-spacing: 0unset;
        background: unset;
        padding: unset;
        display: unset;
        align-items: unset;
        grid-template-columns: unset;
        gap: unset;
        text-decoration: underline;
    }

main#student-experience .mobile {
    display: none !important;
}


/*===============DESIGNATION*/
section.designation {
    width: 100%;
    background: linear-gradient(0deg, #2C1224 0%, #2C1224 100%), #FBF9FF;
    padding: 24px 48px 48px 48px;
    max-width: 1440px;
    margin: 0px auto;
}

    section.designation .designation-container {
        width: 100%;
        padding: 24px 0px 48px 0px;
        display: grid;
    }

    main.about section.designation .designation-container {
     
        padding: 0px 0px 24px 0px;
      
    }


    section.designation .designation-container .top-section {
        width: 100%;
        padding: 0px 0px 48px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


        section.designation .designation-container .text {
            width: 100%;
            padding: 24px 48px 48px 48px;
            display: grid;
            grid-template-columns: 1fr;
            padding: 24px 0;
            gap: 16px;
            max-width: 528px;
        }


            section.designation .designation-container .text h2 {
                color: var(--Snow, #FBF9FF);
                /* Desktop/H2 */
                font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
                font-size: 32px;
                font-style: normal;
                font-weight: 600;
                line-height: 120%; /* 38.4px */
            }

            section.designation .designation-container .text .sub-header,
            section.designation .designation-container .text .sub-header * {
                color: var(--Snow, #FBF9FF) !important;
                /* Desktop/Lead */
                font-family: Outfit, Outfit-Regular;
                font-size: 24px;
                font-style: normal;
                font-weight: 300;
                line-height: 150%; /* 36px */
            }


            section.designation .designation-container .text p {
                color: var(--Snow, #FBF9FF);
                /* Desktop/Body */
                font-family: Outfit, Outfit-Regular;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 23.4px */
            }

        section.designation .designation-container .image-caption {
            display: grid;
            grid-template-columns: 1fr;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
        }

section.designation .designation-container .image-caption .top {
    margin-bottom: 16px;
}

            section.designation .designation-container .image-caption .bottom * {
                color: var(--Snow, #FBF9FF);
                text-align: center;
                /* Desktop/Body */
                font-family: Outfit, Outfit-Regular;
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 23.4px */
                max-width: 420px;
            }

            section.designation .designation-container .image-caption img {
                width: 100%;
                max-width: 250px;
                max-height: 150px;
            }


    section.designation .bottom-section {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        min-height: 172px;
        gap: 16px;
    }

        section.designation .bottom-section > div {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            padding: 15px 13px;
            background: white;
            height: 100%;
            place-items: center;
            place-content: center;
            border-radius: 5.164px;
            border: 1.291px solid rgba(116, 131, 134, 0.20);
            background: var(--White, #FFF);
            box-shadow: 0 5.164px 12.909px 0 rgba(44, 18, 36, 0.04);
            min-height:150px;
        }

            section.designation .bottom-section > div figure,
            section.designation .bottom-section > div figure picture {
                width: 100%;
                display: grid;
                grid-template-columns: 1fr;
                place-items: center;
            }

#student-experience .fs-why {
    background: #FBF9FF;
    padding: 48px 0;
    max-width: 1440px;
    margin: 0 auto;
}

/*===============MAP*/
section.map {
    width: 100%;
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
    max-width: 1440px;
    margin: 0px auto;
}

    section.map .map-container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        section.map .map-container > div {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            min-height: 653px;
        }



            section.map .map-container > div iframe {
                width: 100%;
                height: 100%;
                display: grid;
                grid-template-columns: 1fr;
                place-content: center;
                place-items: center;
                background: linear-gradient(230deg, rgba(50, 52, 55, 0.10) 22.07%, rgba(50, 52, 55, 0.00) 53.92%, rgba(50, 52, 55, 0.25) 99.09%), linear-gradient(0deg, #748386 0%, #748386 100%), lightgray -91.926px 0px / 213.474% 135.074% no-repeat;
                background-blend-mode: normal, overlay, normal;
                box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10) inset;
                border: none;
                /* This makes the map "blend" with your background */
                mix-blend-mode: multiply;
                opacity: 1; /* Adjust this to see more or less of the background */
                filter: grayscale(100%) contrast(1.2); /* Optional: makes the map match the grey aesthetic */
            }


            section.map .map-container > div .text {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                /*place-content: center;*/
                padding: 64px 48px;
                /*place-items: center;*/
                justify-items: flex-start;
                gap: 24px;
            }

                section.map .map-container > div .text p {
                    color: var(--Shadow-Grey, #272932);
                    /* Desktop/Body */
                    font-family: Outfit, Outfit-Regular;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%; /* 23.4px */
                }


                section.map .map-container > div .text h2 {
                    color: var(--Midnight-Violet, #2C1224);
                    /* Desktop/H2 */
                    font-family: "Zalando Sans Expanded",ZalandoSansExpanded-Regular, sans-serif;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%; /* 38.4px */
                }

            section.map .map-container > div ul {
                width: 100%;
                height: 100%;
                display: grid;
                grid-template-columns: 1fr;
                gap: 4px;
                margin-top: 24px;
            }

                section.map .map-container > div ul li {
                    width: 100%;
                    height: 100%;
                    display: grid;
                    background: linear-gradient(0deg, rgba(116, 131, 134, 0.10) 0%, rgba(116, 131, 134, 0.10) 100%), #FBF9FF;
                }

                    section.map .map-container > div ul li a {
                        width: 100%;
                        height: 100%;
                        display: grid;
                        grid-template-columns: 24px auto 24px;
                        background: linear-gradient(0deg, rgba(116, 131, 134, 0.10) 0%, rgba(116, 131, 134, 0.10) 100%), #FBF9FF;
                        padding: 16px;
                        gap: 16px;
                        align-items: center;
                    }

                        section.map .map-container > div ul li a, section.map .map-container > div ul li a * {
                            color: var(--Midnight-Violet, #2C1224);
                            /* Desktop/Body */
                            font-family: Outfit, Outfit-Regular;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 130%; /* 23.4px */
                            text-decoration-line: underline;
                            text-decoration-style: solid;
                            text-decoration-skip-ink: auto;
                            text-decoration-thickness: auto;
                            text-underline-offset: auto;
                            text-underline-position: from-font;
                        }

/* =============*/
main#student-experience .wrapper {
    /*padding: 0;*/
}

main#student-experience .student-experience-hero {
    padding: 48px 0;
    background: url('/Files/templates/main-2026/images/page_bg_desktop-hero.svg') 50% 50% no-repeat;
    background-size: auto;
    background-size: cover;
    max-width: 1440px;
    margin: 0px auto;
    background-position: 10px 0px;
}

.ap-intro__img-grid img {
    width: 100%
}

/* About page — map left, content right */
.campus-contact--map-left .campus-contact__inner {
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(0deg, rgba(44, 18, 36, 0.10) 0%, rgba(44, 18, 36, 0.10) 100%), #FBF9FF;
    /* map div comes first in the HTML so it naturally sits left */
}

/* Campus list reuses the same link pattern as the old map section */
.campus-contact__campus-list {
    list-style: none;
    padding: 0;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .campus-contact__campus-list li a {
        display: grid;
        grid-template-columns: 24px 1fr 16px;
        gap: 16px;
        align-items: center;
        padding: 16px;
        background: linear-gradient(0deg, rgba(116, 131, 134, 0.10) 0%, rgba(116, 131, 134, 0.10) 100%), #FBF9FF;
        color: var(--vcc-midnight-violet, #2C1224);
        text-decoration: underline;
        font-family: "Outfit-Regular";
        font-size: var(--font-p, 18px);
        line-height: var(--lh-p, 130%);
    }

        .campus-contact__campus-list li a:hover {
            color: var(--vcc-carmine, #BE1E2D);
        }

#student-experience .ap-intro__sub-header p {
    color: var(--vcc-shadow-grey, #272932);
    font-family: "Outfit-Light";
    font-size: var(--font-lead);
    line-height: var(--lh-lead);
    margin-bottom: 24px;
}
main#student-experience section.pw-blog {
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
   

  

    main#student-experience .hero-intro__media {
        padding-right: 24px;
    }

    main#student-experience .hero-intro__title {
        color: var(--Midnight-Violet, #2C1224);
        /* Mobile/H1 */
        font-family: "Zalando Sans Expanded",Zalando-Medium, sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%; /* 36.4px */
    }

    main#student-experience .sub-header * {
        color: var(--Shadow-Grey, #272932);
        /* Mobile/Lead */
        font-family: Outfit, Outfit-Regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 26px */
        letter-spacing: 0.4px;
        width: 100%;
    }

  

    section.support .support-container {
        padding: 48px 0px 0px 0px;
    }

        section.support .support-container .fifties .text h2 {
            width: 100%;
            color: var(--Midnight-Violet, #2C1224);
            /* Mobile/H2 */
            font-family: "Zalando Sans Expanded",Zalando-Medium, sans-serif;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%; /* 31.2px */
        }

        section.support .support-container .fifties > div {
            padding: 48px 0px 0 48px;
        }

            section.support .support-container .fifties > div img {
                max-width: 342px;
            }

            section.support .support-container .fifties > div.image {
                justify-content: flex-end;
            }

        section.support .support-container .fifties .text {
            padding: 0px 48px 48px 0;
        }

        section.support .support-container .fifties .text {
            gap: 16px;
        }

    main#student-experience .mycampus .sub-header * {
        width: 100% !important;
        color: var(--Midnight-Violet, #2C1224);
        /* Mobile/Lead */
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 130%; /* 26px */
        letter-spacing: 0.4px;
    }

    section.mycampus .fifties-rev .text {
        padding: 24px;
    }

        section.mycampus .fifties-rev .text h2 {
            /* Mobile/H2 */
            font-size: 24px;
        }

        section.mycampus .fifties-rev .text .inner-text * {
            color: var(--Shadow-Grey, #272932);
            /* Mobile/Body */
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 20.8px */
        }

  

    section.pw-blog .blog-container .news {
        padding: 48px 24px 48px 24px;
        min-height: 417px;
    }

        section.pw-blog .blog-container .news h2 {
            color: var(--Midnight-Violet, #2C1224);

            width: 130%;
        }

    section.pw-blog .blog-container {
        grid-template-columns: 1fr 348px;
    }

        section.pw-blog .blog-container .events img {
            max-height: 206px;
        }

        section.pw-blog .blog-container .events .events-container {
            height: auto;
            grid-template-rows: auto;
            margin-top: 213px;
            margin-bottom: 48px;
            padding-right: 24px;
        }

        section.pw-blog .blog-container .events .event-text {
            padding: 24px;
        }

        section.pw-blog .blog-container .events .event-text {
            display: grid;
            grid-template-columns: 1fr;
            min-height: 211px;
            justify-items: flex-start;
        }

            section.pw-blog .blog-container .events .event-text date {
                color: var(--White, #FFF);
                /* Mobile/Body Bold */
                font-family: Outfit;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 130%; /* 20.8px */
            }

    section.support .support-container > h2 {
        color: var(--Midnight-Violet, #2C1224);
        text-align: center;
        /* Mobile/H2 */
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 31.2px */
        max-width: 604px;
    }

    section.support .support-container > p {
        color: var(--Midnight-Violet, #2C1224);
        text-align: center;
        /* Desktop/Lead */
        font-family: Outfit;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 36px */
        max-width: 800px;
    }

    .designation-container .tagline {
        left:unset;
    }
}

@media only screen and (max-width:960px) {
    

    main#student-experience .sub-header * {
        width: 100%;
    }


    section.mycampus .fifties-rev .text {
        padding: 48px 24px;
    }

   /* section.support {
        overflow: hidden;
    }*/

        section.support .support-container .fifties .text .sub-header p {
            /*width: 162% !important;*/
        }

    

    section.designation .designation-container .top-section {
        grid-template-columns: 1fr;
    }

    section.designation .designation-container .text {
        max-width: unset;
    }
    .designation-container .tagline {
        left: -24px;
    
    }
    section.map .map-container {
        display: flex;
        flex-direction: column-reverse;
    }

    main#student-experience .student-experience-hero {
        padding-bottom: 0;
    }

    section.pw-about p {
        color: var(--Shadow-Grey, #272932);
        /* Mobile/Body */
        font-family: Outfit, Outfit-Regular;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
    }

        section.pw-about ul *, section.pw-about p a {
            color: var(--Shadow-Grey, #272932);
            /* Mobile/Body */
            font-family: Outfit, Outfit-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 20.8px */
        }

    section.pw-blog .blog-container .news {
        padding: 48px 0px 48px 0px;
    }

    section.pw-blog .blog-container .events .events-container {
      
           padding-right: 0;
    }

    section.pw-blog .blog-container .news h2 {
        max-width: 551px;
    }

    section.pw-blog .blog-container {
        grid-template-columns: 1fr 1fr;
    }

    section.pw-cta .cta-container {
        grid-template-columns: 1fr 1fr;
    }

   

   /* #student-experience .ap-intro__sub-header p {
        color: var(--vcc-shadow-grey, #272932);
        font-family: "Outfit-Light";
        font-size: var(--font-lead, 24px);
        line-height: var(--lh-lead, 150%);
        margin-bottom: 24px;
    }*/

    #student-experience .ap-intro__title {
        order: 1;
        margin-bottom: 0;
    }

    /* Sub-header sits right under title, before image */
    #student-experience .ap-intro__sub-header {
        order: 2;
    }

    /* Image drops to 3 */
    #student-experience .ap-intro__media {
        order: 3;
        margin-bottom: 24px;
    }

    /* Description after image */
    #student-experience .ap-intro__desc {
        order: 4;
        margin-bottom: 0;
    }

    /* Pillars last */
    #student-experience .ap-intro__pillars {
        order: 5;
        flex-direction: column;
        gap: 8px;
        margin-top: 0;
        width: 100%;
    }

    #student-experience .ap-intro__inner {
        gap:0;
    }
    #student-experience .ap-intro__title{
        margin-bottom: 8px;
    }
    #student-experience .ap-intro__desc {
        margin-bottom: 24px;
    }

    section.designation {
        padding: 24px 24px 24px 24px;
    }

    .campus-contact--map-left .campus-contact__inner {
        grid-template-columns: 1fr;
    }

    .campus-contact--map-left .campus-contact__map {
        order: 2;
    }

    .campus-contact--map-left .campus-contact__info {
        order: 1;
    }

   #student-experience .campus-contact__eyebrow {
        margin-left: calc(-1 * var(--wrapper-padding));
    }
}

@media only screen and (max-width:820px) {
    section.support .support-container .fifties .text h2 {
        width: 100%;
    }

    section.support .support-container .fifties .text .sub-header {
        width: 100%;
    }

    main#student-experience .hero-intro__content .sub-header {
        width: 100%;
    }

    section.support .support-container .fifties .text {
        padding: 0px 0px 48px 0;
    }

    .mycampus .sub-header {
        width: 100% !important;
    }
}

@media only screen and (max-width:768px) {

    section.designation .bottom-section {
        grid-template-columns: repeat(2,1fr);
    }

    section.designation .designation-container .text p {
        font-size: 16px;
    }

   

    main#student-experience .sub-header * {
        font-size: 20px;
    }

    section.designation .designation-container .text h2 {
        font-size: 24px;
    }

    section.designation .designation-container .image-caption .top {
        margin-bottom: 8px;
    }


    section.mycampus .fifties-rev .text .inner-text * {
        font-size: 16px;
    }

    section.mycampus .fifties-rev .text h2 {
        font-size: 24px;
    }

    section.mycampus .fifties-rev .text {
        gap: 16px;
        overflow: hidden;
    }

    
    section.support .support-container .card-container {
        grid-template-columns: 1fr;
    }
/*}*/


/*@media only screen and (max-width:628px) {*/
  

    main#student-experience .hero-intro__media {
        padding: 0 !important;
        display: none !important;
    }

    main#student-experience .mobile {
        display: grid !important;
        align-self: center;
        justify-self: center;
        max-height: 420px;
    }

    main#student-experience .desktop
    {
        display: none !important;
    }

    section.support .support-container {
        justify-items: flex-start;
        padding:24px 0 0 0;
        max-width: 100%;
    }

        section.support .support-container .card-container,
        section.support .support-container .fifties {
            max-width: 100%;
            box-sizing: border-box;
        }



        section.support .support-container .fifties .text {
            padding: 48px 0;
        }

        section.support .support-container .fifties > div img {
            max-height: 541px;
            max-width:unset;
        }

        section.support .support-container .fifties {
            grid-template-columns: 1fr;
        }

    section.mycampus .fifties-rev {
        grid-template-columns: 1fr;
    }

        section.mycampus .fifties-rev .text {
            max-width: unset;
            padding: 48px 24px;
        }

    section.support .support-container .fifties .text {
        padding-top: 0;
        padding-bottom: 24px;
    }
    section.support .support-container .fifties > div {
        padding: 0;
    }
        
        section.support .support-container .fifties > div.image {
            justify-content: center;
            padding: 0;
            overflow: hidden;
            width: 100%;
            box-sizing: border-box;
        }
            section.support .support-container .fifties > div.image img {
                max-width: 100%;
                width: 100%;
                box-sizing: border-box;
            }
    main#student-experience .mobile {
        max-height: 342px;
    }

   

    section.support .support-container .fifties .text h2,
    main#student-experience .sub-header,
    main#student-experience .sub-header * {
        width: 100% !important;
    }

    section.pw-blog .blog-container .events .events-container {
        margin-top: 47px;
        /*   padding-right: 0;*/
    }
   
}

@media only screen and (max-width:628px) {
    section.pw-blog .blog-container .news h2 {
        width: 100% !important;
    }
    section.pw-blog .blog-container .events {
        padding-right: 0 !important;
    }
    section.pw-blog .blog-container .events img {
        max-height: unset;
    }

    section.pw-blog .blog-container .events .events-container {
        
       /* padding-right: 0;*/
    }
}