Homepage With Flags

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>
    <ul class="tcu-flags _onleave">
        <li>
            <a class="tcu-flags__button" id="tcu-flags--visit" href="#" style="--sticky-bg-color: #eee">Visit
                <span class="sticky-icons" style="--sticky-icon-bg-color: #4d1979"><svg width='28' height='32' xmlns='http://www.w3.org/2000/svg' alt=''>
                        <path d='M13.897.502h.021H14.103C21.459.607 27.5 6.117 27.5 12.868c0 3.926-1.859 7.752-5.085 11.49-2.169 2.512-4.379 4.438-7.502 6.832a1.5 1.5 0 0 1-1.826 0 42.98 42.98 0 0 1-2.052-1.72 53.79 53.79 0 0 1-4.233-4.171C2.872 20.954.5 16.758.5 12.869.5 6.117 6.541.606 13.897.501zm.021 3h.022C8.158 3.584 3.5 7.832 3.5 12.868c0 2.944 2.056 6.58 5.527 10.419a53.199 53.199 0 0 0 4.993 4.797c6.593-5.2 10.48-9.936 10.48-15.216 0-5.035-4.658-9.284-10.418-9.366l-.084-.001-.08.001zM14 18.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11zm0-3a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z' fill='white' fill-rule='nonzero' />
                    </svg></span>
            </a>
        </li>
        <li>
            <a class="tcu-flags__button" id="tcu-flags--connect" href="#" style="--sticky-bg-color: #eee">Connect
                <span class="sticky-icons" style="--sticky-icon-bg-color: #4d1979"><svg width='28' height='28' xmlns='http://www.w3.org/2000/svg' alt=''>
                        <path d='M27.5 18.187c0 1.877-.7 3.618-1.973 4.973l.424 2.599c.207 1.266-1.17 2.19-2.264 1.52l-2.665-1.634c-.84.194-1.735.292-2.669.292-3.664 0-6.662-1.545-8.15-4.073a15.537 15.537 0 0 1-.847-.186L5.08 24.281c-1.095.667-2.468-.259-2.26-1.524l.697-4.244C1.572 16.591.5 14.069.5 11.333.5 5.083 5.908.5 13.5.5s13 4.584 13 10.833c0 .922-.118 1.808-.343 2.648a7.175 7.175 0 0 1 1.343 4.206zm-12.78 3.94c.98.516 2.213.81 3.633.81.899 0 1.73-.117 2.474-.342a1.5 1.5 0 0 1 1.217.158l.42.257-.025-.148a1.5 1.5 0 0 1 .51-1.385c1.008-.854 1.551-2.008 1.551-3.29 0-.253-.021-.5-.063-.742-2.05 2.654-5.493 4.4-9.717 4.681zm8.78-10.794c0-4.472-3.965-7.833-10-7.833s-10 3.36-10 7.833c0 2.132.914 4.059 2.595 5.474.404.34.6.869.514 1.39l-.3 1.824 2.04-1.241a1.5 1.5 0 0 1 1.21-.156c.192.057.387.11.586.159a1.5 1.5 0 0 1 2.054.33c.423.036.857.054 1.301.054 4.51 0 7.864-1.877 9.271-4.693a1.5 1.5 0 0 1 .59-1.722c.092-.458.139-.932.139-1.419z' fill='white' fill-rule='nonzero' />
                    </svg></span>
            </a>
        </li>
        <li>
            <a class="tcu-flags__button" id="tcu-flags--apply" href="#" style="--sticky-bg-color: #fed277">Apply
                <span class="sticky-icons" style="--sticky-icon-bg-color: #4d1979"><svg width='32' height='32' xmlns='http://www.w3.org/2000/svg' alt=''>
                        <path d='M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14zM9 15.934L14.353 21 22 12' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' />
                    </svg></span>
            </a>
        </li>
    </ul>
</header>

