<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
html,
body {
    height: 100%;
}

footer{display:none; height:0px;}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
}

    .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
        content: ' ';
        display: table;
    }

    .off-canvas-wrapper-inner::after {
        clear: both;
    }

.off-canvas-content,
.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: 0.1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.25);
    cursor: pointer;
    transition: background 0.5s ease;
}

#page {
    background-image: url(/images/tour/campus-entrance.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Setup */
#related-images, #related-locations {
    display: none;
}

/* Header */
#tour-header {
    background-color: rgba(255, 255, 255, 0.9);
    padding: .5em;
    border-bottom: 1px solid #333;
}

@media screen and (orientation: landscape) {
    #tour-header .logo {
        flex: 0 0 33.33333%;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        max-width: 33.33333%;
    }
}

@media screen and (orientation: landscape) and (min-width: 40em) {
    #tour-header .logo {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

#tour-header .button-group {
    justify-content: flex-end;
}

    #tour-header .button-group .button {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        margin: 0 0 1px 0;
    }

        #tour-header .button-group .button:first-child {
            border-left: 1px solid #aaa;
        }

        #tour-header .button-group .button:last-child {
            border-right: 1px solid #aaa;
        }

        #tour-header .button-group .button::after {
            border-color: #333 transparent transparent transparent;
        }

#tour-header #apply-dropdown {
    width: 150px;
    margin: 0;
    padding: 0;
}

    #tour-header #apply-dropdown ul {
        padding: 0;
        margin: 0;
    }

        #tour-header #apply-dropdown ul li {
            font-size: .8em;
        }

            #tour-header #apply-dropdown ul li a {
                background-color: #dedede;
            }

                #tour-header #apply-dropdown ul li a:hover {
                    background-color: #929292;
                    color: #efefef;
                }

/* Nav Toggle */
#nav-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
    outline: none;
}

    #nav-toggle::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #002856;
        top: 0;
        left: 0;
        box-shadow: 0 7px 0 #002856, 0 14px 0 #002856;
    }

    #nav-toggle:hover::after {
        background: #8a8a8a;
        box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    }

[data-whatinput='mouse'] #nav-toggle {
    outline: 0;
}

/* Off Canvas */
.off-canvas-wrapper-inner, .off-canvas {
    height: 100%;
}

.off-canvas-content {
    background-color: transparent;
    box-shadow: none;
}

    .off-canvas-content h1 {
        color: #efefef;
        text-align: right;
        text-shadow: 1px 1px 2px #000;
        padding: .2em 1em .5em 1em;
        font-size: 1.5rem;
        background-color: rgba(0, 0, 0, 0.4);
        float: right;
        display: inline-block;
    }

@media screen and (min-width: 64em) {
    .off-canvas-content h1 {
        width: auto;
        font-size: 2rem;
    }
}

/* Both panes */
#nav-pane, #info-pane {
    background-color: rgba(0, 0, 25, 0.8);
    font-size: .8em;
    color: #efefef;
}

    #nav-pane a, #info-pane a {
        color: #efefef;
    }

/* Nav Pane*/
#nav-pane {
    left: -250px;
    top: 0;
    width: 250px;
    font-size: 1em;
    line-height: 1em;
}

.is-open-left {
    transform: translateX(250px);
}

@media screen and (min-width: 75em) {
    #nav-pane {
        left: 0;
        z-index: auto;
    }

        #nav-pane ~ .off-canvas-content {
            margin-left: 250px;
        }

        #nav-pane ~ .off-canvas-content {
            margin-left: 250px;
        }
}

#nav-pane .button-group a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #efefef;
}

    #nav-pane .button-group a:hover {
        background-color: #cf102d;
    }

@media screen and (min-width: 64em) {
    #nav-pane {
        background: linear-gradient(to right, #222, transparent);
    }
}

#nav-pane ul {
    margin-top: 2em;
}

    #nav-pane ul li a {
        padding: 1em;
        color: #efefef;
    }

        #nav-pane ul li a:hover {
            background-color: #cf102d;
        }

    #nav-pane ul li.active a {
        background-color: #efefef;
        color: #333;
    }

/* Info Pane*/
#info-pane {
    right: -350px;
    top: 0;
    width: 350px;
    overflow-x: hidden;
}

.is-open-right {
    transform: translateX(-350px);
}

@media screen and (min-width: 64em) {
    #info-pane {
        right: 0;
        z-index: auto;
    }

        #info-pane ~ .off-canvas-content {
            margin-right: 250px;
        }

        #info-pane ~ .off-canvas-content {
            margin-right: 350px;
        }
}

#info-pane h5 {
    margin: 10px;
    color: #efefef;
    border-bottom: 1px solid #efefef;
}

#info-pane p {
    padding: 0 1em;
}

    #info-pane p a {
        text-decoration: underline;
    }

#info-pane #image-list img {
    margin-bottom: 1em;
    border: 1px solid #efefef;
}

/* Nav Buttons */
.nav-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0px;
    margin: 0 auto;
    font-size: 1.2rem;
}

@media screen and (min-width: 64em) {
    .nav-buttons {
        width: 30%;
        right: 100px;
        bottom: 1rem;
    }
}

.nav-buttons .button-group {
    margin-bottom: 0;
}

    .nav-buttons .button-group .button {
        margin: 0;
        border-right: 1px solid #666;
    }

@media screen and (min-width: 64em) {
    .nav-buttons .button-group .button a {
        font-size: 1.2rem;
    }
}

.nav-buttons .button-group .button:last-child {
    border-right: none;
}

/* Map */
#campus-map {
    height: 200px;
    width: 350px;
}

/* Map Label */
.map-lbl {
    position: relative;
    left: -50%;
    top: -8px;
    display: inline-block;
    max-width: 60px;
    text-align: center;
    line-height: 1.2em;
    font-size: .8em;
    color: #333;
}

    .map-lbl.sub {
        display: none;
    }

/* Orbit */
.orbit-caption {
    font-size: .8em;
}

@media screen and (min-width: 64em) {
    .orbit-caption {
        font-size: .9em;
    }
}

/* Reveal */
.reveal-overlay {
    overflow-y: auto;
}

#images-modal {
    height: auto;
}

    #images-modal .orbit-container {
        min-height: 100%;
        height: 100% !important;
        margin-top: 1.5em;
    }

        #images-modal .orbit-container .orbit-slide {
            max-height: 100% !important;
        }

#info-modal #info-modal-content {
    padding-top: 1rem;
}

    #info-modal #info-modal-content h2 {
        font-size: 2rem;
        color: #002856;
        border-bottom: 1px solid #cf102d;
    }

    #info-modal #info-modal-content h3 {
        font-size: 1.5rem;
        color: #002856;
        border-bottom: 1px solid #cf102d;
    }

    #info-modal #info-modal-content a {
        text-decoration: underline;
    }

#sublocation-modal #sublocation-modal-content {
    padding-top: 1rem;
}

    #sublocation-modal #sublocation-modal-content h2 {
        font-size: 2rem;
        color: #002856;
        border-bottom: 1px solid #cf102d;
    }

    #sublocation-modal #sublocation-modal-content img {
        margin-bottom: 1em;
    }

    #sublocation-modal #sublocation-modal-content a {
        text-decoration: underline;
    }

#contact-modal h2 {
    font-size: 2rem;
    color: #002856;
    border-bottom: 1px solid #cf102d;
}

#contact-modal h3 {
    font-size: 1.2rem;
}

#contact-modal ul {
    font-size: .9rem;
}

#contact-modal a {
    text-decoration: underline;
}

.is-open-left {
    -webkit-transform: translateX(250px);
}
</pre></body></html>