.program-finder-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    margin-top: 30px;
}

#header_overview_h2 {
    color: #fff;
    justify-content: space-between;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.section.inline.group {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}

.section.inline.group .oneField {
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
}

.wForm .section.inline.group div.oneField {
    display: flex;
    vertical-align: top;
    max-width: none;
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
}

.wFormContainer .wForm .wFormRow {
    margin-bottom: 15px;
}

.wFormContainer .wForm .text,
.wFormContainer .wForm .textarea {
    width: 100%;
    box-sizing: border-box;
}

/* WCAG 2.4.7 — FormAssembly renders hidden/calculated UTM fields as
   `<input type="text" readonly>` hidden only visually (off-screen), so they stay
   keyboard-focusable with no visible focus → flagged for "no focus change".
   display:none removes them from the tab order and the audit; a display:none
   field still submits its value, and the FA formula JS still sets .value, so
   UTM capture is unaffected. */
.wForm input[readonly][title^="utm" i] {
    display: none !important;
}

.which-program-is-right-for-you-container {
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
}

.which-program-is-right-for-you-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 33px;
}

.which-child-program-is-right-for-you-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 32px;
}

.which-program-is-right-for-you-content h2 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.which-child-program-is-right-for-you-content h3 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.which-child-program-is-right-for-you-content ul {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.which-child-program-is-right-for-you-content p {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 410;
    letter-spacing: -0.017;
    line-height: 1.4;
    margin: 0;
}

.which-program-is-right-for-you-degree-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0%;
    align-self: stretch;
}

.which-program-is-right-for-you-degree-type-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0%;
}

