<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center !important;
    margin-top: -1.05rem !important;
    margin-bottom: 1rem;
    line-height: 1;
}

.student-form h2, .student-form h3, .staff-form h2, .staff-form h3 {
    color: #000000;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.15;
	text-transform: none;
}

.student-form ul li, .student-form ol li, .staff-form ul li, .staff-form ol li {
    padding-bottom: 0;
}

.navbar {
    display: none;
}

.header-wrapper {
    display: none;
}

.footer-wrapper {
    display: none;
}

.footer-contact-wrapper {
    display: none;
}

.form-instructions {
    display: none;
}

.form-instructions-print {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0;
    background-color: transparent;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.body-instructions ul li, .body-instructions ol li {
    padding-bottom: 0;
}

.special-instructions {
    margin: 1rem 0;
    padding: 0.75rem;
    background: transparent;
    border: 1px solid #cccccc;
}

.student-form label.form-label, .staff-form label.form-label {
    font-size: 1.05rem;
    font-weight: 600;
}

.student-form label.form-check-label, .staff-form label.form-check-label {
    margin-top: 0.1rem;
    font-size: 1.05rem;
}

.student-form .form-control, .staff-form .form-control {
    padding: 0 0.5rem;
    height: 1.75rem;
}

.student-form .form-group {
    margin-bottom: 0.25rem;
}

.student-form label {
    margin-bottom: 0;
}

.student-form .inline-input-print {
    margin-top: 0.5rem;
}

.student-form .checkbox-group, .student-form .radio-group, .student-form .checkbox-group-with-header, .radio-group-with-header {
    margin: 0.5rem 0.25rem;
}

.student-form .checkbox-group-stacked, .student-form .radio-group-stacked {
   margin: 0.5rem 1.25rem; 
}

.student-form .form-check, .student-form .form-check-inline {
    padding: 0.25rem 0 !important;
}

.student-form textarea {
    height: 100%;
}

.registrar-only {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #000000;
}

.registrar-only h3 {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1;
    text-align: center;
}

.signature-line-print {
    display: inline;
}

.signature-line {
    display: none;
}

.last-revised-date {
    background-color: transparent;
    margin: 0.25rem 0;
    padding: 0;
    font-size: 0.5rem;
    font-style: italic;
}

.pageBreak {
page-break-after: always;
}</pre></body></html>