Global Footer

No notes defined.

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