@import url(https://use.typekit.net/wqc5lxp.css);.logo{display:flex;align-items:center;padding:.75rem 1rem}.logo__image{height:1.5rem}@media(min-width:85rem){.logo{padding:2rem}.logo__image{height:2rem}}.mainnav__list-item{display:block;box-sizing:border-box;padding:0;margin:0;flex-grow:1}.mainnav__list-item--active .mainnav__list-item-link{background:#fff;color:#bc0031;border-bottom:2px solid #bc0031}.mainnav__list-item-link{display:block;box-sizing:border-box;height:3rem;padding:.75rem 1rem;font-family:utopia-std,serif;text-decoration:none;color:#1f1d21;white-space:nowrap}.mainnav__list-item-link-image{display:none}@media(min-width:64rem){.mainnav__list-item-link{display:flex;flex-direction:column;align-items:center;justify-content:center;height:6rem}.mainnav__list-item-link-image{display:block;height:3rem}}.mainnav{background:#f7f7f7;width:100%;height:3rem;overflow:hidden}.mainnav:after{position:absolute;display:block;content:"";background:#dcddde;width:100%;height:.0625rem;bottom:0;left:0;z-index:1}.mainnav__list{position:relative;display:flex;width:100%;height:4rem;padding:0;margin:0;overflow-x:scroll;-webkit-overflow-scrolling:touch;z-index:2}@media(min-width:64rem){.mainnav{height:6rem}.mainnav__list{height:7rem;overflow-x:hidden;flex-wrap:nowrap}}.page{display:-ms-grid;display:grid;-ms-grid-columns:auto;grid-template-columns:auto;-ms-grid-rows:auto auto 1fr;grid-template-rows:auto auto 1fr;height:100%;z-index:1}.page__logo{background:#fff;border-bottom:1px solid #dcddde;z-index:2}.page__mainnav{max-width:100%;min-width:0;position:relative;z-index:2}.page__mainnav:after{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.2));content:" ";display:block;height:100%;position:absolute;right:0;top:0;width:16px;z-index:10}.page__map{background:#fff;z-index:1}@media(min-width:64rem){.page__mainnav:after{content:normal}}@media(min-width:85rem){.page{-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr}.page__logo{border-right:1px solid #dcddde;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;width:24rem}.page__mainnav{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.page__map{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2;-ms-grid-row:2;grid-row:2}}.language-picker{display:flex;flex-direction:column;font-size:.875rem}.language-picker__language{background-color:#f7f7f7;border-color:#dcddde;border-style:solid;border-width:thin thin 0 thin;font-family:Source Sans Pro,Arial,sans-serif;font-weight:600;height:2rem;margin:0;padding:0;width:2rem}.language-picker__language:first-of-type{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.language-picker__language:last-of-type{border-bottom-left-radius:.125rem;border-bottom-right-radius:.125rem;border-bottom-width:thin}.language-picker__language:disabled{cursor:not-allowed}.language-picker__language--active{background-color:#fff;color:currentColor}.textual-marker{align-items:center;background-color:#1f1d21;border-radius:.125rem;color:#fff;display:flex;font-family:Source Sans Pro,Arial,sans-serif;justify-content:space-between;padding:.5rem 1rem;transition:all .2s ease-in-out;white-space:nowrap}.textual-marker:hover{background-color:#060506}.textual-marker--inverted{background-color:#fff;color:#1f1d21}.textual-marker--inverted:hover{background-color:#f2f2f2}.textual-marker__label{font-size:1rem;font-weight:600}.textual-marker__icon{fill:currentColor;height:1.25rem;margin-left:.5rem}.search-result-item[data-v-44db4c38]{display:flex;flex-direction:column;color:#1f1d21;position:static;cursor:pointer;padding:1rem;border-bottom:1px solid #d8d8d8}.search-result-item[data-v-44db4c38]:first-of-type{margin-top:1rem}.search-result-item[data-v-44db4c38]:last-child{border-bottom:none}@media(max-width:48rem){.search-result-item[data-v-44db4c38]{padding:1rem 0}.search-result-item[data-v-44db4c38]:first-child{padding-top:0}}.search-result-item__title[data-v-44db4c38]{font-family:utopia-std,serif;font-size:inherit;margin:0}.search-result-item__subtitle[data-v-44db4c38]{font-family:Source Sans Pro,Arial,sans-serif;margin:0}.search-container[data-v-64dc5cbe]{position:absolute;top:.5rem;left:.5rem;z-index:400;padding:1rem 1rem 0 1rem;max-height:calc(100% - 4rem);display:flex;flex-direction:column;margin-bottom:1rem}@media(max-width:48rem){.search-container[data-v-64dc5cbe]{bottom:0;left:0;right:0;top:auto}}@media(max-width:48rem){.search-container--active[data-v-64dc5cbe]{background-color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.16)}}.search-container--active .search-form[data-v-64dc5cbe]{box-shadow:none}.search-form[data-v-64dc5cbe]{display:flex;flex-direction:row;align-items:center;width:320px;background-color:#f7f7f7;border:1px solid #d5d5d5;border-radius:2px}.search-form[data-v-64dc5cbe]:focus-within{outline:1px solid #0e4ea7;z-index:1}@media(max-width:48rem){.search-form[data-v-64dc5cbe]{width:auto}}.search-form__input[data-v-64dc5cbe]{font-family:Source Sans Pro,Arial,sans-serif;padding:8px;flex:1;outline:none;border:none;background-color:transparent}.search-form__submit[data-v-64dc5cbe]{padding:8px;display:flex;align-items:center;position:relative}.search-form__submit[data-v-64dc5cbe]:before{position:absolute;top:5px;left:0;content:"";width:1px;height:30px;background-color:#d5d5d5}.search-form__submit svg[data-v-64dc5cbe]{width:24px;height:24px;fill:#575659}.search-results[data-v-64dc5cbe]{overflow:auto}@media(min-width:48rem){.search-results[data-v-64dc5cbe]{max-height:400px;background-color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.16);margin-top:0}}.home[data-v-d408b8a0]{width:100vw;height:100%;position:relative}.category-icon{align-items:center;background-color:var(--iconColor);border-radius:50%;border:thin solid #1f1d21;box-shadow:1px 1px 2px rgba(0,0,0,.16);box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.category-icon--active,.category-icon:hover{background-color:#fff;border:var(--iconColor) 2px solid;box-shadow:0 0 20px hsla(0,0%,100%,.3)}.category-icon__image{height:1.2rem;width:1.2rem}.marker-popup{display:-ms-grid;display:grid;-ms-grid-rows:auto;-ms-grid-columns:4.5rem auto;grid-template:auto/4.5rem auto;font-size:1rem;line-height:1.25rem;padding:.5rem}.marker-popup--promoted{cursor:pointer}.marker-popup__promotion{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;grid-row:1}.marker-popup__promotion h2{color:#1f1d21;font-weight:700;font-size:.85rem;font-family:utopia-std,serif;margin-bottom:.25rem}.marker-popup__text{-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-left:.5rem;width:auto}.marker-popup__title{color:#1f1d21;font-family:Source Sans Pro,Arial,sans-serif;font-size:.75rem;font-weight:400;margin:0}.marker-popup__subtitle{color:#999;font-family:Source Sans Pro,Arial,sans-serif;font-size:.65rem;margin:0!important}.marker-popup__image{flex-shrink:0;height:3rem;width:4.5rem;-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.marker-popup__image>img{border-radius:2px;-o-object-fit:cover;object-fit:cover;height:inherit;width:inherit}.marker-popup__close-icon{fill:#999;height:.75rem;position:absolute;right:0;top:0;padding:.75rem}@media(max-width:64rem){.marker-popup__text{margin-right:2rem}}.map{position:absolute;overflow:hidden}.map,.map__leaflet{width:100%;height:100%}.map__leaflet{position:relative}.map__leaflet--off-white{background-color:#fcfefc}@media(min-width:64rem){.map{padding-top:.5rem}.map__leaflet{width:calc(100% - 25.25rem);height:calc(100% - 1.15rem);inset:0 .5rem;border:1px solid #dcddde;transition:width .25s ease-in-out}.map__leaflet--big{width:calc(100% - 1.25rem)}}.location-panel-nav-list-item__container{display:flex;align-items:center;flex-direction:row;width:100%}.list-item__color-circle{height:.375rem;width:.375rem;border-radius:50%;background-color:red;margin-right:10px}.location-panel-nav-list-item__icon{width:1.5rem;height:1.5rem;margin-right:10px}.location-panel-nav-list-item--active{flex-grow:1;position:relative;display:flex;flex-direction:column}.location-panel-nav-list-item__header{height:3.5rem;display:flex;justify-content:flex-start;align-items:center;padding:.75rem 1rem;box-sizing:border-box;background-color:#f7f7f7;border-bottom:1px solid #dcddde;cursor:pointer}.location-panel-nav-list-item__header--active{background-color:#fff;border-bottom:none;color:#bc0031}.location-panel-nav-list-item__dropdown{margin-left:auto;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;align-self:baseline}.location-panel-nav-list-item-dropdown__counter{font-size:.875rem;margin-bottom:0;margin-right:.5rem;color:#999}.location-panel-nav-list-item__arrow{border:solid #999;border-width:0 2px 2px 0;display:inline-block;padding:2px;width:2px;height:2px;margin-top:.4rem}.location-panel-nav-list-item__arrow--down{transform:rotate(45deg)}.location-panel-nav-list-item__arrow--up{transform:rotate(-135deg);margin-top:.55rem}.location-panel-details{position:relative;width:100%;flex-grow:1}.location-panel-details__content{position:absolute;top:0;bottom:0;background:#fff;z-index:2;width:100%;overflow:hidden}.location-panel-details__body{position:relative;overflow-y:scroll;overflow-x:hidden;padding:0 2rem 0 0;margin:0 -2rem 0 0;height:100%}.location-panel-details-body__intro-text{padding:.5rem 2rem 0}.location-panel-details__body-content{position:relative;padding:.5rem 2rem 2rem;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;max-width:25rem}.location-panel-details__body-content:after{display:block;content:"";width:100%;height:.0625rem;background:#d8d8d8;margin-top:1rem;margin-bottom:2rem}@media(min-width:64rem){.location-panel-details__body-content{max-width:22rem}}.location-panel-item-header{display:flex;flex-direction:column;color:#1f1d21;position:static}.location-panel-item-header__title{font-family:utopia-std,serif;font-size:inherit;margin:0}.location-panel-item-header__subtitle{font-family:Source Sans Pro,Arial,sans-serif}.location-panel-marker-item{display:flex;flex-direction:row;font-size:1rem;line-height:1.25rem;width:100%;padding-top:.5rem;padding-bottom:.5rem;cursor:pointer}.location-panel-marker-item__image{background-size:cover;border-radius:.25rem;margin-right:.625rem;min-height:3rem;min-width:5.5rem;width:5.5rem;height:3rem}.location-panel-study-item{display:flex;flex-direction:row;font-size:1rem;line-height:1.25rem;width:100%;padding-top:.5rem;padding-bottom:.5rem;text-decoration:none}.location-panel-study-item__image{background-size:cover;border-radius:.25rem;margin-right:.625rem;min-height:3rem;min-width:5.5rem;width:5.5rem;height:3rem}.location-panel-nav{position:relative;border-right:1px solid #dcddde;height:100%}.location-panel-nav:before{width:5rem;height:.5rem;background-color:#f7f7f7;border:1px solid #dcddde;border-bottom:none;position:absolute;border-top-left-radius:.5rem;border-top-right-radius:.5rem;top:0;left:calc(50vw - 2.5rem);z-index:1;content:"";margin-top:-.5rem}.location-panel-nav__list{position:relative;width:100%;height:100%;display:flex;flex-direction:column;box-sizing:content-box}@media(min-width:64rem){.location-panel-nav{width:22rem}.location-panel-nav__list{max-height:calc(100vh - 9rem)}}@media(min-width:85rem){.location-panel-nav{width:24rem}.location-panel-nav__list{max-height:calc(100vh - 6rem)}}.mobile-nav-item{flex:0 0 auto;padding:.75rem .75rem;white-space:nowrap}.mobile-nav-item--active{color:#bc0031}.location-panel-marker-item__category-header{display:flex;flex-direction:column}.location-panel-marker-item-category-header__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;font-size:1.25rem}.location-panel-marker-item-category-header-title__icon{padding-right:.5rem;max-height:1.5rem;max-width:1.5rem}.location-panel-mobile-nav-container{position:relative;max-width:100vw;width:100%;max-height:3rem;transition:max-height .15s linear}.location-panel-mobile-nav-container__handle{width:6rem;height:1rem;background-color:#f7f7f7;border:1px solid #dcddde;border-bottom:none;position:absolute;border-top-left-radius:.5rem;border-top-right-radius:.5rem;top:0;left:calc(50vw - 2.5rem);z-index:1;margin-top:-.75rem}.location-panel-mobile-nav-container__handle svg{height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%) rotate(180deg);fill:#999}.location-panel-mobile-nav-container__handle--active svg{transform:translateX(-50%)}.location-panel-mobile-nav-container--active{max-height:calc(100vh - 20rem)}.location-panel-mobile-nav{height:3rem;position:relative;overflow:hidden;border-top:1px solid #dcddde;border-bottom:1px solid #dcddde}.location-panel-mobile-nav__list{background:#f7f7f7;height:4rem;position:relative;display:flex;padding:0;overflow-x:scroll;-webkit-overflow-scrolling:touch;z-index:2}.location-panel-mobile-details__container{overflow-y:auto;height:calc(100vh - 20rem);background-color:#fff}.location-panel-mobile-details{display:flex;position:relative;max-width:100vw}.location-panel-mobile-details__content{position:relative;height:100%;background:#fff;z-index:2;width:auto;max-width:30rem;margin:0 auto}.location-panel-mobile-details__body{position:relative;overflow:hidden;height:100%;max-width:100vw}.location-panel-mobile-details-body__content{position:relative;width:100vw;height:calc(100vh - 20rem);padding:1rem 1rem 3rem;box-sizing:border-box;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.location-panel-mobile-details-body__content:after{display:block;content:"";width:100%;height:.0625rem;background:#d8d8d8;margin-top:1rem;margin-bottom:2rem}.location-panel{display:none}.location-panel-mobile{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1001}@media(min-width:64rem){.location-panel{display:block;background-color:#f7f7f7;height:100%;max-height:100%}.location-panel-mobile{display:none}}.campus-map{display:flex;flex-direction:column;height:100%}.campus-map__map{position:relative;flex-grow:1}@media(min-width:64rem){.campus-map{flex-direction:row-reverse}}.map__marker-details{position:absolute;box-sizing:border-box;height:100%;right:0;bottom:0;z-index:1003;width:100%;transition:all .4s ease-in-out}.map__marker-details--small{height:40%}.map__marker-details:before{border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.16);content:"";display:block;height:.5rem;left:0;position:absolute;top:0;width:100%;z-index:1}@media(min-width:64rem){.map__marker-details:before{box-shadow:none}}.map__marker-details-content{position:relative;height:100%;background:#fff;padding:1rem 1rem;z-index:2;box-sizing:border-box}.map__marker-details-close{fill:#999;height:1rem;overflow:hidden;cursor:pointer;margin-left:auto}.marker-details{display:-ms-grid;display:grid;position:relative;-ms-grid-columns:auto;grid-template-columns:auto;-ms-grid-rows:auto auto 1fr;grid-template-rows:auto auto 1fr;width:auto;max-width:30rem;height:100%;margin:0 auto}.marker-details__handle{width:4rem;height:.4rem;background-color:#999;border-radius:.5rem;left:calc(50vw - 2.5rem);z-index:1;margin:0 auto .75rem auto;cursor:pointer}.marker-details__category{-ms-grid-row:1;grid-row:1;-ms-grid-column:1;grid-column:1;display:flex;font-family:utopia-std,serif;align-items:center;justify-content:space-between}.marker-details__category-icon{width:1.5rem;height:1.5rem}.marker-details__category-label{margin-left:.5rem}.marker-details__title{-ms-grid-row:2;grid-row:2;-ms-grid-column:1;grid-column:1}.marker-details__body{position:relative;overflow:hidden;-ms-grid-row:3;grid-row:3;-ms-grid-column:1;grid-column:1}:root .marker-details__body,_:-ms-fullscreen{width:20rem}.marker-details__body-content{position:relative;width:100%;height:100%;padding:0 2rem 0 0;margin:0 -2rem 0 0;overflow-x:hidden;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media(min-width:64rem){.marker-details__body-content{overflow-y:scroll}}.marker-details__body-content:after{display:block;content:"";width:100%;height:.0625rem;background:#d8d8d8;margin-bottom:2rem}.marker-details__button{margin:0 -1rem;padding:1rem}@media(min-width:48rem){.map__marker-details-content{padding:1rem 2rem 0}.map__marker-details--small{height:40%}}@media(min-width:64rem){.map__marker-details{width:24rem;height:100%}.map__marker-details--small{height:inherit}.map__marker-details:before{width:.5rem;height:100%}.map__marker-details-close{top:0}.marker-details__button,.marker-details__handle{display:none}}.vm--container,.vm--modal{display:flex;align-items:center;justify-content:center}.vm--modal{position:fixed;top:0!important;left:0!important;right:0;bottom:0;flex-direction:column;border:.4em solid #fff;border-radius:0!important;width:auto!important;height:auto!important}.vm--modal .video-embed-field-responsive-video{width:90vw!important;height:50.625vw!important;box-shadow:0 4px 8px rgba(0,0,0,.2);margin:0}@media(min-aspect-ratio:16/9){.vm--modal .video-embed-field-responsive-video{height:90vh!important;width:160vh!important}}.map__marker-embed-close{fill:#999;height:1rem;overflow:hidden;cursor:pointer;margin-left:auto;background-color:#fff;margin-bottom:.4em}.slide-enter{bottom:-100%}.slide-enter-active,.slide-leave-active{transition:all .25s ease-in-out}.slide-leave-active{bottom:-100%;right:0}@media(min-width:64rem){.slide-enter,.slide-leave-active{bottom:0;right:-26rem}}.ku-embed{height:14rem;width:100%}@media(min-width:48rem){.ku-embed{height:20rem}}@media(min-width:64rem){.ku-embed{height:13rem}}.leaflet-container{background-color:inherit}.leaflet-container:before{border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.16);content:"";display:block;height:.5rem;left:0;position:absolute;top:-.5rem;width:100%;z-index:750}.leaflet-top .leaflet-control{margin-top:1rem}.leaflet-right .leaflet-control{margin-right:1rem}.leaflet-bottom .leaflet-control{margin-bottom:1rem}.leaflet-left .leaflet-control{margin-left:1rem}.leaflet-touch .leaflet-bar{border:thin solid #dcddde}.leaflet-touch .leaflet-bar a{border-bottom-color:#dcddde;color:#1f1d21}.leaflet-touch .leaflet-bar a.leaflet-disabled{background-color:#f7f7f7;cursor:not-allowed}.leaflet-touch .leaflet-bar a:last-of-type{height:1.9375rem}.leaflet-marker-icon--auto-width{width:auto!important}.leaflet-popup-content{margin:0}.leaflet-popup-content-wrapper{border-radius:4px}.leaflet-container a.leaflet-popup-close-button{padding:0;top:1rem;right:1rem}@font-face{font-family:lg;src:url(../fonts/lg.f4292655.ttf) format("truetype"),url(../fonts/lg.1fbfd4bc.woff) format("woff");font-weight:400;font-style:normal;font-display:block}.light-gallery__image{cursor:pointer}body,html{background:#f7f7f7;height:100%;margin:0;padding:0;width:100%;font-family:Source Sans Pro,Arial,sans-serif;font-size:16px;line-height:1.5rem;color:#1f1d21;overflow:hidden}blockquote,h1,h2,h3,h4,h5,h6,ol,p,q,table,ul{margin:0 0 1rem}h1,h2,h3,h4,h5,h6{font-family:utopia-std,serif;font-weight:700}h1{font-size:1.875rem;line-height:.9333333333em}h2{font-size:1.75rem}h3{font-size:1.625rem}h4{font-size:1.5rem}h5{font-size:1.375rem}h6{font-size:1.25rem}a{color:#bc0031}img{height:auto;width:auto;max-width:100%}img,ol,ul{display:block}ol,ul{padding:0 0 0 1.5rem}ul li{list-style:square}table{border:1px solid #dcddde;border-collapse:collapse}table tr td,table tr th{border:1px solid #dcddde;text-align:left;padding:.5rem 1rem}table thead tr td,table thead tr th{background:#f7f7f7}.button{display:inline-block;background:#1f1d21;padding:.5rem 1rem;margin:0 .5rem 0 0;color:#fff;font-family:Source Sans Pro,Arial,sans-serif;font-weight:600;font-size:1rem;line-height:1.5em;text-decoration:none;border:none}.button:hover{background-color:#060506}.button--primary{background:#bc0031}.button--primary:hover{background-color:#890024}.video-embed-field-responsive-video{position:relative;margin:0 0 1rem}.video-embed-field-responsive-video:after{content:"";display:block;padding-bottom:56.25%}.video-embed-field-responsive-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0}