.photo-album-container{height:100%;align-items:start;margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));max-width:90rem;gap:0;grid-column:1/13;padding-block:2rem}@media screen and (min-width:768px){.photo-album-container{gap:10px}}@media screen and (min-width:1280px){.photo-album-container{gap:16px}}.photo-album-container .photo-album-title{grid-column:2/12;font-family:Nunito;font-weight:700;line-height:normal;font-size:1.8rem;color:#262626;margin-bottom:1.5rem}@media screen and (min-width:768px){.photo-album-container .photo-album-title{font-size:2rem;margin-bottom:.75rem}}@media screen and (min-width:768px)and (min-width:1280px){.photo-album-container .photo-album-title{font-size:2.5rem;margin-bottom:1rem}}.photo-album-container .photo-album-viewer{grid-column:2/12;position:relative;border-radius:12px;overflow:hidden;box-shadow:4px 4px 11.4px 0 rgba(0,0,0,.1);background:linear-gradient(135deg,#f5f7fa,#e8e8e8);aspect-ratio:16/10}.photo-album-container .photo-album-viewer .photo-album-main-image{position:absolute;inset:0}.photo-album-container .photo-album-viewer .photo-album-main-image.flip-enter{animation:fadeIn .4s ease-in-out}.photo-album-container .photo-album-viewer .photo-album-main-image.flipping-next,.photo-album-container .photo-album-viewer .photo-album-main-image.flipping-prev{animation:fadeOut .3s ease-in forwards}.photo-album-container .photo-album-viewer .photo-album-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;border:none;background-color:hsla(0,0%,100%,.9);color:#d93c3e;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .2s ease}.photo-album-container .photo-album-viewer .photo-album-nav:hover:not(:disabled){background-color:#fff;transform:translateY(-50%) scale(1.1)}.photo-album-container .photo-album-viewer .photo-album-nav:disabled{background-color:hsla(0,0%,100%,.5);color:#ccc;cursor:not-allowed}.photo-album-container .photo-album-viewer .photo-album-nav.photo-album-nav-prev{left:16px}.photo-album-container .photo-album-viewer .photo-album-nav.photo-album-nav-next{right:16px}.photo-album-container .photo-album-viewer .photo-album-counter{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:2;background-color:rgba(0,0,0,.6);color:#fff;padding:4px 16px;border-radius:20px;font-family:Lato,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.5px}.photo-album-container .photo-album-thumbnails{grid-column:2/12;display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.photo-album-container .photo-album-thumbnails::-webkit-scrollbar{height:6px}.photo-album-container .photo-album-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.photo-album-container .photo-album-thumbnails::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.photo-album-container .photo-album-thumbnails::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.photo-album-container .photo-album-thumbnails .photo-album-thumbnail{position:relative;flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s ease;padding:0;background:none}.photo-album-container .photo-album-thumbnails .photo-album-thumbnail:hover{transform:scale(1.05);border-color:#d93c3e}.photo-album-container .photo-album-thumbnails .photo-album-thumbnail.active{border-color:#d93c3e;box-shadow:0 0 0 2px rgba(217,60,62,.3)}@media screen and (min-width:768px){.photo-album-container .photo-album-thumbnails,.photo-album-container .photo-album-title,.photo-album-container .photo-album-viewer{grid-column:2/12}}@media screen and (min-width:1280px){.photo-album-container .photo-album-thumbnails,.photo-album-container .photo-album-title,.photo-album-container .photo-album-viewer{grid-column:2/12}.photo-album-container .photo-album-thumbnails .photo-album-thumbnail{width:100px;height:75px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media(max-width:768px){.photo-album-container .photo-album-viewer{aspect-ratio:4/3;border-radius:8px}.photo-album-container .photo-album-viewer .photo-album-nav{width:36px;height:36px}.photo-album-container .photo-album-viewer .photo-album-nav.photo-album-nav-prev{left:8px}.photo-album-container .photo-album-viewer .photo-album-nav.photo-album-nav-next{right:8px}.photo-album-container .photo-album-thumbnails .photo-album-thumbnail{width:60px;height:45px}}@import"https://fonts.googleapis.com/css2?family=Bitter:wght@500;600&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap";.bs-text-error,.j-text-error,.ol-text-error,.vr-text-error{color:#c61e1c}.bs-text-warning,.j-text-warning,.ol-text-warning,.vr-text-warning{color:#e0a51d}.bs-text-success,.j-text-success,.ol-text-success,.vr-text-success{color:#089444}.j-background-primary{background-color:#fff}.j-background-tint{background-color:#f4f9f8}.j-background-tint-alt{background-color:#ceecf3}.j-background-accent{background-color:#c0e3d0}.j-background-inverted{background-color:#2f4165}.j-background-subdued{background-color:#f5f5f5}.j-background-subdued-alt{background-color:#f0efef}.j-background-subdued-alt-secondary{background-color:#e6e6e6}.j-border{border:1px solid}.j-border-primary{border-color:#e6e6e6}.j-border-accent{border-color:#089444}.j-border-subdued{border-color:#6b7280}.j-border-inverted{border-color:#fff}.j-fill-alt{background-color:#c0e3d0}.j-fill-alt-secondary{background-color:#ceecf3}.j-fill-primary{background-color:#089444}.j-fill-inverted{background-color:#fff}.j-link-primary{color:#089444}.j-link-inverted{color:#fff}.j-text-primary{color:#2f4165}.j-text-inverted{color:#fff}.j-text-neutral{color:#30333a}.j-title-primary{color:#2f4165}.ol-background-primary{background-color:#fff}.ol-background-tint,.ol-background-tint-alt{background-color:#f0f3f4}.ol-background-accent{background-color:#2779be}.ol-background-inverted{background-color:#121b42}.ol-background-subdued{background-color:#f5f5f5}.ol-background-subdued-alt{background-color:#f0efef}.ol-background-subdued-alt-secondary{background-color:#e6e6e6}.ol-border{border:1px solid}.ol-border-primary{border-color:#e6e6e6}.ol-border-accent{border-color:#0f56a3}.ol-border-subdued{border-color:#6b7280}.ol-border-inverted{border-color:#fff}.ol-fill-alt,.ol-fill-alt-secondary{background-color:#f0f3f4}.ol-fill-primary{background-color:#0f56a3}.ol-fill-inverted{background-color:#fff}.ol-link-primary{color:#0f56a3}.ol-link-inverted{color:#fff}.ol-text-primary{color:#121b42}.ol-text-inverted{color:#fff}.ol-text-neutral,.ol-title-primary{color:#30333a}.vr-background-primary{background-color:#fff}.vr-background-tint{background-color:#cbe1d7}.vr-background-tint-alt{background-color:#ebedd3}.vr-background-accent{background-color:#037877}.vr-background-inverted{background-color:#3a2c34}.vr-background-subdued{background-color:#f5f5f5}.vr-background-subdued-alt{background-color:#f0efef}.vr-background-subdued-alt-secondary{background-color:#e6e6e6}.vr-border{border:1px solid}.vr-border-primary{border-color:#e6e6e6}.vr-border-accent{border-color:#037877}.vr-border-subdued{border-color:#6b7280}.vr-border-inverted{border-color:#fff}.vr-fill-alt{background-color:#ebedd3}.vr-fill-alt-secondary{background-color:#cbe1d7}@font-face{font-family:Nunito;src:url(/fonts/Nunito-VariableFont_wght.ttf) format("truetype");font-weight:100 200 300 400 500 600 700 800 900;font-style:normal}@font-face{font-family:Nunito;src:url(/fonts/Nunito-Italic-VariableFont_wght.ttf) format("truetype");font-weight:100 200 300 400 500 600 700 800 900;font-style:italic}@font-face{font-family:Lato;src:url(/fonts/Lato-Regular.ttf) format("truetype");font-weight:400;font-style:normal}a{cursor:pointer}a:hover{text-decoration:underline;text-underline-offset:.25rem;text-decoration-thickness:1.5px}a.no-underline:hover{text-decoration:inherit}body,html{font-family:Lato,sans-serif;color:#262626}h1{font-family:Nunito,sans-serif}input[type=checkbox]{accent-color:#d93c3e}:root{--search-popup-top:5.6rem;--search-popup-top-small:5.6rem}.skip-link{position:absolute;top:-40px;left:6px;background:#262626;color:#fff;padding:8px;text-decoration:none;z-index:1000;border-radius:4px;font-weight:700}.skip-link:focus{top:6px}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.scholarship-content{display:block;min-height:100vh}.scholarship-content .scholarship-section{height:100%;align-items:start;margin:0 auto;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));max-width:90rem;gap:0;grid-column:1/13;padding-block:2rem}@media screen and (min-width:768px){.scholarship-content .scholarship-section{gap:10px}}@media screen and (min-width:1280px){.scholarship-content .scholarship-section{gap:16px}}.scholarship-content .scholarship-section .scholarship-section-title{grid-column:2/12;font-family:Nunito;font-weight:700;line-height:normal;font-size:1.8rem;color:#262626;margin-bottom:1.5rem}@media screen and (min-width:768px){.scholarship-content .scholarship-section .scholarship-section-title{font-size:2rem;margin-bottom:.75rem}}@media screen and (min-width:768px)and (min-width:1280px){.scholarship-content .scholarship-section .scholarship-section-title{font-size:2.5rem;margin-bottom:1rem}}.scholarship-content .scholarship-section .scholarship-section-body{grid-column:2/12;padding:2rem;border-radius:4px;position:relative;background-color:rgba(217,60,62,.04);background-image:repeating-linear-gradient(180deg,transparent 0,transparent calc(1.8em - 1px),rgba(217,60,62,.04) calc(1.8em - 1px),rgba(217,60,62,.04) 1.8em);background-position:0 2rem;box-shadow:0 6px 28px rgba(217,60,62,.14),4px 4px 16px rgba(217,60,62,.08),0 1px 4px rgba(217,60,62,.06)}.scholarship-content .scholarship-section .scholarship-section-body .scholarship-portrait{position:relative;float:right;width:30vw;max-width:280px;aspect-ratio:1/1;border-radius:8px;overflow:hidden;margin:0 0 1.5rem 2rem;flex-shrink:0;box-shadow:4px 4px 12px rgba(0,0,0,.12);z-index:1}.scholarship-content .scholarship-section .scholarship-section-body p{font-family:Lato;font-style:normal;line-height:normal;font-size:1rem;line-height:1.8;color:#262626;margin-bottom:1.25rem;text-wrap:pretty;position:relative;z-index:1;min-height:1.8em}.scholarship-content .scholarship-section .scholarship-section-body p:last-child{margin-bottom:0}.scholarship-content .scholarship-section .scholarship-section-body .scholarship-cursor{display:inline-block;width:2px;height:1.1em;background-color:#d93c3e;margin-left:2px;vertical-align:text-bottom;animation:cursorBlink .7s step-end infinite}.scholarship-content .scholarship-section .scholarship-section-body:after{content:"";display:table;clear:both}@media screen and (min-width:768px){.scholarship-content .scholarship-section .scholarship-section-title{grid-column:2/12}.scholarship-content .scholarship-section .scholarship-section-body{grid-column:2/12;padding:2.5rem}.scholarship-content .scholarship-section .scholarship-section-body .scholarship-portrait{width:22vw;max-width:260px}.scholarship-content .scholarship-section .scholarship-section-body p{font-size:1.1rem}}@media screen and (min-width:1280px){.scholarship-content .scholarship-section .scholarship-section-title{grid-column:2/12}.scholarship-content .scholarship-section .scholarship-section-body{grid-column:2/12;padding:3rem}.scholarship-content .scholarship-section .scholarship-section-body .scholarship-portrait{width:18vw;max-width:260px}.scholarship-content .scholarship-section .scholarship-section-body p{font-size:1.15rem;line-height:1.9}}