@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Teko-SemiBold;src:url(https://cdn.ucsd.edu/cms/decorator-5/fonts/Teko-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--ucsd-navy:#182b49;--ucsd-blue:#00629b;--ucsd-gold:#c69214;--ucsd-yellow:#ffcd00;--ucsd-sand:#fff;--ucsd-text:#333}body{background:var(--ucsd-sand);color:var(--ucsd-text);font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5}h1,h2{font-family:Teko-SemiBold,Teko,sans-serif;font-weight:600;letter-spacing:.5px;line-height:1.1}h1{color:var(--ucsd-blue);font-size:3.5em}.h2,h2{color:var(--ucsd-navy);font-size:2.2em}@media (min-width:768px){.h2,h2{font-size:2.5em}}h3,h4,h5,h6{color:var(--ucsd-text);font-weight:400;line-height:1.5}h3{font-size:23px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}.ucsd-layout-header{display:block;width:100%;background-color:#2b92b9;border-bottom:1px solid rgba(24,43,73,.2)}.ucsd-layout-container{width:98%;max-width:1200px;margin:0 auto}.ucsd-layout-title{box-sizing:border-box;width:100%;height:92px;background:#fff;padding:1.5em 0}.ucsd-layout-title-row{display:flex;align-items:flex-start;justify-content:space-between;height:100%;position:relative}.ucsd-title-header{color:#000;font-size:1.35rem;letter-spacing:1px;text-decoration:none;text-transform:uppercase;margin-top:5px;line-height:1.2}.ucsd-title-header:focus,.ucsd-title-header:hover{color:#666;text-decoration:none}.ucsd-title-logo{flex:0 0 auto;width:229px;height:65px;overflow:hidden;text-indent:-999em;white-space:nowrap;background:url(/images/ucsd-sprite-base.png) no-repeat transparent;background-position:0 -3px}.ucsd-layout-navbar{min-height:50px;width:100%;background-color:#00629b;border:0;border-bottom:1px solid #00629b;margin-bottom:0}.ucsd-navbar-row{display:flex;align-items:center;justify-content:space-between}.ucsd-navbar-list{list-style:none;margin:0;padding:0;display:flex}.ucsd-title-logo-mobile{display:none;width:128px;height:24px;overflow:hidden;text-indent:-999em;white-space:nowrap;background:url(/images/ucsd-sprite-base2x.png) no-repeat transparent;background-position:0 -1px;background-size:280px 67px;filter:brightness(0) invert(1)}.ucsd-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;line-height:0;color:#fff}.ucsd-navbar-mobile-row{display:none;align-items:center;justify-content:space-between;width:100%}.ucsd-drawer-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999}.ucsd-drawer{position:fixed;top:0;left:0;height:100%;width:300px;max-width:85vw;background:#fff;z-index:1000;transform:translateX(-100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:3px 0 16px rgba(0,0,0,.18)}.ucsd-drawer-open{transform:translateX(0)}.ucsd-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #e4e4e4;background:#f5f5f5}.ucsd-drawer-close{background:none;border:none;cursor:pointer;padding:4px;line-height:0;color:#555}.ucsd-drawer-list{list-style:none;margin:0;padding:0;flex:1 1;overflow-y:auto}.ucsd-drawer-link{display:block;color:#00629b;padding:14px 20px;text-decoration:none;font-size:16px;border-bottom:1px solid #eee;font-family:var(--font-source-sans),"Source Sans 3",sans-serif}.ucsd-drawer-link:focus,.ucsd-drawer-link:hover{background-color:#f0f6fb;color:#00629b}.ucsd-navbar-link{display:block;color:#fff;background-color:#00629b;padding:15px;text-decoration:none;line-height:20px;font-size:16px}.ucsd-navbar-link:focus,.ucsd-navbar-link:hover{background-color:#004268;color:#fff}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:192dpi){.ucsd-title-logo{background-image:url(/images/ucsd-sprite-base2x.png);background-size:500px 120px}}@media only screen and (max-width:1200px){.ucsd-layout-container{max-width:960px}}@media only screen and (max-width:768px){.ucsd-layout-container{width:94%}.ucsd-layout-title{padding:1em 0;height:auto}.ucsd-layout-title-row{min-height:65px;align-items:center}.ucsd-title-header{margin-top:0;max-width:100%;font-size:1.9rem;letter-spacing:.08em;line-height:1.1}.ucsd-navbar-list,.ucsd-title-logo{display:none}.ucsd-navbar-mobile-row{display:flex}.ucsd-hamburger{display:flex;align-items:center;justify-content:center}.ucsd-layout-navbar{min-height:50px;position:relative}.ucsd-navbar-row{min-height:50px}}@media only screen and (max-width:360px){.ucsd-layout-title{padding:.5em 0}.ucsd-title-header{font-size:1.5rem;letter-spacing:.05em;margin-top:0}.ucsd-navbar-link{padding:20px 10px;font-size:15px}.ucsd-title-logo-mobile{width:112px;height:19px;background-size:245px 59px;background-position:0 -2px}}.ucsd-site-footer{width:100%;background-color:#00629b}.ucsd-site-footer-row{display:flex;justify-content:space-between;gap:1rem;padding:1.5em 0;color:#fff;font-size:.9em;line-height:1.5}.ucsd-site-footer-left p{margin:0}.ucsd-site-footer-links{list-style:none;margin:.5em 0 0;padding:0}.ucsd-site-footer-links>li{display:inline;border-right:1px solid #fff;margin-left:0;margin-right:.5em;padding-right:.75em}.ucsd-site-footer-links>li:last-child{border-right:none}.ucsd-site-footer-links>li>a{color:#fff;text-decoration:underline}.ucsd-site-footer-right{flex:0 0 auto;align-self:center}.ucsd-site-footer-logo{width:158px;height:30px;float:right}@media only screen and (max-width:768px){.ucsd-site-footer-row{flex-direction:column}.ucsd-site-footer-right{align-self:flex-start}.ucsd-site-footer-logo{float:none;margin-top:15px}}.textLayer{position:absolute;text-align:initial;inset:0;overflow:clip;opacity:1;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText;z-index:1}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.textLayer .markedContent span:not(.markedContent),.textLayer>:not(.markedContent){z-index:1}.textLayer span.markedContent{top:0;height:0}.textLayer span[role=img]{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.textLayer ::selection{background:rgba(0,0,255,.25)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-card{background:#fff;border:1px solid rgba(24,43,73,.12);border-radius:6px;padding:10px 20px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.app-card h1,.app-card h2{margin-top:0}.app-step{background:#fff;border:1px solid #d8d8d8;border-radius:6px;padding:8px 14px;margin-bottom:10px}.app-step-num{justify-content:center;width:30px;height:30px;border-radius:50%;font-weight:700;margin-bottom:8px}.app-btn,.app-step-num{display:inline-flex;align-items:center;background:var(--ucsd-blue);color:#fff;font-size:15px}.app-btn{gap:6px;padding:10px 22px;border:none;border-radius:4px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s;font-family:inherit}.app-btn:hover{background:var(--ucsd-navy);color:#fff}.app-btn:disabled{opacity:.6;cursor:default}.app-btn-full{width:100%;justify-content:center;padding:14px 22px;font-size:16px}.app-check-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:15px;color:var(--ucsd-text)}.app-check-item:before{content:"✓";color:var(--ucsd-blue);font-weight:700;font-size:16px;flex-shrink:0}.app-label{display:block;font-weight:600;margin-bottom:6px;font-size:14px}.app-input,.app-label{color:var(--ucsd-text)}.app-input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;font-family:inherit;box-sizing:border-box}.app-input:focus{outline:none;border-color:var(--ucsd-blue);box-shadow:0 0 0 2px rgba(0,98,155,.15)}.app-pill{padding:8px 16px;border:2px solid #ccc;border-radius:6px;cursor:pointer;font-size:14px;background:#fff;font-family:inherit;transition:all .15s}.app-pill-active{border-color:var(--ucsd-blue);color:var(--ucsd-blue);background:rgba(0,98,155,.06);font-weight:700}.app-card{padding:10px 14px}