Sorry, you need to enable JavaScript to visit this website.
Skip to main content

test page 1002

:root { /* Official KSU Theme Colors */ --ksu-blue: #0083BD; --ksu-navy: #004a75; --ksu-gold: #b3925d; --ksu-gold-light: #d6b57d; } .accreditation-vibrant-wrapper { max-width: 1000px; margin: 50px auto; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } /* --- THE SPLIT GRID --- */ .vibrant-grid { display: grid; /* Strictly sets exactly two columns of equal size */ grid-template-columns: 1fr 1fr; gap: 25px; padding: 10px; } /* --- THE

test page 1002

:root { /* Official KSU Theme Colors */ --ksu-blue: #0083BD; --ksu-navy: #004a75; --ksu-gold: #b3925d; --ksu-gold-light: #d6b57d; } .accreditation-vibrant-wrapper { max-width: 1000px; margin: 50px auto; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } /* Small, bold header */ .vibrant-header { text-align: center; font-size: 18px; text-transform: uppercase; letter-spacing: 3px; font-weight: 800; color: var(--ksu-navy); margin-bo
Subscribe to