<div class="tcu-layout-container">
    <!-- Main Content -->
    <main class="tcu-content-wrapper">

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

            <section class="tcu-hero tcu-full-width">
                <div class="tcu-hero__image">
                    <div class="image-flair"></div>
                    <picture>
                        <source media="(min-width: 1024px)" srcset="https://assets.tcu.edu/cornerstone/images/hero-desktop-1800x600.jpg" />
                        <source media="(min-width: 768px)" srcset="https://assets.tcu.edu/cornerstone/images/hero-tablet-768x883.jpg" />
                        <img src="https://assets.tcu.edu/cornerstone/images/hero-mobile-400x460.jpg" alt="" />
                    </picture>
                </div>
                <div class="tcu-hero__divider"></div>
                <div class="tcu-hero__content">
                    <h1 class="tcu-hero__header">
                        <a href="/">admission & financial aid</a>
                    </h1>
                    <div class="tcu-hero__description">
                        <p class="tcu-hero__statement">
                            Do you have the sense of purpose and drive to be a Horned Frog?
                        </p>
                        <p>Teachers in the United States rate their lives better than any other position besides physicians.</p>
                        <div class="button-group">

                            <a href="https://addran.tcu.edu/stories/posts/mindfulness-meditation.php" class="button ">
                                Get Started
                            </a>
                        </div>
                    </div>

                </div>
            </section>

            <div class="tcu-program-finder-form tcu-component">
                <div class="tcu-program-finder-wrapper">
                    <h2 class="tcu-program-finder-heading"> Majors & Program </h2>
                    <div class="tcu-program-finder-content">
                        <div class="finder-form">
                            <p class="h4">Your Future Starts Here</p>
                            <p>Explore our 39 degree options.</p>
                            <form role="search" method="get" target="_blank" class="tcu-searchform" action="https://www.tcu.edu/academics/programs/index.php" aria-label="Search academic majors and programs">
                                <div class="form-input">
                                    <label class="screen-reader-text tcu-visuallyhidden tcu-searchform__label" for="mp-search-term">Search
                                        for:</label>
                                    <input class="input-field" type="search" value="" name="s" id="mp-search-term" placeholder="Search All Majors &amp; Programs" />
                                    <input type="hidden" name="schools" value="science" />
                                    <div class="input-group-button">
                                        <input title="Search" class="button secondary" type="submit" value="Search" />
                                    </div>
                                </div>
                            </form>
                        </div>
                        <div class="tcu-program-finder-buttons">
                            <div class="button-group">

                                <a href="https://www.tcu.edu/academics/programs/index.php?degrees=bachelor&amp;degrees=minor&amp;degrees=certificate&amp;schools=science" target="_blank" rel="noopener" class="button ">
                                    Undergraduate
                                </a>

                                <a href="https://www.tcu.edu/academics/programs/index.php?graddegrees=doctorate&amp;graddegrees=master&amp;graddegrees=gradcert&amp;schools=science" target="_blank" rel="noopener" class="button ">
                                    Graduate
                                </a>

                                <a href="https://www.tcu.edu/academics/programs/index.php?schools=science" target="_blank" rel="noopener" class="button ">
                                    All Majors &amp; Programs
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="tcu-title-card _image-left  tcu-component">
                <div class="tcu-title-card__inner">
                    <div class="tcu-title-card__image">
                        <picture>
                            <source media="(min-width: 1024px)" srcset="">
                            <source media="(min-width: 768px)" srcset="">
                            <img src="https://assets.tcu.edu/cornerstone/images/classroom-840x670.jpg" alt="Student skating through campus" loading="lazy">
                        </picture>
                    </div>
                    <div class="tcu-title-card__content">
                        <div class="tcu-title-card__header">
                            <div class="tcu-title-card__hammerhead tcu-hammerhead">Title Card Hammerhead</div>
                            <h2 class="tcu-title-card__headline">Title Card Headline</h2>
                        </div>
                        <p>Title Card Content Block (optional)</p>
                        <div class="button-group">

                            <a href="#" class="button ">
                                Primary Button
                            </a>
                        </div>
                    </div>
                </div>
                <!-- /.tcu-module__inner -->
            </div>

            <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>

            <div class="tcu-fact-banner tcu-component">
                <div class="tcu-fact-banner__inner">

                    <div class="tcu-fact-banner__header">
                        <h2 class="tcu-fact-banner__title">This is TCU</h2>

                        <a class="tcu-fact-banner__header-cta" href="#">see all quick facts</a>
                    </div>

                    <ul class="tcu-fact-banner__list">
                        <li class="tcu-fact-banner__card">
                            <span class="tcu-fact-banner__number">100%</span>
                            teacher placement
                        </li>
                        <li class="tcu-fact-banner__card">
                            <span class="tcu-fact-banner__number">80%</span>
                            of graduates teach locally
                        </li>
                        <li class="tcu-fact-banner__card">
                            <span class="tcu-fact-banner__number">2</span>
                            special education lab schools
                        </li>
                        <li class="tcu-fact-banner__card">
                            <span class="tcu-fact-banner__number">12</span>
                            nationally ranked graduate programs
                        </li>
                    </ul>
                </div>
            </div>

            <div class="grid-x grid-margin-x">
                <div class="cell large-6">
                    <h2>Latest News</h2>
                    <div class="tcu-image-card  ">

                        <div class="tcu-image-card__image image-flair-alt">
                            <img src="https://assets.tcu.edu/cornerstone/images/640x640-grad.jpg" alt="" width="640" height="640" loading="lazy" />
                        </div>
                        <div class="tcu-image-card__content">

                            <div class="tcu-image-card__title">
                                <p class="h2">The Andrews Institute</p>
                            </div>

                            <div class="tcu-image-card__description">
                                <p>The Andrews Institute strives to provide an environment for innovation and change in mathematics and science education through research and teaching by TCU faculty and students. The hope of the Andrews Institute is to increase the number of students in mathematics and science pipelines at all levels, focus on mathematics and science undergraduate education courses, generate mathematics and science learning opportunities for K-12 students, and provide professional development opportunities.</p>
                            </div>

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

                                <a href="#" class="button primary">
                                    Learn More
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="cell large-6">
                    <div class="cell large-6 localist-widget-wrapper">
                        <h2 class="localist-widget-wrapper__header">Events</h2>
                        <div id='localist-widget-72026590' class='localist-widget'></div>
                        <script defer='defer' type='text/javascript' src='https://calendar.tcu.edu/widget/view?schools=tcu&amp;departments=college_of_education&amp;days=365&amp;num=50&amp;hideimage=1&amp;hidedesc=1&amp;show_times=1&amp;show_view_all_cta=0&amp;target_blank=1&amp;container=localist-widget-72026590&amp;style=none'></script>
                        <div class="button-group">

                            <a href="#" class="button ">
                                View All Events
                            </a>
                        </div>
                    </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>