.which-program-is-right-for-you-degree-type-details h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.which-program-is-right-for-you-degree-type-details p {
    color: var(--Dark-Grey-535353, #535353);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.which-program-is-right-for-you-degree-type-details a {
    color: var(--Teal-007176, #007176);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.umbc-golden-anchor-rule {
    display: flex;
    height: 12px;
    justify-content: center;
    align-items: center;
    background: var(--Gold-FDB515, #fdb515);
}

.umbc-black-anchor-rule {
    display: flex;
    height: 12px;
    justify-content: center;
    align-items: center;
    background: var(--Gold-FDB515, #252525);
}

.what-our-students-say-container {
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 53px;
    background: var(--Lightest-Grey-F7F7F7, #f6f6f6);
}

.what-our-students-say-text h2 {
    color: var(--Medium-Grey-808080, #808080);
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.what-our-students-say-quotes {
    display: flex;
    flex-wrap: wrap;
    /* Was a fixed width:1000px — caused horizontal overflow / two-dimensional
       scroll (WCAG 1.4.10) on any viewport under 1000px. Cap with max-width and
       let it shrink + wrap on smaller screens. */
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}

.what-our-students-say-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    flex: 1 0 0%;
}

.what-our-students-say-quote-text p {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.what-our-students-say-quote-author {
    display: flex;
    flex-direction: column;
    padding-bottom: 1px;
    justify-content: center;
    align-items: center;
}

.what-our-students-say-quote-author p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.calloutbox-border-top-no-photo::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgb(0 0 0 / 0.15);
    color: #fdb515;
    content: "\201C";
    z-index: 1000;
    font-family: "Georgia";
    font-size: 8rem;
    font-style: normal;
    left: 50%;
    line-height: 8.5rem;
    position: absolute;
    top: -50px;
    width: 80px;
    height: 80px;
}

.blockquote-small {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.calloutbox-border-left {
    border-left: 8px solid #fdb515;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.16);
    padding: 2rem;
    margin: 3rem auto;
    max-width: 800px;
    border-radius: 4px;
}

.calloutbox-border-top,
.calloutbox-border-top-no-photo {
    border-top: 8px solid #fdb515;
    border-left: 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.16);
    padding: 2rem;
    margin: 3rem auto;
    max-width: 360px;
    border-radius: 4px;
    background: var(--Lightest-Grey-F7F7F7, #f6f6f6);
}

.quote p {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.quote .author-line {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.quote .author-title {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 4px;
    letter-spacing: -0.011em;
    margin-bottom: 0;
}

.quote-mark {
    font-family: "Georgia", Serif;
    font-weight: 900;
    font-size: 6rem;
    color: #fdb515;
    line-height: 5rem;
}

.what-are-your-career-options-container {
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
}

.what-are-your-career-options-content {
    display: grid;
    margin: 0 auto;
    padding: 64px 0;
    gap: 32px;
}

.what-are-your-career-options-content h2 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.what-are-your-career-options-content ul {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.what-are-your-career-options-content p {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 410;
    letter-spacing: -0.017;
    line-height: 1.4;
    margin: 0;
}

.what-are-your-career-options-content-text-and-iframe-double {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

.what-are-your-career-options-content-text-and-iframe-single {
    display: grid;
    justify-items: center;
    width: 100%;
}

.what-are-your-career-options-content .iframe-container {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.custom-style--career-widget-two-column {
    margin-left: auto;
    margin-right: auto;
}

.gain-experience-container {
    display: flex;
    flex-direction: column;
    background: var(--Lightest-Grey-F7F7F7, #f6f6f6);
    align-items: center;
    padding: 2em;
}

.gain-experience-content {
    display: grid;
    gap: 33px;
    max-width: 1200px;
}

.gain-experience-text h2 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.gain-experience-packs-with-media {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 33px;
}

.gain-experience-packs-without-media {
    display: grid;
}

.gain-experience-media-pack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.gain-experience-media-pack h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.gain-experience-media-pack p {
    color: var(--Dark-Grey-535353, #535353);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.gain-experience-types {
    display: grid;
    align-items: flex-start;
    gap: 33px;
    flex: 1 0 0%;
    align-self: stretch;
}

.gain-experience-type-pack {
    display: grid;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.gain-experience-type-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0%;
}

.gain-experience-type-details h3 {
    margin-bottom: 20px;
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.gain-experience-type-details p {
    margin-bottom: 15px;
    color: var(--Dark-Grey-535353, #535353);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.gain-experience-type-details a {
    color: var(--Teal-007176, #007176);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.tuition-scholarships-finacial-aid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tuition-scholarships-finacial-aid-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 93px;
    max-width: 1200px;
    width: 100%;
    margin: 64px auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.tuition-scholarships-finacial-aid-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0%;
}

.tuition-scholarships-finacial-aid-text-area h2 {
    color: #fff;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.tuition-scholarships-finacial-aid-text-area-subhead {
    display: flex;
    padding-bottom: 0;
    align-items: flex-start;
    gap: 21px;
    align-self: stretch;
}

.tuition-scholarships-finacial-aid-text-area-subhead-vl {
    width: 5px;
    align-self: stretch;
    background: var(--Gold-FDB515, #fdb515);
}

.tuition-scholarships-finacial-aid-text-area-program-scholarship {
    margin-top: 25px;
}

.tuition-scholarships-finacial-aid-text-area-program-scholarship h4 {
    color: #fff;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.02;
    margin-bottom: 0;
}

.tuition-scholarships-finacial-aid-text-area-program-scholarship a {
    color: #fff !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration: underline;
    text-transform: uppercase;
}

.tuition-scholarships-finacial-aid-text-area-subhead p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.tuition-scholarships-finacial-aid-text-area h2,
.tuition-scholarships-finacial-aid-text-area h3,
.tuition-scholarships-finacial-aid-text-area h4,
.tuition-scholarships-finacial-aid-text-area h5,
.tuition-scholarships-finacial-aid-text-area h6 {
    color: #fff;
}

.tuition-scholarships-finacial-aid-text-area a {
    color: #fdb515;
}

.tuition-scholarships-finacial-aid-text-area ul {
    color: #fff;
}

.tuition-scholarships-finacial-aid-text-area p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.tuition-scholarships-finacial-aid-button-stack {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    padding: 2em;
    box-sizing: border-box;
    width: 100%;
}

.tuition-scholarships-finacial-aid-button-stack a {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 55px;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border: 3px solid var(--Gold-FDB515, #fdb515);
    background: #000;
    color: #fff !important;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
}

.tuition-scholarships-finacial-aid-button-stack a:hover {
    text-decoration: underline;
    color: var(--Gold-FDB515, #fdb515);
    background: #000;
    border-color: var(--Gold-FDB515, #fdb515);
}

.program-scholarship-info {
    margin-top: 2em;
    background: #252525;
    padding: 2em;
}

.program-scholarship-info p,
.program-scholarship-info a,
.program-scholarship-info li {
    font-size: 14px;
    line-height: 20px;
}

.program-scholarship-info h3 {
    font-size: 22px;
    line-height: 28px;
}

.program-scholarship-info h4 {
    font-size: 18px;
    line-height: 24px;
}

.in-the-news {
    margin: 64px auto;
    max-width: 1200px;
}

.in-the-news h2 {
    text-align: left;
    margin-bottom: 20px;
}

.news-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.news-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    flex: 1 1 64%;
}

.news-items.one-story {
    justify-content: space-between;
}

.news-item {
    flex: 1 1 30%;
}

.news-item img,
.event-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1em;
}

.news-item h3,
.event-item h4 {
    font-size: 1.2em;
    margin: 10px 0 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.event-container {
    flex: 0 0 30%;
    margin-top: -60px;
}

.from-calendar {
    font-size: 24px;
    margin: 0 0 20px;
    width: 100%;
}

.event-item {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    background: #efefef;
    padding: 2em;
    min-height: 100%;
}

.event-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.event-details {
    font-size: 12px;
    font-weight: 700;
}

.more-events {
    /* inline-flex + min-height gives a >=24px target (WCAG 2.5.8 AA) */
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
}

.news-single-story {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 2em;
    width: 100%;
}

.side-by-side-story {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.side-by-side-story img {
    width: 300px;
    height: auto;
    object-fit: cover;
}

.side-by-side-story div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-by-side-story h3 {
    font-size: 1.5em;
    margin: 0 0 10px;
    line-height: 1.3;
}

.side-by-side-story p {
    font-size: 1em;
    color: #444;
}

.news-footer-cta {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.read-more {
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
}

@media (max-width: 768px) {
    .news-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-grid,
    .news-items,
    .news-single-story,
    .side-by-side-story {
        flex-direction: column;
    }

    .side-by-side-story img {
        width: 100%;
        height: auto;
    }

    .news-items,
    .event-container {
        flex: 1 0 100%;
    }

    .event-container {
        margin-top: 0;
    }
}

.featured-admission-event-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-admission-event-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 83px;
    max-width: 1200px;
    margin: 64px auto;
}

.featured-admission-event-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.featured-admission-event-details h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.featured-admission-event-details-image-info {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 19px;
}

.featured-admission-event-details-image {
    height: 217.41px;
    background: #333f48;
}

.featured-admission-event-details-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.featured-admission-event-details-info h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.featured-admission-event-details-info p {
    margin-bottom: 0;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.featured-admission-event-details-button {
    display: flex;
}

.featured-admission-event-details-button a {
    display: flex;
    padding: 13px 26px;
    border-radius: 4px;
    background: var(--Gold-FDB515, #fdb515);
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
}

.featured-admission-event-deadlines-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
}

.featured-admission-event-deadlines-detail h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.featured-admission-event-deadlines-detail h4 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.featured-admission-event-deadlines-date-action {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.featured-admission-event-deadlines-date-action p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.featured-admission-event-deadlines-detail a {
    display: flex;
    padding: 13px 26px;
    border-radius: 4px;
    border: none;
    background: var(--Teal-007176, #007176);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
}

.featured-admission-event-deadlines-detail a:hover {
    color: var(--Teal-007176, #007176);
}

.related-program-container {
    display: flex;
    padding: 64px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
}

.related-program-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 33px;
}

.related-program-content h2 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.related-program-content h3 {
    color: #000;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.02;
    margin-bottom: 12px;
}

.related-program-result-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 3em;
    align-self: stretch;
}

.related-program-result-block {
    display: grid;
    align-items: flex-start;
    gap: 33px;
    align-self: stretch;
    border-radius: 5px;
}

.related-program-result-block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.related-program-result-block-content h3 a {
    color: #030405;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.08px;
}

.related-program-result-block-content a:hover {
    text-decoration: underline;
}

.related-program-result-block-content p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.related-program-result-block-content-degree-type-buttons a {
    border-radius: 16px;
    border: 1px solid var(--Grey-Rule-C4C4C4, #c4c4c4);
    padding: 2px 6px;
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.related-program-explore-button {
    display: flex;
    padding: 13px 26px;
    max-width: 300px;
    border-radius: 4px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.program-children {
    display: block;
    flex-wrap: wrap;
    gap: 8px;
    width: 90%;
}

.program-child {
    transition: opacity 0.3s ease;
}

.program-child.hidden {
    opacity: 0;
    display: none;
}

.program-child {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
}

.degree-tag-container {
    height: 30px;
    display: flex;
    align-items: center;
}

.text-sm {
    font-size: 0.875rem;
}

.degree-tag {
    display: inline-block;
    background-color: #f3f3f3;
    color: #444;
    border-radius: 2px 4px 4px 2px;
    text-transform: capitalize;
    line-height: normal;
    padding: 8px 10px;
    height: auto;
    text-decoration: none;
    font-size: 12px;
    font-weight: 450;
    visibility: visible;
    position: relative;
    overflow: hidden;
}

.degree-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 30px;
    border-radius: 1px 0 0 1px;
    background-color: #fff0;
}

.degree-tag.graduate::before {
    background-color: #000;
}

.degree-tag.undergraduate::before {
    background-color: #fdb515;
}

.degree-tag:hover {
    background-color: #e2e8f0;
}

.degree-tag.hidden {
    visibility: hidden;
}

a.child-title {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    line-height: normal;
    margin-left: 30px;
    border-bottom: 1px solid #999;
}

a.child-title:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

.classes-you-can-take-container {
    display: flex;
    align-items: flex-start;
}

.classes-you-can-take-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 0;
}

.classes-you-can-take-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.classes-you-can-take-texts h2 {
    color: var(--Medium-Grey-808080, #808080);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.classes-you-can-take-texts h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.classes-you-can-take-texts p,
.classes-you-can-take-texts {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.classes-you-can-take-courses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.classes-you-can-take-courses-texts {
    margin-bottom: 12px;
}

.classes-you-can-take-courses-texts h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.classes-you-can-take-courses-title-description {
    width: 100%;
}

.classes-you-can-take-courses hr {
    margin-bottom: 6px;
    width: 600px;
    height: 2px;
    background: #fdb515;
}

.classes-you-can-take-courses-title-part {
    display: grid;
    grid-template-columns: 9fr 1fr;
    margin: 12px 0;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    cursor: pointer;
    user-select: none;
}

.classes-you-can-take-courses-title-part h3 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.classes-you-can-take-courses-title-part svg {
    margin-top: auto;
    margin-bottom: auto;
}

.expandable-content {
    display: none;
}

.expandable-content p {
    color: var(--Darkest-Grey-2A2B2C, #2a2b2c);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.classes-you-can-take-courses-catalog-button {
    display: flex;
    padding: 13px 26px;
    margin-top: 24px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--Gold-FDB515, #fdb515);
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
}

.ready-to-apply-container {
    display: flex;
    flex-direction: column;
    background: #007176;
    box-sizing: border-box;
    overflow-x: hidden;
}

.ready-to-apply-heading {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 64px auto 32px;
    width: 100%;
    flex-shrink: 0;
    /* border-box so the mobile `padding: 0 15px` stays inside width:100% —
       without it the heading is 320 + 30 = 350px and causes 2-D scroll at
       320px (WCAG 1.4.10). */
    box-sizing: border-box;
}

.ready-to-apply-heading h2 {
    color: #fff;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.ready-to-apply-h3 {
    color: #ffffff !important;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.ready-to-apply-admissions-text {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
}

.ready-to-apply-text-area-and-buttons,
.is-right-text-area-and-buttons {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: start;
    gap: 93px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.ready-to-apply-text-area-and-buttons {
    margin-bottom: 64px;
}

.ready-to-apply-text-area,
.is-right-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.017;
    line-height: 1.4;
}

.ready-to-apply-button-stack,
.is-right-button-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
}

.ready-to-apply-button-stack {
    background: #005155;
    padding: 2em;
    box-sizing: border-box;
    width: 100%;
}

.ready-to-apply-button-stack a {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 55px;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border: 3px solid var(--Gold-FDB515, #fdb515);
    background: #005559;
    color: #fff !important;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
}

.ready-to-apply-button-stack a:hover {
    text-decoration: underline;
    color: var(--Gold-FDB515, #fdb515);
    background: #007176;
    border-color: var(--Gold-FDB515, #fdb515);
}

.ready-to-apply-text-area-common-app-row,
.ready-to-apply-text-area-support-documents-row,
.ready-to-apply-text-area-complete-requirements-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.ready-to-apply-text-area-common-app-row-step-number {
    width: 57.838px;
    height: 57.838px;
}

.ready-to-apply-text-area-common-app-circle,
.ready-to-apply-text-area-support-documents-circle,
.ready-to-apply-text-area-complete-requirements-circle {
    background: var(--Gold-FDB515, #fdb515);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    width: 49.575px;
    height: 47.372px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40.657px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.ready-to-apply-text-area-common-app-row-step-details,
.ready-to-apply-text-area-support-documents-row-step-details,
.ready-to-apply-text-area-complete-requirements-row-step-details {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    flex: 1 0 0%;
}

.ready-to-apply-text-area-common-app-row-step-details h3,
.ready-to-apply-text-area-support-documents-row-step-details h3,
.ready-to-apply-text-area-complete-requirements-row-step-details h3 {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.ready-to-apply-text-area-common-app-row-step-details h4,
.ready-to-apply-text-area-support-documents-row-step-details h4,
.ready-to-apply-text-area-complete-requirements-row-step-details h4 {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.ready-to-apply-text-area-common-app-row-step-details div,
.ready-to-apply-text-area-common-app-row-step-details p,
.ready-to-apply-text-area-common-app-row-step-details ul,
.ready-to-apply-text-area-common-app-row-step-details li,
.ready-to-apply-text-area-support-documents-row-step-details p,
.ready-to-apply-text-area-support-documents-row-step-details ul,
.ready-to-apply-text-area-support-documents-row-step-details li,
.ready-to-apply-text-area-complete-requirements-row-step-details p,
.ready-to-apply-text-area-complete-requirements-row-step-details ul,
.ready-to-apply-text-area-complete-requirements-row-step-details li {
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.ready-to-apply-text-area-common-app-row-step-details a,
.ready-to-apply-text-area-support-documents-row-step-details a,
.ready-to-apply-text-area-complete-requirements-row-step-details a {
    color: #fff;
    text-decoration: underline;
}

/* TEMPORARY: Fall 2026 extended-deadline callout above .ready-to-apply-
   application-deadlines on Masters/Ph.D. pages. Delete this rule (and
   the matching PHP block in ready_to_apply.php) after 2026-08-01. */
.ready-to-apply-fall2026-extension {
    border: 1px dashed #efefef;
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 0 0 16px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.ready-to-apply-application-deadlines {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
}

.ready-to-apply-application-deadlines h3 {
    color: #fff;
    font-family: Inter;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 0;
}

.ready-to-apply-application-deadlines h4 {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.get-in-touch-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 5%;
    box-sizing: border-box;
}

.get-in-touch-left-column {
    flex: 0 0 40%;
    box-sizing: border-box;
}

.get-in-touch-right-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    align-items: flex-start;
}

.program-contacts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.get-in-touch-right-column .contact-info-pack {
    flex: 1 1 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .get-in-touch-right-column .contact-info-pack {
        flex: 1 1 calc(50% - 20px);
    }
}

@media screen and (min-width: 1024px) {
    .get-in-touch-right-column .contact-info-pack {
        flex: 1 1 calc(25% - 20px);
    }

    .program-contacts-grid .contact-info-pack {
        flex: 1 1 calc(50% - 20px) !important;
        align-self: flex-start;
        min-height: auto;
    }
}

.get-in-touch-left-column h2,
.get-in-touch-contact-us-info h2,
.get-in-touch-social-media-info h2 {
    font-size: 50px;
    font-weight: 900;
    color: gray;
    margin-bottom: 20px;
}

.get-in-touch-left-column h3,
.get-in-touch-contact-us-info h2 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.contact-info-pack h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2b2c;
    margin-bottom: 10px;
}

.contact-info-pack p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2a2b2c;
}

.contact-info-pack a {
    font-size: 16px;
    font-weight: 500;
    color: #007176;
    text-decoration: underline;
}

.contact-info-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #fdb515;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.contact-info-image-cta-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.contact-info-image-cta {
    position: relative;
    overflow: hidden;
}

.contact-info-image-cta img {
    width: 100%;
    height: auto;
    border: 4px solid #000;
    max-height: 200px;
    object-fit: cover;
}

.contact-info-image-cta .image-overlay {
    position: relative;
}

.contact-info-image-cta h3 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.6);
}

.contact-info-image-cta button {
    margin-top: 10px;
    padding: 10px 20px;
    background: #fdb515;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.iframe-media-embed {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5em;
}

.iframe-media-embed iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

@media screen and (min-width: 768px) {
    .contact-info-image-cta-container {
        flex-direction: row;
    }

    .contact-info-image-cta {
        flex: 1 1 calc(33.333% - 20px);
    }
}

.get-in-touch-contact-us-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
}

.get-in-touch-contact-us-info h2 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.get-in-touch-contact-us-info .contact-info-pack {
    display: block;
    margin-bottom: 20px;
}

.get-in-touch {
    background: #f6f6f6;
    padding: 64px 20px;
    box-sizing: border-box;
}

.get-in-touch-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.get-in-touch-container h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 900;
    color: gray;
}

.get-in-touch-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 2em auto;
    gap: 5%;
    box-sizing: border-box;
}

.get-in-touch-left-column {
    flex: 0 0 40%;
    box-sizing: border-box;
}

.get-in-touch-right-column {
    flex: 0 0 55%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-info-pack {
    flex: 1 1 100%;
    min-width: 200px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.contact-info-pack h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2b2c;
    margin-bottom: 10px;
}

.contact-info-pack p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2a2b2c;
}

.contact-info-pack a {
    font-size: 16px;
    font-weight: 500;
    color: #007176;
    text-decoration: underline;
}

.contact-info-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #fdb515;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.contact-info-image-cta-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-image-cta {
    position: relative;
    overflow: hidden;
}

.contact-info-image-cta img {
    width: 100%;
    height: auto;
    border: 4px solid #000;
    max-height: 200px;
    object-fit: cover;
}

.contact-info-image-cta h3 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.6);
}

.contact-info-image-cta button {
    margin-top: 10px;
    padding: 10px 20px;
    background: #fdb515;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.get-in-touch-content-social-media {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.get-in-touch-social-media-info {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.get-in-touch-social-media-info h2 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.button-social-row {
    display: flex;
    gap: 1em;
    flex-direction: row;
    justify-content: center;
}

.contact-info-button-block {
    display: flex;
    gap: 1em;
    flex-direction: row;
}

@media (max-width: 768px) {
    .get-in-touch-right-column {
        gap: 0;
    }

    .is-right-text-area-and-buttons {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .is-right-text-area {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        flex: 1 1 100%;
    }

    .is-right-media-and-tags {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .alumni-spotlight-post {
        width: 100%;
        max-width: 100%;
    }

    .embedded-instagram-post {
        width: 100%;
        max-width: 100%;
    }

    .embedded-instagram-post iframe {
        max-width: 100% !important;
    }

    .iframe-media-embed {
        width: 100%;
        max-width: 100%;
    }

    .iframe-media-embed iframe {
        max-width: 100% !important;
    }

    .button-social-row {
        flex-direction: column;
        align-items: center;
        gap: 1.5em;
    }

    .in-the-news {
        padding: 1em;
    }

    .news-item {
        padding: 1em 0;
    }

    .contact-info-button-block {
        flex-direction: column;
        width: 100%;
    }

    .contact-info-regular-btn,
    .contact-info-ghost-btn {
        width: auto;
        text-align: center;
    }

    .get-in-touch-social-media-info {
        align-items: center;
    }

    #program-social h3 {
        display: block;
        width: 100%;
        text-align: center;
    }

    #program-social {
        margin-bottom: 2em;
        text-align: center;
    }
}

.button-social-row h3 {
    font-size: 18px;
}

.contact-info-regular-btn,
.contact-info-ghost-btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
}

.contact-info-regular-btn {
    background: #fdb515;
    color: #000;
    border: 1px solid #fdb515;
}

.contact-info-ghost-btn {
    background: none;
    color: #000;
    border: 1px solid #fdb515;
}

.contact-info-regular-btn:hover {
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
}

.contact-info-ghost-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

#program-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    min-height: 44px;
    flex-wrap: wrap;
    align-items: center;
}

#program-social a {
    /* 44x44 hit target for WCAG 2.5.5 (AAA); glyph stays 40px. */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

#program-social svg {
    width: 40px;
    height: 40px;
    fill: #000;
}

@media screen and (max-width: 768px) {
    .get-in-touch-content {
        flex-direction: column;
    }

    .get-in-touch-left-column,
    .get-in-touch-right-column {
        flex: 1 1 100%;
    }

    .contact-info-pack {
        flex: 1 1 100%;
    }

    .image-cta-container {
        flex-direction: column;
    }

    #program-social {
        justify-content: center;
    }
}

.get-in-touch-left-column h3 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
}

.contact-info-image-cta img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-info-image-cta .contact-info-button,
.contact-info-pack .contact-info-button {
    width: auto;
    max-width: 100%;
}

.get-in-touch-container h2:first-child {
    margin-top: 0;
}

.alumni-details {
    padding: 0.25em 1em;
}

.alumni-details p {
    font-size: 14px;
}

.designation a img {
    max-width: 200px;
    max-height: 150px;
}

@media screen and (max-width: 991px) {
    .which-program-is-right-for-you-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .which-program-is-right-for-you-content {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .which-program-is-right-for-you-content h2 {
        font-size: 36px;
        word-break: break-word;
    }

    .which-program-is-right-for-you-degree-types {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .which-program-is-right-for-you-degree-type-details {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-width: 0;
    }

    .what-are-your-career-options-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .what-are-your-career-options-content {
        grid-template-columns: 1fr;
    }

    .what-are-your-career-options-content h2 {
        word-break: break-word;
        font-size: 36px;
    }

    .what-are-your-career-options-content-text-and-iframe-double {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .iframe-wrapper iframe {
        height: 597px;
    }

    .gain-experience-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gain-experience-text h2 {
        font-size: 36px;
    }

    .gain-experience-packs {
        grid-template-columns: 1fr;
    }

    .gain-experience-types {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .gain-experience-type-details h3 {
        margin-bottom: 10px;
    }

    .gain-experience-type-details p {
        margin-bottom: 7px;
    }

    .classes-you-can-take-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .classes-you-can-take-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .classes-you-can-take-texts h2 {
        text-align: left;
        font-size: 36px;
    }

    .classes-you-can-take-courses-title-part h3 {
        text-align: start;
        word-break: break-word;
    }

    .classes-you-can-take-courses hr {
        width: 100%;
    }

    .classes-you-can-take-courses-catalog-button {
        margin-left: auto;
        margin-right: auto;
    }

    .tuition-scholarships-finacial-aid-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tuition-scholarships-finacial-aid-content {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        box-sizing: border-box;
    }

    .tuition-scholarships-finacial-aid-text-area {
        text-align: left;
        word-break: break-word;
        padding: 0;
    }

    .tuition-scholarships-finacial-aid-text-area h2 {
        font-size: 36px;
    }

    .tuition-scholarships-finacial-aid-text-area-subhead {
        column-gap: 7px;
        text-align: initial;
        justify-content: center;
    }

    .tuition-scholarships-finacial-aid-button-stack {
        align-items: center;
        gap: 10px;
        padding: 1em;
        width: 100%;
        box-sizing: border-box;
    }

    .tuition-scholarships-finacial-aid-content {
        gap: 36px;
        margin: 60px auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .featured-admission-event-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .featured-admission-event-content {
        gap: 55px;
        grid-template-columns: 1fr;
    }

    .featured-admission-event-details-image-info {
        grid-template-columns: 1fr;
    }

    .featured-admission-event-details-image {
        height: auto;
    }

    .featured-admission-event-details-info h3 {
        text-align: start;
    }

    .featured-admission-event-details-button {
        align-self: center;
    }

    .featured-admission-event-deadlines-detail a {
        align-self: center;
    }

    .ready-to-apply-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        height: auto;
    }

    .ready-to-apply-heading {
        padding: 0 15px;
        margin: 32px auto 16px;
    }

    .ready-to-apply-content {
        margin: 23px 31px;
        align-items: center;
        word-break: break-word;
    }

    .ready-to-apply-content h2 {
        text-align: left;
    }

    .ready-to-apply-text-area {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        min-width: 0;
        flex: 1 1 100%;
    }

    .ready-to-apply-text-area-and-buttons {
        width: 100%;
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }

    .ready-to-apply-text-area h2 {
        text-align: left;
        word-break: break-word;
        font-size: 36px;
    }

    .ready-to-apply-text-area-common-app-row,
    .ready-to-apply-text-area-support-documents-row,
    .ready-to-apply-text-area-complete-requirements-row {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .ready-to-apply-text-area-common-app-row-step-details,
    .ready-to-apply-text-area-support-documents-row-step-details,
    .ready-to-apply-text-area-complete-requirements-row-step-details {
        min-width: 0;
        flex: 1 1 auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .ready-to-apply-text-area-common-app-row-step-details h3,
    .ready-to-apply-text-area-support-documents-row-step-details h3,
    .ready-to-apply-text-area-complete-requirements-row-step-details h3 {
        text-align: start;
        word-break: break-word;
    }

    .ready-to-apply-button-stack {
        gap: 10px;
        margin: 0;
        padding: 1em;
        width: 100%;
        box-sizing: border-box;
    }

    .ready-to-apply-button-stack button {
        padding: 12px 24px;
    }

    .related-program-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .related-program-content h3 {
        word-break: break-word;
    }

    .related-program-content h2 {
        text-align: start;
        word-break: break-word;
        font-size: 36px;
    }

    .related-program-result-wrapper {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .related-program-explore-button {
        margin: auto;
    }

    .program-children {
        flex-direction: column;
    }

    .program-child {
        margin: 1em 0;
    }

    .get-in-touch-text {
        margin-left: 0;
        margin-right: 0;
    }

    .get-in-touch-text h2 {
        font-size: 36px;
    }

    .get-in-touch-content-with-images,
    .get-in-touch-content-with-info,
    .get-in-touch-program-director-coordinator-content {
        padding-bottom: 0;
        margin: 0;
    }

    .get-in-touch-content-with-images {
        gap: 16px;
    }

    .get-in-touch-deptartment-college-pack {
        display: grid;
        gap: 17px;
    }

    .get-in-touch-deptartment-college-pack-details {
        text-align: left;
    }

    .get-in-touch-contact-us {
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .get-in-touch-deptartment-college {
        align-items: center;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .get-in-touch-contact-us-images {
        display: grid;
        gap: 10px;
    }

    .get-in-touch-contact-us-image {
        height: auto;
        align-items: center;
    }

    .get-in-touch-contact-us-image button {
        margin-left: 0;
    }

    .get-in-touch-contact-us-image-overlay {
        display: none;
    }

    .get-in-touch-contact-us-info h3 {
        text-align: start;
    }

    .get-in-touch-contact-us-info-pack,
    .get-in-touch-program-director-coordinator-info-pack {
        grid-template-columns: repeat(1, 1fr);
        text-align: start;
        gap: 28px;
    }

    .get-in-touch-contact-us-info-pack-details {
        gap: 4px;
    }

    .get-in-touch-program-director-coordinator-info-pack-details h3 {
        text-align: start;
    }

    .get-in-touch-program-director-coordinator-content h3 {
        text-align: left;
    }

    .get-in-touch-content-social-media {
        margin-left: 0;
    }

    .get-in-touch-social-media-info h3 {
        margin: 0;
        font-size: 20px;
    }

    .get-in-touch-social-media-info a {
        margin-left: 0;
        margin-right: 0;
    }

    .get-in-touch-social-media-info {
        gap: 15px;
    }

    .get-in-touch-contact-us-info-pack-button {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .wForm .section.inline.group {
        flex-direction: column;
    }

    .wForm .section.inline.group div.oneField {
        min-width: 100%;
        display: block;
        margin-top: 0;
    }

    .section.inline.group {
        flex-direction: column;
    }

    .section.inline.group .oneField {
        min-width: 100%;
    }

    .wForm div.oneField {
        margin-top: 0;
    }

    .wForm .actions {
        padding-top: 5px;
    }

    .wFormContainer .actions .primaryAction {
        margin-top: 0;
    }

    #formContainer {
        width: 90%;
        padding: 20px 15px;
        overflow-y: auto;
    }
}

@media (max-width: 340px) {
    .tuition-scholarships-finacial-aid-button-stack a,
    .ready-to-apply-button-stack a {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .ready-to-apply-text-area-and-buttons {
        width: 300px;
    }

    .custom-style--data-column {
        justify-content: flex-start !important;
    }
}

/* ==========================================================================
   Dark Mode — Program Detail Page
   ========================================================================== */

/* ── "Which program is right for you?" section (light gray bg) ── */
[data-theme="dark"] .which-program-is-right-for-you-container {
    background: #1a1a1a;
}

[data-theme="dark"] .which-program-is-right-for-you-content h2,
[data-theme="dark"] .which-child-program-is-right-for-you-content h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .which-program-is-right-for-you-degree-type-details h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .which-program-is-right-for-you-degree-type-details p {
    color: #aaa;
}

[data-theme="dark"] .which-program-is-right-for-you-degree-type-details a,
[data-theme="dark"] .which-child-program-is-right-for-you-content p,
[data-theme="dark"] .which-child-program-is-right-for-you-content ul {
    color: #c0c0c0;
}

[data-theme="dark"] .which-child-program-is-right-for-you-content a {
    color: #f0f0f0;
}

/* ── "What our students say" section (light gray bg) ── */
[data-theme="dark"] .what-our-students-say-container {
    background: #1e1e1e;
}

[data-theme="dark"] .what-our-students-say-text h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .what-our-students-say-quote-text p {
    color: #c0c0c0;
}

[data-theme="dark"] .what-our-students-say-quote-author p {
    color: #e0e0e0;
}

/* Quote callout boxes */
[data-theme="dark"] .calloutbox-border-top,
[data-theme="dark"] .calloutbox-border-top-no-photo {
    background: #1e1e1e;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .calloutbox-border-top-no-photo::before {
    background-color: #1e1e1e;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

/* Gold border on callout boxes stays — gold on dark is valid */

[data-theme="dark"] .quote p {
    color: #c0c0c0;
}

[data-theme="dark"] .quote .author-line,
[data-theme="dark"] .quote .author-title {
    color: #e0e0e0;
}

/* ── "What are your career options?" section (light gray bg) ── */
[data-theme="dark"] .what-are-your-career-options-container {
    background: #1a1a1a;
}

[data-theme="dark"] .what-are-your-career-options-content h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .what-are-your-career-options-content p,
[data-theme="dark"] .what-are-your-career-options-content ul {
    color: #c0c0c0;
}

/* ── "Gain experience" section (light gray bg) ── */
[data-theme="dark"] .gain-experience-container {
    background: #1e1e1e;
}

[data-theme="dark"] .gain-experience-text h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .gain-experience-media-pack h3,
[data-theme="dark"] .gain-experience-type-details h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .gain-experience-media-pack p,
[data-theme="dark"] .gain-experience-type-details p {
    color: #aaa;
}

[data-theme="dark"] .gain-experience-type-details a {
    color: #f0f0f0;
}

/* ── Degree tags in detail page ── */
[data-theme="dark"] .degree-tag {
    background-color: #252525;
    color: #c0c0c0;
}

[data-theme="dark"] .degree-tag:hover {
    background-color: #2e2e2e;
}

/* Gold left bar on undergraduate stays */

[data-theme="dark"] a.child-title {
    color: #c0c0c0;
    border-bottom-color: #555;
}

[data-theme="dark"] a.child-title:hover {
    color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}

/* ── "Tuition / Scholarships" section (black bg — inherently dark, minimal touch) ── */
/* Already dark — gold vertical bar and white text valid. No change needed. */

/* ── Scholarship info band (dark #252525 bg) ── */
/* Already dark — no change needed. */

/* ── "In the news" section ── */
[data-theme="dark"] .news-item h3,
[data-theme="dark"] .event-item h4 {
    color: #e0e0e0;
}

[data-theme="dark"] .side-by-side-story p {
    color: #aaa;
}

[data-theme="dark"] .event-item {
    background: #222;
}

/* ── "Classes you can take" section ── */
[data-theme="dark"] .classes-you-can-take-texts h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .classes-you-can-take-texts h3,
[data-theme="dark"] .classes-you-can-take-courses-texts h3,
[data-theme="dark"] .classes-you-can-take-courses-title-part h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .classes-you-can-take-texts p,
[data-theme="dark"] .expandable-content p {
    color: #c0c0c0;
}

/* Gold hr rule stays — gold accent on dark is valid */

/* ── "Ready to apply" section (teal bg — inherently colored, minimal touch) ── */
/* Already colored — gold circle numbers + white text: valid. No change needed. */

/* ── "Get in touch" section (light gray bg) ── */
[data-theme="dark"] .get-in-touch {
    background: #1e1e1e;
}

[data-theme="dark"] .get-in-touch-container h2,
[data-theme="dark"] .get-in-touch-left-column h2,
[data-theme="dark"] .get-in-touch-social-media-info h2,
[data-theme="dark"] .get-in-touch-contact-us-info h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .get-in-touch-left-column h3,
[data-theme="dark"] .button-social-row h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .contact-info-pack h4 {
    color: #e0e0e0;
}

[data-theme="dark"] .contact-info-pack p {
    color: #c0c0c0;
}

[data-theme="dark"] .contact-info-pack a {
    color: #f0f0f0;
}

/* Contact info button (gold bg + black text — valid pair) */

/* Ghost button */
[data-theme="dark"] .contact-info-ghost-btn {
    color: #e0e0e0;
    border-color: #fdb515;
    background: none;
}

[data-theme="dark"] .contact-info-ghost-btn:hover {
    background: #1e1e1e;
    color: #e0e0e0;
    border-color: #fff;
}

/* Social SVG icons */
[data-theme="dark"] #program-social svg {
    fill: #c0c0c0;
}

/* ── Related programs section ── */
[data-theme="dark"] .related-program-content h2 {
    color: #e0e0e0;
}

[data-theme="dark"] .related-program-content h3 {
    color: #e0e0e0;
}

[data-theme="dark"] .related-program-result-block-content h3 a {
    color: #e0e0e0;
}

[data-theme="dark"] .related-program-result-block-content p {
    color: #aaa;
}

[data-theme="dark"]
    .related-program-result-block-content-degree-type-buttons
    a {
    color: #c0c0c0;
    border-color: #444;
}

/* ── "Is this the right program for you?" CTA band ── */
[data-theme="dark"] .is-right-text-area {
    color: #c0c0c0;
}
