body{font-family:Open Sans,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}:root{--mid-gray: #787b82;--navy: #313645;--light-gray: #f5f5f5;--bsu-red: #ba0c2f;--general-padding: 2.5rem;--footer-text-color: #ffffff;--spacing: 1.5rem;--header-font-size: 1.5rem;--tablet-breakpoint: 1024px;--mobile-breakpoint: 480px}header{background:var(--bsu-red);padding:1rem;width:100%;height:max-content;position:fixed;top:0;margin-bottom:4rem;z-index:3}header img{max-height:60px;width:auto}@media(max-width:1000px){header{padding:.75rem}header img{max-height:50px}}@media(max-width:768px){header{padding:.5rem}header img{max-height:40px}}@media(max-width:480px){header{padding:.4rem}header img{max-height:35px}}.home-page{display:flex;justify-content:center;height:100vh;width:100%}.home-page .home-left{width:100%}.home-page .home-left main{padding:var(--general-padding);padding-right:2rem;display:flex;flex-direction:column;gap:var(--spacing);margin-top:5rem;max-width:50%}.home-page .home-left main>p{color:var(--navy);font-size:16px;font-weight:400;line-height:24px;width:80%}.home-page .home-left main .featured-projects{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;margin-bottom:8rem}.home-page .home-left main .featured-projects h1{color:var(--navy)}.home-page .home-left main .featured-projects .featured-projects-description{color:var(--mid-gray);font-size:16px;font-weight:400;width:60%;line-height:24px}@media(max-width:1000px){.home-page{flex-direction:column;height:auto;min-height:100vh}.home-page .home-left{width:100%;order:2}.home-page .home-left main{max-width:100%!important;margin-top:2rem;padding:1.5rem}.home-page .home-left main>p{margin-right:0;font-size:14px;width:100%}.home-page .home-left main .featured-projects .featured-projects-description{width:100%}}@media(max-width:768px){.home-page .home-left main{padding:1rem;margin-top:1rem}.home-page .home-left main>p{font-size:13px;line-height:20px}.home-page .home-left main .featured-projects h1{font-size:1.5rem}.home-page .home-left main .featured-projects .featured-projects-description{font-size:13px;line-height:18px}}@media(max-width:480px){.home-page .home-left main{padding:.75rem}.home-page .home-left main>p{font-size:12px;line-height:18px}.home-page .home-left main .featured-projects h1{font-size:1.25rem}.home-page .home-left main .featured-projects .featured-projects-description{font-size:12px;line-height:16px}}.projects-list{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}.project-card{background-color:var(--light-gray);border-radius:10px;display:flex;height:100%;width:100%;max-width:652px}.project-card .project-featured-image{width:207px;display:flex;flex-direction:column;gap:1px}.project-card .project-featured-image .project-image-container{width:207px;height:100%}.project-card .project-featured-image .project-media-image,.project-card .project-featured-image .project-media-video,.project-card .project-featured-image .project-media-pdf,.project-card .project-featured-image .project-media-audio{width:100%;height:100%;object-fit:cover;object-position:center}.project-card .project-featured-image .project-media-pdf{width:100%;height:307px;aspect-ratio:16/9;object-fit:cover;object-position:center}.project-card .project-featured-image .project-images{display:flex;min-width:103px;row-gap:3px;cursor:pointer}.project-card .project-featured-image .project-images .second-image-wrapper{width:100%}.project-card .project-featured-image .project-images .second-image-wrapper .project-media-image,.project-card .project-featured-image .project-images .second-image-wrapper .project-media-video,.project-card .project-featured-image .project-images .second-image-wrapper .project-media-pdf{border-radius:0 0 0 10px;border-right:1px solid var(--light-gray)}.project-card .project-featured-image .project-images .image-overlay-wrapper{position:relative;width:100%;overflow:hidden}.project-card .project-featured-image .project-images .image-overlay-wrapper .overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;color:#fff}.project-card .project-featured-image .project-images .image-overlay-wrapper .overlay-text p{font-size:20px;font-weight:500}.project-card .project-featured-image .project-images .image-overlay-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#0006 0% 100%);z-index:1}.project-card .project-featured-image .project-images .project-media-image,.project-card .project-featured-image .project-images .project-media-video,.project-card .project-featured-image .project-images .project-media-pdf{width:100%;height:100%;object-fit:cover;aspect-ratio:103/87;object-position:center;border-radius:0}.project-card .project-details{width:100%;padding:var(--spacing);display:flex;flex-direction:column;gap:1rem;position:relative}.project-card .project-details .project-meta{display:grid;row-gap:3px}.project-card .project-details .project-meta p{color:var(--mid-gray);font-size:13px;line-height:16px;margin-right:0}.project-card .project-details>h2{font-size:clamp(14px,1.5vw,1.2rem);font-weight:700;line-height:1.5rem}.project-card .project-details .project-college{color:var(--navy);display:flex;gap:.3rem;flex-direction:column}.project-card .project-details .project-college b{font-size:13px;font-weight:900}.project-card .project-details .project-college>p{font-size:13px;font-weight:400}.project-card .project-details .project-description{margin-right:0;line-height:23px;max-width:100%}.project-card .project-details .project-description *{font-size:13px!important;word-break:break-word;overflow-wrap:break-word;margin:0}.project-card .project-details .project-description p,.project-card .project-details .project-description div{display:inline;margin:0;padding:0}.project-card .project-details .project-description p+p:before{content:" ";white-space:pre}.project-card .project-details .project-description a{display:inline;color:var(--bsu-red);text-decoration:none;word-break:break-all;overflow-wrap:anywhere}.project-card .project-details .project-description span,.project-card .project-details .project-description strong,.project-card .project-details .project-description em,.project-card .project-details .project-description b,.project-card .project-details .project-description i,.project-card .project-details .project-description u,.project-card .project-details .project-description small,.project-card .project-details .project-description sub,.project-card .project-details .project-description sup{display:inline;word-break:break-word;overflow-wrap:break-word}.project-card .project-details .project-description h1,.project-card .project-details .project-description h2,.project-card .project-details .project-description h3,.project-card .project-details .project-description h4,.project-card .project-details .project-description h5,.project-card .project-details .project-description h6{display:inline;font-weight:inherit;margin:0;padding:0}.project-card .project-details .project-description ul,.project-card .project-details .project-description ol{display:inline;list-style:none;padding:0;margin:0}.project-card .project-details .project-description li{display:inline}.project-card .project-details .project-description li:before{content:""}.project-card .project-details .project-description li+li:before{content:", "}.project-card .project-details .see-more-button{align-self:end;border:none;color:var(--mid-gray);font-weight:700;font-size:12px;text-decoration:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;background-color:transparent}.dark-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:8}.see-more-button{cursor:pointer}@media(min-width:1000px)and (max-width:1180px){.projects-list{display:grid;grid-template-columns:1fr}.project-card{max-width:100%;flex-direction:column}.project-card .project-featured-image{width:100%;height:auto}.project-card .project-featured-image .project-image-container{width:100%}.project-card .project-featured-image .project-images{min-width:auto}.project-card .project-featured-image .project-images img{border-radius:0}.project-card .project-details{padding:1rem}.project-card .project-details .see-more-button{position:static;align-self:flex-start;margin-top:1rem}}@media(max-width:1000px){.projects-list{display:grid;grid-template-columns:1fr 1fr}.project-card{max-width:100%;flex-direction:column}.project-card .project-featured-image{width:100%;height:auto}.project-card .project-featured-image .project-image-container{width:100%}.project-card .project-featured-image .project-images{min-width:auto}.project-card .project-featured-image .project-images img{border-radius:0}.project-card .project-details{padding:1rem}.project-card .project-details .see-more-button{position:static;align-self:flex-start;margin-top:1rem}}@media(max-width:768px){.projects-list{grid-template-columns:1fr 1fr}.project-card .project-featured-image .project-image-container{height:200px}.project-card .project-featured-image .project-images .overlay-text p{font-size:16px}.project-card .project-details{padding:.75rem}.project-card .project-details .project-meta p{font-size:11px}.project-card .project-details>h2{font-size:18px}.project-card .project-details .project-college span,.project-card .project-details .project-college>p{font-size:11px}.project-card .project-details .project-description{font-size:11px;line-height:20px}.project-card .project-details .see-more-button{font-size:11px}}@media(max-width:480px){.projects-list{grid-template-columns:1fr}.project-card .project-featured-image .project-image-container{height:180px}.project-card .project-featured-image .project-images .overlay-text p{font-size:14px}.project-card .project-details{gap:.5rem;padding:.5rem}.project-card .project-details .project-meta p{font-size:10px;line-height:14px}.project-card .project-details>h2{font-size:16px;line-height:normal}.project-card .project-details .project-college span,.project-card .project-details .project-college>p{font-size:10px}.project-card .project-details .project-description{font-size:10px;line-height:18px}.project-card .project-details .see-more-button{font-size:10px}}.counties-display{display:inline-block;line-height:1.5}.counties-more-button{background:none;border:none;color:var(--bsu-red);text-decoration:underline;cursor:pointer;font-size:inherit;font-weight:500;padding:0;margin:0}.counties-more-button:hover{color:#8a0a2a}.counties-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;max-height:80vh;border:none;border-radius:12px;padding:0;background:#fff;box-shadow:0 4px 20px #00000040;z-index:1001}.counties-dialog-content{display:flex;flex-direction:column;max-height:80vh}.counties-dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--light-gray)}.counties-dialog-header h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--navy)}.counties-dialog-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:var(--mid-gray);transition:color .2s ease}.counties-dialog-close:hover{color:var(--bsu-red)}.counties-dialog-list{padding:1rem 1.5rem;overflow-y:auto;display:grid;grid-template-columns:repeat(2,1fr);flex-direction:row;gap:.5rem;max-height:300px}.counties-dialog-item{padding:.5rem;font-size:14px;color:var(--navy);border-bottom:1px solid var(--light-gray)}.counties-dialog-item:last-child{border-bottom:none}.counties-dialog-item a{color:var(--bsu-red)}.counties-dialog-item a:hover{color:#8a0a2a}@media(max-width:768px){.counties-dialog{width:95%;max-height:70vh}.counties-dialog-header{padding:1rem}.counties-dialog-header h3{font-size:1rem}.counties-dialog-list{padding:.75rem 1rem;grid-template-columns:repeat(1,1fr)}.counties-dialog-item{font-size:13px}}.image-explorer{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:80vh;z-index:9;background-color:#fff;box-shadow:0 0 9px 2px #0000000d;display:flex;flex-direction:column;overflow:hidden;border:none;padding:0;margin:0}.image-explorer .image-explorer-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;position:absolute;top:0;left:0;right:0;z-index:10;padding:20px;background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 70%,transparent 100%)}.image-explorer .image-explorer-header div{color:#fff}.image-explorer .image-explorer-header div h2{font-weight:700;text-transform:capitalize;text-shadow:2px 2px 4px rgba(0,0,0,.8);margin:0}.image-explorer .image-explorer-header div p{font-size:14px;font-weight:400;line-height:20px;margin-top:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.8);margin-bottom:0}.image-explorer .image-explorer-header button{border:none;background-color:transparent;position:relative;z-index:3}.image-explorer .image-explorer-header button .close-icon:hover{cursor:pointer;stroke:var(--bsu-red)}.image-explorer .image-explorer-active-media{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-explorer .image-explorer-active-media .image-explorer-active-img{width:100%;height:100%;object-fit:cover;object-position:center}.image-explorer .image-explorer-active-media .image-explorer-video-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-explorer .image-explorer-active-media .image-explorer-video-wrapper iframe{width:100%;height:100%;border:none}.image-explorer .image-explorer-active-media .image-explorer-pdf-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-explorer .image-explorer-active-media .image-explorer-pdf-wrapper embed{width:100%;height:100%;border:none}.image-explorer .image-explorer-active-media .image-explorer-audio-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--navy)}.image-explorer .image-explorer-active-media .image-explorer-audio-wrapper .image-explorer-audio-player{width:80%;max-width:400px;height:60px;border-radius:8px;background-color:#fff}.image-explorer .image-explorer-grid{display:flex;align-items:center;gap:10px;position:absolute;bottom:0;left:0;right:0;z-index:10;padding:20px;background:linear-gradient(0deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 70%,transparent 100%);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.image-explorer .image-explorer-grid .image-explorer-item{max-width:150px;flex:0 0 auto;width:100%;cursor:pointer}.image-explorer .image-explorer-grid .image-explorer-item img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;object-position:center;border-radius:4px}.image-explorer .image-explorer-grid .image-explorer-item img:hover{filter:brightness(.8)}.image-explorer .image-explorer-grid .in-active{filter:brightness(.4)}.image-explorer .image-explorer-grid .active{border:2px solid white;border-radius:4px;box-shadow:0 0 5px #ffffff80;filter:brightness(1)}@media(max-width:1200px){.image-explorer{width:90vw;height:80vh}.image-explorer .image-explorer-header{padding:15px}.image-explorer .image-explorer-header div h2{font-size:1.2rem}.image-explorer .image-explorer-header div p{font-size:13px;line-height:18px}.image-explorer .image-explorer-grid{gap:8px;padding:15px}.image-explorer .image-explorer-grid .image-explorer-item{max-width:120px}}@media(max-width:768px){.image-explorer{width:90vw;height:80vh}.image-explorer .image-explorer-header{padding:10px}.image-explorer .image-explorer-header div h2{font-size:1rem}.image-explorer .image-explorer-header div p{font-size:12px;line-height:16px}.image-explorer .image-explorer-header button svg{width:24px;height:24px}.image-explorer .image-explorer-grid{gap:6px;padding:10px}.image-explorer .image-explorer-grid .image-explorer-item{max-width:100px}}@media(max-width:480px){.image-explorer{width:99vw;height:50vh}.image-explorer .image-explorer-header{padding:8px}.image-explorer .image-explorer-header div h2{font-size:.9rem}.image-explorer .image-explorer-header div p{font-size:11px;line-height:14px}.image-explorer .image-explorer-header button svg{width:20px;height:20px}.image-explorer .image-explorer-grid{gap:4px;padding:8px}.image-explorer .image-explorer-grid .image-explorer-item{max-width:80px}}.pdf-thumbnail,.audio-thumbnail{width:100%;height:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background-color:var(--navy);color:#ecf0f1;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.pdf-thumbnail:hover{background-color:#555d77}.pdf-thumbnail-content{display:flex;flex-direction:column;align-items:center;gap:4px}.audio-thumbnail:hover{background-color:#555d77}.audio-thumbnail-content{display:flex;flex-direction:column;align-items:center;gap:4px}img{width:150px}.image-thumbnail{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:0;width:50%;height:100%;background-color:#fffc;z-index:9999}.loading-spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top:5px solid var(--bsu-red);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay p{margin-top:1rem;font-size:1.2rem;color:#555;font-weight:500}.ambassador-info{display:flex;align-items:center}.ambassador-info-button{background:none;border:none;cursor:pointer;color:var(--bsu-red);display:inline-flex;align-items:center;justify-content:center;padding:4px;margin-left:8px;border-radius:50%;transition:all .2s ease}.ambassador-info-button:hover{background-color:#ba0c2f1a;transform:scale(1.1)}.ambassador-info-button:active{transform:scale(.95)}.ambassador-modal-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;border:none;padding:0;width:100%}.ambassador-modal-overlay::backdrop{background-color:#00000080}.ambassador-modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:max-content;border-radius:13px;background:#fff;box-shadow:0 0 8px 5px #00000040;color:#000;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.ambassador-modal-header h1{text-transform:capitalize;font-weight:700;font-size:clamp(1rem,2vw,1.4rem)}.ambassador-modal-header h3{font-size:14px;font-weight:400;line-height:24px;color:var(--mid-gray);margin-top:.5rem}.ambassador-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;color:#000;font-weight:lighter;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;transition:all .2s ease;z-index:10}.ambassador-modal-close:hover{background-color:#fff3;color:var(--bsu-red)}.ambassador-modal-main{display:flex;gap:2rem;flex-wrap:wrap;margin-inline:auto;justify-content:center}.ambassador-modal-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.ambassador-modal-image{width:200px;aspect-ratio:173/192;object-fit:cover;object-position:center}.ambassador-modal-body h2{font-size:1.1rem;font-weight:700;color:var(--navy);margin:0}.ambassador-modal-body p{color:var(--bsu-red);font-size:16px;font-weight:500;margin:0}@media(max-width:1024px){.ambassador-modal-content{width:70%}}@media(max-width:768px){.ambassador-modal-content{width:90%}}.map-heatmap-legend{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.map-overlay{display:flex;overflow-x:auto;gap:1rem}.map-overlay::-webkit-scrollbar{display:none}.map-overlay button{width:max-content;border:none;cursor:pointer;padding:10px;border-radius:4px;background:var(--light-gray);box-shadow:0 4px 6px #00000040;color:var(--mid-gray);font-size:14px;font-weight:500}.map-overlay button:hover{background:var(--bsu-red);color:#fff}.map-heatmap-details-container{padding:var(--spacing);border-radius:6px;background:#fff;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;gap:.5rem;margin-bottom:5rem}.map-heatmap-details-container>h5{font-size:1.2rem;font-weight:700}.map-heatmap-details-container ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.map-heatmap-details-container ul li{display:flex;align-items:center;gap:.5rem;width:max-content;font-size:.9rem}.map-heatmap-details-container .color-box{width:40px;height:20px;border-radius:4px}.map-overlay-button.active{background-color:#ba0c2f;color:#fff}.map-overlay-button:hover{background-color:#d59f0f;color:#fff}.ambassador-toggle{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 2px 8px #00000026;font-size:14px;font-weight:500;color:#333}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e0e0e0;transition:.3s;border-radius:24px;box-shadow:inset 0 1px 3px #0000001a}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#ba0c2f}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 1px #ba0c2f}.dataset-controls{display:flex;gap:5px;flex-wrap:wrap}.info-window{padding-left:8px;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-size:14px;line-height:1.5;color:var(--mid-gray)}.info-window-title{font-weight:700;font-size:16px;margin-bottom:8px;color:var(--navy)}.info-window-projects{margin-bottom:12px}.info-window-ambassador{margin-bottom:12px;color:var(--bsu-red);font-weight:500}.info-window-button{padding:8px 12px;background-color:var(--bsu-red);color:#fff;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;border:1px solid var(--bsu-red)}.info-window>a{text-decoration:none;color:inherit;border:none;outline:none}.info-window-button:hover{background-color:#fff;color:var(--bsu-red);border:1px solid var(--bsu-red)}.map-container{position:fixed;top:0;right:0;width:50%;height:100%;z-index:6;overflow:hidden}.ambassador-toggle-container{margin:1.5rem}@media(max-width:1000px){.map-container{position:relative;width:100%;height:60vh;order:1}.map-heatmap-legend{margin-bottom:1rem}.map-overlay button{padding:12px;font-size:13px}.map-heatmap-details-container{padding:1rem;margin-bottom:0}.map-heatmap-details-container>h5{font-size:14px}.map-heatmap-details-container ul{gap:.5rem}.map-heatmap-details-container ul li{font-size:11px}.map-heatmap-details-container .color-box{width:40px;height:16px}.info-window{font-size:13px;max-width:200px}.info-window .info-window-title{font-size:14px}.info-window .info-window-button{padding:6px 10px;font-size:13px}.loading-overlay{width:100%;height:50vh}}@media(max-width:768px){.map-container{height:50vh}.map-heatmap-legend{margin-bottom:.5rem}.map-overlay{gap:.5rem}.map-overlay button{padding:8px 10px;font-size:12px}.map-heatmap-details-container{padding:.75rem}.map-heatmap-details-container>h5{font-size:13px}.map-heatmap-details-container ul{gap:.25rem}.map-heatmap-details-container ul li{font-size:16px}.map-heatmap-details-container .color-box{width:30px;height:12px}.dataset-controls{gap:3px}.info-window{font-size:12px;max-width:180px}.info-window .info-window-title{font-size:13px}.info-window .info-window-button{padding:5px 8px;font-size:12px}.loading-overlay{height:40vh}.loading-overlay .loading-spinner{width:40px;height:40px;border-width:4px}.loading-overlay p{font-size:1rem}}@media(max-width:480px){.map-container{height:60vh}.map-overlay button{padding:6px 8px;font-size:11px}.map-heatmap-details-container{padding:.5rem}.map-heatmap-details-container>h5{font-size:12px}.map-heatmap-details-container ul li{font-size:10px}.map-heatmap-details-container .color-box{width:15px;height:10px}.info-window{font-size:11px;max-width:160px}.info-window .info-window-title{font-size:12px}.info-window .info-window-button{padding:4px 6px;font-size:11px}.loading-overlay .loading-spinner{width:35px;height:35px;border-width:3px}.loading-overlay p{font-size:.9rem}}footer{background-color:var(--navy);color:var(--footer-text-color);padding:2rem;text-align:center;width:100%;display:grid;gap:.5rem;position:fixed;bottom:0;z-index:7}footer p:first-child{font-size:14px;font-weight:700}footer p:last-child{font-size:14px;font-weight:500}@media(max-width:1024px){footer{padding:1.5rem}footer p:first-child,footer p:last-child{font-size:13px}}@media(max-width:768px){footer{padding:1rem}footer p:first-child,footer p:last-child{font-size:12px}}@media(max-width:480px){footer{padding:.75rem}footer p:first-child,footer p:last-child{font-size:11px}}.location-page{display:flex;justify-content:center;height:100vh;width:100%}select:disabled{background-color:var(--light-gray);color:var(--mid-gray)}.location-left{width:100%}.location-left main{padding-top:var(--general-padding);padding-left:4rem;padding-right:2rem;display:flex;flex-direction:column;gap:var(--spacing);margin-top:5rem;max-width:50%}.location-left main .back-link{display:none}.location-left>main>.location-header{position:relative;margin-top:1rem}.location-left>main>.location-header h1{font-size:24px;font-weight:700;text-transform:capitalize;padding:0;margin-bottom:.5rem}.location-left>main>.location-header p{color:var(--navy);font-size:16px;font-weight:400;line-height:24px}.ambassador-link{color:var(--bsu-red);text-decoration:none;font-weight:500;transition:color .2s ease}.ambassador-link:hover{color:#8a0a2a;text-decoration:underline}.location-left>main>.location-header>a>button{position:absolute;top:-1px;left:-2.5rem;background-color:transparent;border:none;cursor:pointer}.location-left .location-filters p{color:var(--mid-gray);font-size:14px;line-height:21px;margin-bottom:10px}.location-left .location-filters .location-filters-selects{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.location-left .location-filters select{width:250px;border:none;padding:1rem;font-size:16px;color:var(--mid-gray);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201L9%209L17%201'%20stroke='%23787B82'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .5rem center;background-size:.9rem;background-color:var(--light-gray);--webkit-appearance: none;-moz-appearance:none;appearance:none;outline:none}.location-projects{display:flex;flex-direction:column;gap:1rem;margin-bottom:8rem}.location-projects>p{color:var(--mid-gray);font-size:14px}@media(max-width:1000px){.location-page{flex-direction:column;height:auto;min-height:100vh}.location-page .location-left{width:100%;order:2}.location-page .location-left main{max-width:100%;margin-top:2rem;padding:1.5rem}.location-page .location-left main .back-link{display:block;text-decoration:none;color:var(--bsu-red);font-weight:500;font-size:14px}.location-page .location-left main .location-header h1{font-size:20px}.location-page .location-left main .location-header p{font-size:14px}.location-page .location-left main .location-filters .location-filters-selects{gap:10px}.location-page .location-left main .location-filters .location-filters-selects select{width:100%;max-width:300px}}@media(max-width:768px){.location-page .location-left main{padding:2rem;margin-top:1rem}.location-page .location-left main .location-header h1{font-size:18px}.location-page .location-left main .location-header p{font-size:13px;line-height:20px}.location-page .location-left main .location-header>a>button{display:none}.location-page .location-left main .location-filters p{font-size:13px}.location-page .location-left main .location-filters .location-filters-selects{flex-direction:column;align-items:flex-start}.location-page .location-left main .location-filters select{font-size:14px;padding:.4rem .8rem}.location-page .location-left main .location-projects{margin-bottom:2rem}.location-page .location-left main .location-projects>p{font-size:13px}}@media(max-width:480px){.location-page{margin-bottom:4rem}.location-page .location-left main{padding:1rem}.location-page .location-left main .location-header h1{font-size:16px}.location-page .location-left main .location-header p{font-size:12px;line-height:18px}.location-page .location-left main .location-header>a>button{display:none}.location-page .location-left main .location-filters p{font-size:12px}.location-page .location-left main .location-filters select{font-size:13px;padding:.3rem .6rem}.location-page .location-left main .location-projects>p{font-size:12px}}.not-found-page{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.not-found-content{width:100%;max-width:1200px;padding:var(--general-padding)}.not-found-content main{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);margin-top:5rem}.not-found-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px}.not-found-container h1{font-size:8rem;font-weight:700;color:var(--bsu-red);margin:0;line-height:1}.not-found-container h2{font-size:2rem;font-weight:700;color:var(--navy);margin:0}.not-found-container p{font-size:16px;color:var(--mid-gray);line-height:24px;margin:0}.not-found-button{display:inline-block;padding:12px 24px;background-color:var(--bsu-red);color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:500;transition:background-color .2s ease;margin-top:1rem}.not-found-button:hover{background-color:#8a0a2a}@media(max-width:768px){.not-found-content{padding:1.5rem}.not-found-content main{margin-top:2rem;min-height:calc(100vh - 150px)}.not-found-container h1{font-size:6rem}.not-found-container h2{font-size:1.5rem}.not-found-container p{font-size:14px;line-height:20px}.not-found-button{padding:10px 20px;font-size:14px}}@media(max-width:480px){.not-found-content{padding:1rem}.not-found-content main{margin-top:1rem}.not-found-container{gap:1rem}.not-found-container h1{font-size:4rem}.not-found-container h2{font-size:1.25rem}.not-found-container p{font-size:13px;line-height:18px}.not-found-button{padding:8px 16px;font-size:13px}}
