Interior

No notes defined.

<header>
    <a href="#main" class="tcu-skip-nav show-on-focus">Skip to main content</a>

    <!-- Global Header -->
    <style>
        :root {
            --color-primary-gradient: linear-gradient(90deg, #3c145f, #6a23a7), #3c145f
        }

        .show-for-sr,
        .tcu-visuallyhidden {
            height: 1px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important;
            clip: rect(0, 0, 0, 0) !important;
            border: 0 !important;
            white-space: nowrap !important
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 900;
            src: url(https://assets.tcu.edu/fonts/Montserrat-Black.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-Black.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 700;
            src: url(https://assets.tcu.edu/fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-ExtraBold.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: montserrat;
            font-style: normal;
            font-weight: 500;
            src: url(https://assets.tcu.edu/fonts/Montserrat-Medium.woff2) format("woff2"), url(https://assets.tcu.edu/fonts/Montserrat-Medium.woff) format("woff")
        }

        @supports (font-variation-settings:normal) {
            @font-face {
                font-display: swap;
                font-family: montserrat;
                font-stretch: 25% 151%;
                font-weight: 100 900;
                src: url(https://assets.tcu.edu/fonts/Montserrat-VariableFont_wght.woff2) format("woff2 supports variations"), url(https://assets.tcu.edu/fonts/Montserrat-VariableFont_wght.woff2) format("woff2-variations")
            }
        }

        body {
            -webkit-margin-before: 3rem;
            margin-block-start: 3rem
        }

        @media print,
        screen and (min-width:64em) {
            body {
                -webkit-margin-before: 3.5rem;
                margin-block-start: 3.5rem
            }
        }

        :target {
            scroll-margin-block: 3.5rem
        }

        .tcu-header {
            color: #fff;
            font-family: montserrat, Lucida Grande, Verdana, sans-serif;
            height: 3rem;
            left: 0;
            opacity: 1;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 10
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header {
                height: 3.5rem
            }
        }

        .tcu-header a,
        .tcu-header button {
            color: #fff
        }

        .tcu-header button {
            background: transparent;
            border: 0
        }

        .tcu-header__logo {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            -webkit-padding-start: 1.6rem;
            padding-inline-start: 1.6rem;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .tcu-header__logo,
        .tcu-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .tcu-logo {
            text-decoration: none
        }

        .tcu-logo svg {
            forced-color-adjust: preserve-parent-color;
            height: clamp(1.55rem, 1.1406976744rem + 1.0658914729vw, 2.1rem);
            -webkit-transition: height .45s ease-in;
            transition: height .45s ease-in;
            width: clamp(3.2rem, 2.3441860465rem + 2.2286821705vw, 4.35rem);
            fill: currentColor
        }

        .tcu-logo .tcu-logo__label {
            display: none;
            font-size: .7rem;
            font-style: normal;
            font-weight: 800;
            letter-spacing: 2.8px;
            line-height: normal;
            text-transform: uppercase;
            -webkit-padding-start: clamp(.9rem, -.0302325581rem + 2.4224806202vw, 2.15rem);
            padding-inline-start: clamp(.9rem, -.0302325581rem + 2.4224806202vw, 2.15rem)
        }

        @media print,
        screen and (min-width:48em) {
            .tcu-logo .tcu-logo__label {
                display: block
            }
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-logo .tcu-logo__label {
                font-size: .8rem;
                letter-spacing: .16rem
            }
        }

        .tcu-header__content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-inline: auto;
            position: relative;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            background: -webkit-gradient(linear, left top, right top, from(#3c145f), to(#6a23a7)), #3c145f;
            background: linear-gradient(90deg, #3c145f, #6a23a7), #3c145f;
            justify-content: space-between;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        ._is-active .tcu-header__content {
            background: transparent
        }

        .tcu-header__nav {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            font-size: .8rem;
            justify-content: flex-end;
            text-transform: uppercase
        }

        .tcu-header__nav,
        .tcu-search__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .tcu-search__button {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: .4rem;
            padding-inline: 16px
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-search__button {
                padding-inline: 1.2rem
            }
        }

        .tcu-header__label {
            display: none;
            text-transform: uppercase
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header__label {
                display: block
            }
        }

        .tcu-burger-menu,
        .tcu-search__button {
            cursor: pointer;
            height: 3rem;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media print,
        screen and (min-width:64em) {

            .tcu-burger-menu,
            .tcu-search__button {
                height: 3.5rem
            }
        }

        @media (forced-colors:active) {

            .tcu-burger-menu:hover,
            .tcu-search__button:hover {
                color: ButtonText;
                text-decoration: underline
            }
        }

        .tcu-burger-menu {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-preferred-size: auto;
            border: 0;
            flex-basis: auto;
            -webkit-padding-start: .8rem;
            padding-inline-start: .8rem;
            -webkit-padding-end: 1.6rem;
            padding-inline-end: 1.6rem
        }

        .tcu-burger-menu .tcu-burger-menu__toggle-label {
            display: none;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            -webkit-margin-start: 8px;
            margin-inline-start: 8px
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-burger-menu .tcu-burger-menu__toggle-label {
                display: block
            }
        }

        .tcu-burger-menu__box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 3rem;
            position: relative;
            width: 2rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-burger-menu__box {
                height: 3.5rem
            }
        }

        .tcu-burger-menu__box-inner {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transition: width .2s ease, -webkit-transform .4s ease;
            transition: width .2s ease, -webkit-transform .4s ease;
            transition: width .2s ease, transform .4s ease;
            transition: width .2s ease, transform .4s ease, -webkit-transform .4s ease;
            width: 1rem
        }

        .tcu-burger-menu__box-inner,
        .tcu-burger-menu__box-inner:after,
        .tcu-burger-menu__box-inner:before {
            background-color: currentColor;
            border-radius: .2rem;
            content: "";
            display: block;
            forced-color-adjust: preserve-parent-color;
            height: .1rem
        }

        .tcu-burger-menu__box-inner:after,
        .tcu-burger-menu__box-inner:before {
            position: absolute;
            -webkit-transition: top .4s ease, bottom .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            transition: top .4s ease, bottom .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            transition: top .4s ease, bottom .4s ease, transform .4s ease, opacity .2s ease;
            transition: top .4s ease, bottom .4s ease, transform .4s ease, opacity .2s ease, -webkit-transform .4s ease;
            width: 1.5rem
        }

        .tcu-burger-menu__box-inner:before {
            top: -.4rem
        }

        .tcu-burger-menu__box-inner:after {
            bottom: -.4rem
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 1.5rem
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner:before {
            opacity: 0;
            top: 0
        }

        .tcu-burger-menu__box._is-active .tcu-burger-menu__box-inner:after {
            bottom: 0;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .tcu-header._is-active {
            background: #6a23a7;
            padding: 0
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active {
                background: transparent
            }
        }

        .tcu-header._is-active .tcu-header__content {
            padding: 0
        }

        .tcu-header._is-active .tcu-header__content:before {
            opacity: 0;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

        .tcu-header._is-active .tcu-header__logo {
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            padding: 0
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active .tcu-header__logo {
                -webkit-box-flex: 4;
                -ms-flex: 4;
                flex: 4
            }
        }

        @media screen and (min-width:75em) {
            .tcu-header._is-active .tcu-header__logo {
                -webkit-box-flex: 3;
                -ms-flex: 3;
                flex: 3
            }
        }

        .tcu-header._is-active .tcu-header__logo a {
            text-decoration: none
        }

        .tcu-header._is-active .tcu-header__logo .tcu-logo__label {
            display: none;
            text-decoration: none
        }

        .tcu-header._is-active .tcu-header__nav {
            background: #6a23a7;
            z-index: 3;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media print,
        screen and (min-width:64em) {
            .tcu-header._is-active .tcu-header__nav {
                -webkit-box-flex: 4;
                -ms-flex: 4;
                flex: 4
            }
        }

        .tcu-header._is-active .tcu-burger-menu {
            background: #4d1979;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        @media (forced-colors:active) {
            .tcu-header._is-active .tcu-burger-menu:hover {
                text-decoration: underline
            }
        }

        .tcu-header._is-active .tcu-search__button {
            padding-inline: 24px
        }

        .tcu-header._is-active .tcu-search__button-label {
            display: block;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }
    </style>

    <!-- begin TCU global nav -->
    <section class="tcu-header" aria-label="TCU global header">
        <div class="tcu-header__content">
            <div class="tcu-header__logo">
                <a class="tcu-logo" href="https://www.tcu.edu/" aria-label="Go to TCU homepage" rel="nofollow">
                    <svg id="tcu-header-logo" viewBox='0 0 42 21' alt="">
                        <path d='M39.315 17.57a.668.668 0 1 1 0 1.336.668.668 0 0 1 0-1.337Zm0 1.477a.8.8 0 0 0 .81-.797.794.794 0 0 0-.81-.798.8.8 0 0 0-.81.798.816.816 0 0 0 .81.797Zm.14-.762c.118 0 .247-.07.247-.246 0-.188-.152-.235-.305-.235h-.375v.903h.129v-.422h.164l.235.422h.152l-.246-.422Zm-.093-.352c.106 0 .2.012.2.117 0 .118-.165.106-.294.106h-.129v-.223h.223ZM12.69.434C6.017 1.326.67 3.683.446 3.777l-.118.058L0 3.988v7.037l.786-.375.27-.13a42.53 42.53 0 0 1 2.662-1.125l.117-.047.364-.13v-2.31c.21-.07.41-.14.598-.21v8.022c-.47.187-.903.375-1.314.55l-.117.048-.328.14v4.798l.797-.388.27-.129a49.174 49.174 0 0 1 6.087-2.44l.13-.034.398-.118v-4.445l-.704.211-.246.07c-.27.083-.551.165-.821.247V5.442c.223-.058.434-.105.633-.152v2.263l.68-.152.235-.059a40.28 40.28 0 0 1 2.416-.48l.164-.024.458-.082V.293l-.622.083-.223.058ZM23.492.281 23.34.13l-.212-.012h-.058A24.274 24.274 0 0 0 20.525 0c-1.29 0-2.3.082-2.51.094h-.059l-.211.012-.152.152-3.073 3.155-.153.164v9.173l.153.164 2.885 3.061.188.2.27-.024.093-.011a31.677 31.677 0 0 1 2.522-.094c.903 0 1.736.035 2.463.105l.082.012.27.035.187-.2 3.014-3.084.153-.164V9.547l-.493-.059-3.037-.34-.61-.07v1.852c-.223.223-.622.622-.856.845a34.685 34.685 0 0 0-1.126-.024c-.505 0-.962.012-1.302.023-.188-.199-.481-.504-.657-.691V5.3c.094-.094.223-.234.364-.375.234-.246.492-.516.656-.68.317-.012.634-.012.939-.012.305 0 .61 0 .891.012.27.258.798.797 1.067 1.067v1.572l.493.047 3.038.305.61.058V3.59l-.153-.164L23.492.28Zm18.192 4.106-.106-.047c-1.513-.75-3.33-1.455-5.383-2.065l-.258-.07-.704-.2v4.446l.375.129c.212.07.493.164.716.234v7.061c-.211.188-.563.48-.798.692-.48-.176-1.36-.516-1.747-.657-.211-.352-.704-1.16-.892-1.478V5.806c.329.082.657.164.68.176l.693.176v-4.41l-.434-.094-.141-.035A53.064 53.064 0 0 0 28.255.55l-.211-.035-.634-.094V4.75l.481.07.164.024h.012c.094.012.281.035.54.082v8.538l.082.13 2.287 3.788.117.188.211.058.07.024c.364.105 2.323.68 4.352 1.688l.117.06.328.163.282-.246 3.859-3.33.187-.165V8.527l.422.21.282.142.797.398V4.563l-.316-.176Z' />
                    </svg>
                    <span class="tcu-logo__label">Texas Christian University</span>
                </a>
            </div>

            <div class="tcu-header__nav">
                <?php
				if (!isset($GLOBALS["hide_search"]) || $GLOBALS["hide_search"] != true) {

				// If $GLOBALS['site_scoping'] boolean is set, convert to a string for $site_scoping
				// Default to 'true'
				$site_scoping = isset($GLOBALS['site_scoping']) ? var_export($GLOBALS['site_scoping'], true) : 'true';
			?>
                <button class="tcu-search__button" aria-label="Search" data-tcu-search data-type="modal" data-site-scoping="<?php echo $site_scoping; ?>">
                    <svg focusable="false" width='19' height='20' viewBox='0 0 19 20' fill='none'>
                        <g stroke='currentColor' stroke-width='2'>
                            <circle cx='7.199' cy='7.199' r='6.199' />
                            <path stroke-linecap='round' d='m11.52 12.239 6.48 6.48' />
                        </g>
                    </svg>
                    <span class="tcu-header__label">Search</span>
                </button>
                <?php } ?>

                <?php if (!isset($GLOBALS["hide_nav"]) || $GLOBALS["hide_nav"] != true) { ?>
                <button class="tcu-burger-menu" aria-haspopup="true" aria-expanded="false">
                    <span class="tcu-burger-menu__box">
                        <span class="tcu-burger-menu__box-inner"></span>
                    </span>
                    <span class="show-for-sr">Expand TCU Navigation Menu</span>
                    <span class="tcu-header__label tcu-burger-menu__toggle-label" aria-hidden="true">Menu</span>
                </button>
                <?php } ?>
            </div>
        </div>
    </section>

    <?php if (!isset($GLOBALS["hide_search_script"]) || $GLOBALS["hide_search_script"] != true) { ?>
    <script type="module" crossorigin src="https://assets.tcu.edu/js/search/v1.5.1/main.js"></script>
    <?php } ?>

    <?php if (!isset($GLOBALS["hide_nav"]) || $GLOBALS["hide_nav"] != true) { ?>
    <script>
        window.addEventListener('DOMContentLoaded', function() {
            (() => {
                var burgerBox, navMenuButtons, navigationMenuPanel, headerWrapper = document.querySelector(".tcu-header"),
                    navInterface = document.querySelector(".tcu-nav"),
                    burgerMenuButton = document.querySelector(".tcu-burger-menu");

                function closeAllDropdownMenus(dropDownButton) {
                    dropDownButton.forEach(function(button) {
                        button = button.parentNode.parentNode;
                        button.querySelectorAll("[aria-expanded]").forEach(function(el) {
                            return el.setAttribute("aria-expanded", "false")
                        }), button.querySelectorAll("[aria-hidden]").forEach(function(el) {
                            return el.setAttribute("aria-hidden", "true")
                        }), button.querySelectorAll(".show-for-sr").forEach(function(el) {
                            el.textContent.includes("Contract") && (el.textContent = el.textContent.replace("Contract", "Expand"))
                        })
                    })
                }

                function toggleAriaAttributes(activeButton, menuList, isExpanded) {
                    activeButton.setAttribute("aria-expanded", isExpanded ? "false" : "true"), menuList && menuList.setAttribute("aria-hidden", isExpanded ? "true" : "false"), isExpanded && !activeButton.classList.contains("tcu-burger-menu") && closeAllDropdownMenus(menuList.querySelectorAll("button"))
                }

                function updateButtonDescription(buttonDescription, isExpanded) {
                    buttonDescription && (buttonDescription.textContent = isExpanded ? buttonDescription.textContent.replace("Contract", "Expand") : buttonDescription.textContent.replace("Expand", "Contract"))
                }
                headerWrapper && navInterface ? (burgerBox = document.querySelector(".tcu-burger-menu__box"), navMenuButtons = document.querySelector(".tcu-nav__main-menu").querySelectorAll("button"), navigationMenuPanel = document.querySelector(".tcu-nav__menu-panel"), closeAllDropdownMenus(navMenuButtons), burgerMenuButton.addEventListener("click", function() {
                    var isExpanded = "true" === burgerMenuButton.getAttribute("aria-expanded");
                    isExpanded && (closeAllDropdownMenus(navMenuButtons), navInterface.classList.add("_animation-completed")), toggleAriaAttributes(burgerMenuButton, navInterface, isExpanded), updateButtonDescription(burgerMenuButton.querySelector(".show-for-sr"), isExpanded), headerWrapper.classList.toggle("_is-active"), navInterface.classList.toggle("_is-active"), burgerBox.classList.toggle("_is-active"), document.body.classList.toggle("tcu-nav__is-open"), navigationMenuPanel.scrollTop = 0
                }), navMenuButtons.forEach(function(button) {
                    button.addEventListener("click", function() {
                        var target, menuItems, buttonDescription, isExpanded;
                        menuItems = (target = this).parentNode.parentNode.querySelector(".tcu-nav__dropdown-menu"), buttonDescription = target.querySelector(".show-for-sr"), isExpanded = "true" === target.getAttribute("aria-expanded"), toggleAriaAttributes(target, menuItems, isExpanded), updateButtonDescription(buttonDescription, isExpanded)
                    })
                }), document.addEventListener("keydown", function(e) {
                    var firstFocusableEl, focusableEls;
                    !document.body.classList.contains("tcu-nav__is-open") || "Tab" !== e.key && 9 !== e.keyCode || 0 === (focusableEls = (() => {
                        var focusableEls = [];
                        return [headerWrapper, navInterface].forEach(function(container) {
                            container.querySelectorAll('a[href]:not([disabled]), button:not([disabled]), textarea:not([disabled]), input[type="text"]:not([disabled]), input[type="search"]:not([disabled]), input[type="radio"]:not([disabled]), input[type="checkbox"]:not([disabled]), select:not([disabled])').forEach(function(el) {
                                null !== el.offsetParent && focusableEls.push(el)
                            })
                        }), focusableEls
                    })()).length || (firstFocusableEl = focusableEls[0], focusableEls = focusableEls[focusableEls.length - 1], e.shiftKey ? document.activeElement === firstFocusableEl && (focusableEls.focus(), e.preventDefault()) : document.activeElement === focusableEls && (firstFocusableEl.focus(), e.preventDefault()))
                })) : burgerMenuButton && (burgerMenuButton.style.display = "none")
            })();
        });
    </script>
    <?php } ?>

    <!-- end of global TCU nav include -->
    <?php include_once __DIR__ . '/_alerts.php'; ?>

    <!-- Local Nav -->
    <div class="tcu-nav ">
        <div class="tcu-nav__menu-panel">
            <nav class="tcu-nav__menu">
                <ul class="tcu-nav__main-menu">
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">About</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract About Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Quick Facts</a></li>
                            <li><a href="#">Our History</a></li>
                            <li><a href="#">Mission, Vision &amp; Values</a></li>
                            <li><a href="#">Our Campus</a></li>
                            <li><a href="#">Traditions</a></li>
                            <li class="tcu-nav__has-dropdown">
                                <div class="tcu-nav__dropdown-title-wrapper">
                                    <a href="#">Leadership</a>
                                    <button class="tcu-nav__nesting-button" aria-haspopup="true" aria-expanded="true">
                                        <div class="tcu-nav__nesting-button-icon">
                                            <span class="show-for-sr">Contract Leadership Menu</span>
                                        </div>
                                    </button>
                                </div>
                                <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                                    <li><a href="#">Our Chancellor</a></li>
                                    <li><a href="#">Our President</a></li>
                                    <li><a href="#">Our Provost</a></li>
                                    <li><a href="#">Board of Trustees</a></li>

                                </ul>

                            </li>
                            <li><a href="#">Diversity, Equity &amp; Inclusion</a></li>
                            <li><a href="#">Strategic Plan</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Academics</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Academics Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Majors &amp; Programs</a></li>
                            <li><a href="#">Colleges &amp; Schools</a></li>
                            <li><a href="#">Centers &amp; Institutes</a></li>
                            <li><a href="#">Study Abroad</a></li>
                            <li><a href="#">Career Center</a></li>
                            <li><a href="#">Library</a></li>
                            <li><a href="#">Academic Calendars</a></li>
                            <li><a href="#">Course Catalogs</a></li>
                            <li><a href="#">Research</a></li>
                            <li><a href="#">Phi Beta Kappa</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Admission &amp; Aid</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Admission and Aid Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Undergraduate</a></li>
                            <li><a href="#">Graduate</a></li>
                            <li><a href="#">International</a></li>
                            <li><a href="#">Tuition &amp; Cost</a></li>
                            <li><a href="#">Scholarships</a></li>
                            <li><a href="#">Financial Aid</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Campus Life</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Campus Life Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">Housing &amp; Dining</a></li>
                            <li><a href="#">Clubs &amp; Organizations</a></li>
                            <li><a href="#">Health &amp; Wellness</a></li>
                            <li><a href="#">Arts &amp; Culture</a></li>
                            <li><a href="#">Diversity &amp; Inclusion</a></li>
                            <li><a href="#">Spiritual Life</a></li>
                            <li><a href="#">Life In Fort Worth</a></li>
                            <li><a href="#">Campus Safety</a></li>
                        </ul>
                    </li>
                    <li class="tcu-nav__category">
                        <div class="tcu-nav__category-title-wrapper">
                            <a href="#">Athletics</a>
                            <button class="tcu-nav__category-button" aria-haspopup="true" aria-expanded="true">
                                <div class="tcu-nav__category-button-icon">
                                    <span class="show-for-sr">Contract Athletics Menu</span>
                                </div>
                            </button>
                        </div>
                        <ul class="tcu-nav__dropdown-menu" aria-hidden="false">
                            <li><a href="#">GoFrogs.com</a></li>
                            <li><a href="#">Frog Club</a></li>
                            <li><a href="#">Tickets</a></li>
                            <li><a href="#">HFTV</a></li>
                            <li><a href="#">Licensing</a></li>
                        </ul>
                    </li>
                </ul>
                <div class="tcu-nav__secondary-menu">
                </div>
                <div class="tcu-nav__tertiary-menu">
                </div>
            </nav>
        </div>
        <div class="tcu-static-panel-wrapper">
            <div class="tcu-static-panel">
                <div class="tcu-static-panel__cta">
                    <div class="tcu-static-panel__cta-title">
                        <a href="#">
                            <img src="https://admissions.tcu.edu/_resources/images/svg/Admission-wordmark.svg" alt="TCU Office of Admission" />
                        </a>
                    </div>
                </div>

                <div class="tcu-static-panel__footer">
                    <div class="tcu-static-panel__footer-logo">
                        <a class="tcu-logo" href="https://www.tcu.edu/" aria-label="Go to TCU homepage" rel="nofollow">
                            <svg>
                                <title>TCU Logo</title>
                                <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#tcu-header-logo" href="#tcu-header-logo"></use>
                            </svg>
                            Visit TCU.edu </a>
                    </div>
                    <div class="tcu-static-panel__footer-icons">
                    </div>
                </div>
            </div>
        </div>
    </div>

    <noscript>
        <style>
            .tcu-nav {
                height: unset !important;
                position: relative !important;
                opacity: 1 !important;
                visibility: visible !important;
            }

            .tcu-nav__menu-panel {
                height: unset !important;
            }

            .tcu-nav__main-menu {
                opacity: 1 !important;
            }

            .tcu-nav__secondary-menu {
                opacity: 1 !important;
            }

            .tcu-static-panel {
                position: relative !important;
            }

            .tcu-static-panel__cta-title {
                opacity: 1 !important;
            }

            .tcu-nav .button-group {
                opacity: 1 !important;
            }

            .tcu-static-panel__footer {
                opacity: 1 !important;
            }
        </style>
    </noscript>

    <!-- Site Header -->
    <section class="tcu-site-name">
        <div class="tcu-site-name__inner">
            <div class="tcu-site-name__heading" itemprop="name"><a href="#">College Name</a></div>
        </div>
    </section>
</header>

<div class="tcu-layout-container">
    <!-- Main Content -->
    <main class="tcu-content-wrapper">
        <div class="tcu-page-heading">
            <div class="tcu-page-heading__inner">
                <nav aria-label="Breadcrumb" role="navigation">
                    <ol itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumbs">
                        <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                            <a itemprop="item" href="#"><span itemprop="name">College of Education</span>
                                <meta itemprop="position" content="1" />
                            </a>
                        </li>
                        <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                            <a itemprop="item" href="#"><span itemprop="name">About</span>
                                <meta itemprop="position" content="2" />
                            </a>
                        </li>
                        <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
                            <span itemprop="name">Page Name</span>
                            <meta itemprop="position" content="3" />
                        </li>
                    </ol>
                </nav>
                <h1>Heading 1</h1>
            </div>
        </div>

        <div class="tcu-maincontent tcu-layout">
            <a tabindex="-1" id="main"><span class="tcu-visuallyhidden">Main Content</span></a>
            <!-- Page Header -->

            <p class="tcu-interior-hero__text tcu-sub-headline">Before commencement you must complete the following easy steps to graduation:</p>
            <picture class="tcu-interior-hero__image">
                <source media="(min-width: 600px)" srcset="https://assets.tcu.edu/cornerstone/images/1000x600-grad.jpg" />
                <img src="https://assets.tcu.edu/cornerstone/images/640x640-grad.jpg" alt="two girls moving their tassels to the side" />
            </picture>

            <h2>9th and 10th Grade Parents or Family Members</h2>

            <ul>

                <li>Talk with your student about college plans and what career they wish to pursue.</li>

                <li>Stay connected with student’s school work, grades and their testing skills.</li>

                <li>Encourage your student to take challenging classes they can handle such as Pre-AP/AP/Honors/IB.&nbsp;Work
                    with&nbsp;your student to seek tutorial sessions when needed.<br><a title="AP Courses and Exams" href="http://apcentral.collegeboard.com/apc/public/courses/index.html">AP Courses and Exams</a></li>

                <li>Be aware if your student is on track for all standardized tests such as the PSAT,
                    SAT and ACT—Encourage your student to pick up information from their high school counselor’s
                    office and/or&nbsp;<a title="Collegeboard.com" href="http://www.collegeboard.com/">Collegeboard.com</a></li>

                <li>Talk with your student about a financial savings plan for college and begin the actual
                    savings account if not yet established.&nbsp;<a href="https://www.nerdwallet.com/blog/investing/the-best-future-for-your-child-college-savings-strategies/">College
                        Saving Strategies: A Guide for Parents</a></li>

                <li>Become acquainted with FAFSA (Free Application for Federal Student Aid)</li>

                <li>Work with your student and seek information about college nights or events when college
                    representatives will visit their school. Talk to your student about the information
                    they've collected on colleges of interest. Help them research different college/university
                    websites for an overview of the school regarding types of majors, location, social
                    aspects and other areas of importance when choosing a college—information can be found
                    in their high school counselor’s office.<br><a title="National College Fairs Resource" href="https://www.nacacfairs.org/?_ga=1.90867871.466915677.1493409026">National College Fairs Resource</a></li>

                <li>Plan a visit to a college or university with your student during their high school
                    spring break or summer.
                </li>

            </ul>

            <div class="tcu-pull-quote tcu-component">
                <div class="tcu-pull-quote__inner">
                    <div class="tcu-pull-quote__top-border"></div>
                    <figure class="tcu-pull-quote__content">
                        <div class="tcu-pull-quote__image">
                            <img src="https://assets.tcu.edu/cornerstone/images/building-380x200.jpg" alt="Exterior of TCU Human Resources building" loading="lazy" aria-labelledby="tcu-pull-quote-credit" />
                        </div>
                        <div class="tcu-pull-quote__text">

                            <!-- With hammerhead -->
                            <h2 class="tcu-pull-quote__hammerhead tcu-hammerhead">Preparing Global Citizens</h2>
                            <blockquote class="tcu-pull-quote__quote">“It’s very important as a student to know what you want to do and your passion. Being a student, you have to realize that you’re never going be a master of that; you’re always going to be learning different things and learning new aspects of your study.”</blockquote>

                            <!-- Credit -->
                            <figcaption>
                                <p id="tcu-pull-quote-credit" class="tcu-pull-quote__credit">
                                    <span>Janae Jackson ’22</span>
                                    <span>Political Science & CRES Major from Fort Worth</span>
                                </p>
                            </figcaption>
                            <!-- CTA -->

                            <a href="#" class="button ">
                                Be a Horned Frog
                            </a>
                        </div>
                    </figure>
                    <div class="tcu-pull-quote__bottom-border">
                    </div>
                </div>
            </div>

            <h3>Parents of Applicants and Admitted Students</h3>

            <p>While students are the ones attending college, parents play an important role in the
                selection and application process. Get informed about the details and your child will
                appreciate your expertise.
            </p>

            <p>Applying is only half the college admission process. Once your student is admitted,
                there’s plenty left to do.&nbsp;
            </p>

            <hr />

            <ol>

                <li>Enrollment Deposit

                    <ul>

                        <li>This payment lets your selected college know that you plan to enroll at that institution.
                            At TCU, admitted students who want to enroll must by a $500 <strong>nonrefundable enrollment deposit</strong> by
                            <strong>June 1</strong>. This is applied toward your student’s first bill, and essentially acts as a first
                            payment.&nbsp;The enrollment deposit is made on the <a href="http://my.tcu.edu">MyTCU Portal</a>, by <a href="/connect.php">calling the Office of Admission</a> with a credit card number, or in person by delivering
                            a check to <a href="/connect.php">TCU's Office of Admission</a>.<br><br>
                        </li>

                    </ul>

                </li>

                <li>Vaccinations

                    <ul>

                        <li>All incoming students under the age of 22 must provide record of a meningitis vaccination
                            administered within the past five years. Submitting your vaccination records to the
                            TCU Health Center allows access to the housing application. Please ask your student’s
                            pediatrician to use the <a href="https://healthcenter.tcu.edu/forms/">TCU's Official Form</a>.<br><br>The State
                            of Texas Senate Bill 1107 requires all incoming college and university students
                            under the age of 22 to receive the bacterial meningitis vaccine. For more information,
                            please visit <a href="https://healthcenter.tcu.edu/">TCU's Health Center</a>.<br><br></li>

                    </ul>

                </li>

                <li>Financial Aid

                    <ul>

                        <li>All students who submit the CSS Profile and FAFSA will receive a financial aid package.
                            Financial Aid is a tile on the <a href="http://my.tcu.edu">MyTCU Portal</a>&nbsp;and contains information for
                            all of the scholarship, grants and loans offered by
                            TCU to your student. You can easily accept these offers on the portal. If you’d like
                            to talk to someone in <a href="https://financialaid.tcu.edu">Financial Aid</a> anytime during the application or
                            enrollment process, send them an email at <span><a href="mailto:financialaid@tcu.edu">financialaid@tcu.edu</a></span> or give them a call at (817)
                            257-7858.&nbsp;<br><br></li>

                    </ul>

                </li>

                <li>Housing

                    <ul>

                        <li>TCU requires all first-and-second year students to live on campus. But with the amenities
                            and comfort provided by our residence halls, many try to live on campus for all four
                            years.<br><br>Once admitted students make the enrollment deposit and submit vaccination records,
                            they'll be eligible to complete the housing application. There are opportunities to
                            specify a roommate, or TCU is happy to match roommates based on responses from the
                            housing application. We’ve been doing it for about 100 years and we’ve gotten pretty
                            good at matching roommates that result in lifelong friendships.<br><br>Extended housing is an opportunity that
                            many students take advantage of as a way to
                            save money. Three students become roommates instead of the traditional two, and as
                            a result the cost of housing is reduced. During the summer, students may sign up for
                            extended housing.
                        </li>

                    </ul>

                </li>

            </ol>

            <div class="tcu-sidebar-menu">
                <div class="tcu-sidebar-menu__title-wrapper">
                    <p class="tcu-sidebar-menu__title">
                        <a href="/compliance/index.php">Compliance</a>
                    </p>
                    <button class="tcu-sidebar-menu__arrow" aria-haspopup="true" aria-expanded="true">
                        <svg focusable="false" height="16" width="16" viewBox="-77 10 20 11">
                            <path d="M-58.7 10.3l-8.3 8.3-8.3-8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l9 9c.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z"></path>
                        </svg>
                        <span class="show-for-sr">Contract Compliance Menu</span>
                    </button>
                </div>

                <div class="tcu-sidebar-menu__wrapper" aria-hidden="false">
                    <ul class="tcu-sidebar-menu__items">
                        <li><a href="/compliance/officers.php">Compliance Officers</a></li>
                        <li><a href="/compliance/clery-act.php">Clery Act</a></li>
                        <li><a href="/compliance/legal-disclosures.php">Legal Disclosures</a></li>
                        <li><a href="/compliance/notice-of-nondiscrimination.php">Notice of Nondiscrimination</a></li>
                        <li class="tcu-sidebar__submenu current-page-parent"><a href="/compliance/policies/index.php">Policies</a>
                            <button class="tcu-sidebar-menu__arrow" aria-haspopup="true" aria-expanded="true">
                                <svg focusable="false" height="16" width="16" viewBox="-77 10 20 11">
                                    <path d="M-58.7 10.3l-8.3 8.3-8.3-8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l9 9c.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z"></path>
                                </svg>
                                <span class="show-for-sr">Contract Policies Menu</span>
                            </button>

                            <ul class="tcu-sidebar__submenu-items" aria-hidden="false">
                                <li class="tcu-sidebar__submenu current-page-item"><a href="/race-reconciliation-initiative/about/index.php">About
                                        RRI</a><button class="tcu-sidebar-menu__arrow" aria-haspopup="true" aria-expanded="true">
                                        <svg focusable="false" height="16" width="16" viewBox="-77 10 20 11">
                                            <path d="M-58.7 10.3l-8.3 8.3-8.3-8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l9 9c.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z"></path>
                                        </svg>
                                        <span class="show-for-sr">Contract About RRI Menu</span>
                                    </button>
                                    <ul class="tcu-sidebar__submenu-items" aria-hidden="false">
                                        <li><a href="/race-reconciliation-initiative/about/meet-our-team.php">Meet Our
                                                Team</a></li>
                                        <li><a href="/race-reconciliation-initiative/about/join-our-journey.php">Join
                                                Our Journey</a></li>
                                        <li><a href="/race-reconciliation-initiative/about/five-year-plan.php">Five-Year
                                                Plan</a></li>
                                        <li><a href="/race-reconciliation-initiative/about/plume-award.php">Plume
                                                Award</a></li>
                                        <li><a href="/race-reconciliation-initiative/about/books.php">Books</a></li>
                                        <li><a href="/race-reconciliation-initiative/about/faqs.php">FAQs</a></li>
                                    </ul>
                                </li>
                                <li><a href="https://anchor.fm/tcurri/episodes/Reconcile-This-ep2mp6">Podcast</a></li>
                                <li><a href="/race-reconciliation-initiative/news/2021-town-hall-meetings.php">Events</a>
                                </li>
                                <li><a href="/race-reconciliation-initiative/news/2021-town-hall-meetings.php">Town Hall
                                        Meetings</a></li>
                            </ul>
                        </li>
                        <li><a href="/compliance/privacy.php">Privacy</a></li>
                        <li><a href="/compliance/titleix.php" aria-label="Title IX Overview">Title IX</a></li>
                        <li class="tcu-sidebar__submenu"><a href="/access-accommodation-cornerstone/dashboard/index.php">Dashboard</a>
                            <button class="tcu-sidebar-menu__arrow" aria-haspopup="true" aria-expanded="true">
                                <svg focusable="false" height="16" width="16" viewBox="-77 10 20 11">
                                    <path d="M-58.7 10.3l-8.3 8.3-8.3-8.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l9 9c.4.4 1 .4 1.4 0l9-9c.4-.4.4-1 0-1.4-.4-.4-1-.4-1.4 0z"></path>
                                </svg>
                                <span class="show-for-sr">Contract Dashboard Menu</span>
                            </button>
                            <ul class="tcu-sidebar__submenu-items">
                                <li><a href="/access-accommodation-cornerstone/dashboard/process.php">Process</a></li>
                                <li><a href="/access-accommodation-cornerstone/dashboard/appointments.php">Appointments</a></li>
                                <li><a href="/access-accommodation-cornerstone/dashboard/rights-responsibilities.php">Rights &amp; Responsibilities</a></li>
                                <li><a href="/access-accommodation-cornerstone/dashboard/intake.php">Intake Forms</a></li>
                                <li><a href="/access-accommodation-cornerstone/dashboard/academic-coaching.php">Academic Coaching</a></li>
                                <li><a href="https://bachelor.accessiblelearning.com/TCU">Online Portal</a></li>
                                <li><a href="https://deanofstudents.tcu.edu/student-handbook/">Student Handbook Code of Conduct</a></li>
                            </ul>
                        </li>
                        <li><a href="/compliance/training.php">Training</a></li>
                    </ul>
                </div>
            </div>
            <a class="button expanded" href="#9-10">Info for 9th and 10th Grade</a>
            <a class="button expanded" href="#11">Info for 11th Grade</a>
            <a class="button expanded" href="#app-admit">Info for Applicants and Admitted Students</a>
            <div class="tcu-image-card tcu-image-card--sidebar tcu-component _dark">

                <div class="tcu-image-card__image image-flair-alt">
                    <img src="https://placeholdit.com/500x334" alt="image Description" width="500" height="334">
                </div>
                <div class="tcu-image-card__content">

                    <div class="tcu-image-card__title">
                        <p class="h2">Headline</p>
                    </div>

                    <div class="tcu-image-card__description">
                        <p>Main Text</p>
                    </div>

                    <div class="tcu-image-card__button">

                        <a href="https://www.tcu.edu" class="button ">
                            Button Text
                        </a>
                    </div>
                </div>
            </div>
        </div>
    </main>
</div>

<!-- Footer -->
<footer class="tcu-footer">
    <div class="tcu-footer__inner">
        <!-- Scroll to top -->
        <button class="tcu-back-to-top" onclick="window.scrollTo({top: 0,behavior: 'smooth'});setTimeout(()=>{document.getElementById('main').focus()},300)">
            <div class="tcu-back-to-top__arrow">
                <svg aria-hidden="true" focusable="false">
                    <title>Up Arrow</title>
                    <use href="#icon-top-arrow" />
                </svg>
            </div>
            <span>Back to Top</span>
            <div class="tcu-back-to-top__focus-arrow">
                <svg aria-hidden="true" focusable="false">
                    <title>Up Arrow</title>
                    <use href="#icon-top-long-arrow" />
                </svg>
            </div>
        </button>

        <!-- Local Footer -->
        <div class="tcu-local-footer">
            <div class="tcu-local-footer__cell">
                <a aria-label="Go back to the main TCU homepage" class="tcu-logo" href="/">
                    <img width="176" src="https://admissions.tcu.edu/_resources/images/svg/Admission-wordmark.svg" alt="TCU Logo" /><span class="tcu-visuallyhidden">TCU</span>
                </a>
                <div class="tcu-local-footer__social">
                    <p class="tcu-local-footer__heading">Follow Us</p>
                    <ul>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Facebook</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook" href="#icon-facebook">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>TikTok</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-tiktok" href="#icon-tiktok"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Instagram</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-instagram" href="#icon-instagram">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>X</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter-x" href="#icon-twitter-x">
                                    </use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>Threads</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-threads" href="#icon-threads"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>YouTube</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-youtube" href="#icon-youtube"></use>
                                </svg>
                            </a>
                        </li>
                        <li>
                            <a href="#">
                                <svg>
                                    <title>LinkedIn</title>
                                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-linkedin" href="#icon-linkedin">
                                    </use>
                                </svg>
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

            <div class="tcu-local-footer__cell has-icons">

                <svg class="tcu-location-pin-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-location-pin-icon" href="#icon-location-pin-icon"></use>
                </svg>
                <p>3301 Bellaire Drive North<br> Fort Worth, Texas 76109<br><a class="" href="https://goo.gl/maps/C9wxuNnjQA82" title="" target="_blank" rel="noopener">Get Directions</a></p><svg class="tcu-phone-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-phone-icon" href="#icon-phone-icon"></use>
                </svg>
                <p>TOLL-FREE: 800-828-3764<br> DIRECT: 817-257-7490<br> FAX: 817-257-7268</p>
                <svg class="tcu-mail-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-mail-icon" href="#icon-mail-icon"></use>
                </svg>
                <p>TCU Office of Admission<br> TCU Box 297013<br> Fort Worth, Texas 76129</p><svg class="tcu-email-icon" focusable="false" height="30" width="30">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-email-icon" href="#icon-email-icon"></use>
                </svg>
                <p><a href="mailto:frogmail@tcu.edu">frogmail@tcu.edu</a></p>

            </div>

            <div class="tcu-local-footer__cell">
                <p class="tcu-local-footer__heading">Quick Links</p>
                <ul class="no-bullet">
                    <li><a href="#">Horned Frog Blog</a></li>
                    <li><a href="#">Scholarships & Financial Aid</a></li>
                    <li><a href="#">Housing & Residence Life</a></li>
                    <li><a href="#">Dining</a></li>
                    <li><a href="#">Orientation & Frog Camp</a></li>
                    <li><a href="#">Course Catalog</a></li>
                    <li><a href="#">Student Activities</a></li>
                </ul>
                <p><a class="button solid" href="#">Give</a></p>
            </div>
        </div>

        <!-- Global Footer -->
        <style>
            .tcu-global-footer {
                background: #4d1979;
                color: #fff;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                font-size: .8rem;
                justify-content: space-between;
                padding: .05rem 1.6rem
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-global-footer {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    text-align: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    gap: 0 1rem;
                    justify-content: space-between
                }
            }

            .tcu-global-footer a {
                color: #fff;
                text-decoration: none
            }

            .tcu-global-footer a:hover {
                text-decoration: underline
            }

            .tcu-global-footer>* {
                -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto
            }

            @media screen and (min-width:83.125em) {
                .tcu-global-footer>* {
                    -webkit-box-flex: 0;
                    -ms-flex-positive: 0;
                    flex-grow: 0
                }
            }

            .tcu-copyright p,
            .tcu-footer-nav {
                margin: 1em 0
            }

            .tcu-footer-nav {
                list-style-type: none;
                padding: 0
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }
            }

            .tcu-footer-nav li {
                -webkit-padding-after: .8rem;
                padding-block-end: .8rem
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav li {
                    -webkit-padding-after: 0;
                    padding-block-end: 0
                }
            }

            @media print,
            screen and (min-width:48em) {
                .tcu-footer-nav li:not(:last-child):after {
                    content: "/";
                    display: inline-block;
                    margin: 0 10px
                }
            }

            .tcu-copyright p a {
                font-weight: 700
            }
        </style>

        <div class="tcu-global-footer">
            <nav aria-label="Complementary">
                <ul class="tcu-footer-nav">
                    <li><a href="https://hr.tcu.edu/prospective-employees/index.php">Work at TCU</a></li>
                    <li><a href="https://accessibility.tcu.edu">Accessibility</a></li>
                    <li><a href="https://www.tcu.edu/compliance/notice-of-nondiscrimination.php">Notice of Nondiscrimination</a></li>
                    <li><a href="https://www.tcu.edu/institutional-equity/title-ix/index.php">Title IX</a></li>
                    <li><a href="https://www.tcu.edu/compliance/legal-disclosures.php">Legal Disclosures</a></li>
                    <li><a href="https://www.tcu.edu/compliance/privacy.php">Privacy</a></li>
                    <li><a href="https://ie.tcu.edu/accreditation/">Accreditation</a></li>
                </ul>
            </nav>
            <div class="tcu-copyright">
                <p>All content <span id="directedit">&copy;</span> <?php echo date('Y');?> <a href="https://www.tcu.edu">Texas Christian University</a>. All rights reserved.</p>
            </div>
        </div>
    </div>
</footer>