First to know
Source: https://study.anu.edu.au/stories Parent: https://study.anu.edu.au/apply/overseas-student-health-cover-oshc
[#### When university isn’t just down the road
From Myrtleford to ANU: George Whitford shares how distance, RESN, community and Open Day shaped his decision to study in Canberra.
Why choose ANU](https://study.anu.edu.au/stories/when-university-isnt-just-down-road)
[#### 7 reasons why Canberra is perfect for postgraduate students
Considering postgraduate study? See why Canberra stands out for quality of life, graduate employment, networking and career progression.
Hello Canberra](https://study.anu.edu.au/stories/7-reasons-why-canberra-perfect-postgraduate-students)
[#### Meet the ANU Board Games Society
Meet the ANU Board Games Society and explore how weekly game nights help students connect, unwind and build community at ANU.
Student experience](https://study.anu.edu.au/stories/meet-anu-board-games-society)
[#### Our top 10 most read stories of 2025
Discover the top 10 Study ANU Stories articles of 2025. From campus life to Canberra highlights, catch up on the year’s most-read articles in one…
Why choose ANU](https://study.anu.edu.au/stories/our-top-10-most-read-stories-2025)
[#### 5 cool things you didn’t know about ANU
Get to know the surprising side of ANU with cool facts, hidden history and the iconic details that give our campus its one-of-a-kind character.
Why choose ANU](https://study.anu.edu.au/stories/5-cool-things-you-didnt-know-about-anu)
[#### The top time saver tips for postgraduate students
Discover the top time saver tips for postgraduate students, from smart study tools to practical routines designed to simplify your week.
Why choose ANU](https://study.anu.edu.au/stories/top-time-saver-tips-postgraduate-students)
[#### The meaning is in the making for ceramicist Nathan Nhan
Meet Canberra ceramicist and ANU alum Nathan Nhan, whose family heritage and art school training shape his colourful, experimental practice.
Student experience](https://study.anu.edu.au/stories/meaning-making-ceramicist-nathan-nhan)
[#### What to do in Canberra this summer
Plan your summer in Canberra with our guide to activities, swimming spots and the best ways to enjoy the warm weather.
Hello Canberra](https://study.anu.edu.au/stories/what-do-canberra-summer)
[#### Why small classes make a big difference
Discover how small class sizes at ANU help build connection, focus and confident learning for uni students.
Why choose ANU](https://study.anu.edu.au/stories/why-small-classes-make-big-difference)
[#### Why a postgraduate degree is always worth it
Is a postgraduate degree worth it? Discover how further study can expand your career, confidence and connection long after graduation.
Why choose ANU](https://study.anu.edu.au/stories/why-postgraduate-degree-always-worth-it)
[#### Canberra is officially Australia’s safest city
Discover why Canberra is the safest city in Australia and why it is the best place for you to study as a uni student.
Hello Canberra](https://study.anu.edu.au/stories/canberra-officially-australias-safest-city)
[#### Jiaqi Zhou on building a future in law and a life at ANU
From student support to cultural connections, Eunice shares how studying law at ANU gave her balance, belonging and career pathways in Canberra.
Our people](https://study.anu.edu.au/stories/jiaqi-zhou-building-future-law-and-life-anu)
Your ANU
.divider { display: flex; } .divider::before, .divider::after { content: ""; flex: 1; } .line { align-items: center; margin: 1em -1em; } .line::before, .line::after { height: 2px; margin: 0 1em; background: #be830e; }
/* filter CSS */
ac-exposed-forms .ac-exposed-forms-general .filters-nav-inner .filters-nav .filters-nav-menu-subheading {
padding-bottom: 0; }
ac-exposed-forms .ac-exposed-forms-general .filters-nav-inner .filters-nav .filters-nav-menu-subheading fieldset .fieldset-wrapper {
min-width: 100% !important; margin-top: 0; } .views-exposed-form fieldset { border: 0; display: flex; flex-wrap: wrap; align-items: center; } .views-exposed-form fieldset .form-item { flex: 1 1 30%; min-width: 150px; padding-left: 0; align-items: center; } .views-exposed-form .form-actions { margin-top: 0; margin-bottom: 0; padding-top: 0; } /* .views-exposed-form fieldset .form-item::before { content: ''; display: inline-block; width: 50px; /* Adjust icon size */ height: 50px; background-image: unset; background-size: contain; background-repeat: no-repeat; margin-right: 8px; /* Spacing between icon and field */ vertical-align: middle; } */ .views-exposed-form fieldset .form-item:first-of-type::before { background-image: url('https://imagedepot.anu.edu.au/isfs/campaign/icon-filter.svg'); } .views-exposed-form fieldset>div.form-item:nth-of-type(4)::before { background-image: url('https://imagedepot.anu.edu.au/isfs/campaign/icon-search.svg'); } .views-exposed-form fieldset>div.form-item:nth-of-type(4) .field-span { width: 100%; } input[name="field_cb_title"] { width: 100%; } .views-exposed-form legend { display: none; } .views-exposed-form fieldset>div { display: flex; width: 26%; padding: 10px; } .views-exposed-form fieldset>div>label { margin-right: 10px; } .views-exposed-form .chosen-container, .views-exposed-form .field-span>input { flex: 1; } .views-exposed-form .chosen-container { width: 95% !important; } .views-exposed-form .chosen-single, .views-exposed-form fieldset>div>select { border: 0 !important; border-radius: 0 !important; border-bottom: 2px solid #000 !important; } .views-exposed-form fieldset>div:nth-last-child(2) { flex: 1 1 35%; } .views-exposed-form fieldset>div:last-child { flex: 0 0 130px; } .views-exposed-form .field-span>input { border: 0; border-bottom: 2px solid #000; } /* media query */ @media (max-width: 991px) { .views-exposed-form fieldset>div { flex-basis: 100% !important; } } @media (max-width: 576px) { .views-exposed-form fieldset .form-item::before { display: none !important; } .views-exposed-form fieldset>div>select { width: 90%; -webkit-appearance: none; appearance: none; } } fieldset>.form-item, fieldset>.form-actions { margin-top: 0; margin-bottom: 0; } .chosen-container-multi .chosen-choices { border-radius: 0 !important; border: 0 !important; border-bottom: 2px solid #000 !important; }
document.addEventListener("DOMContentLoaded", function () { function removeSpinner() { //console.log('Checking for spinners...'); document.querySelectorAll(".ajax-progress-fullscreen, .ajax-progress").forEach(spinner => { //console.log('Hiding spinner...'); spinner.style.display = "none"; // Forcefully hide any AJAX spinners }); } function monitorSpinners() { const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { mutation.addedNodes.forEach((node) => { if (node.classList && (node.classList.contains('ajax-progress-fullscreen') || node.classList.contains('ajax-progress'))) { //console.log('Spinner detected, watching it...'); // As soon as a spinner appears, watch for it to be removed setTimeout(removeSpinner, 2000); // Give it a little time before force-removing } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); //console.log('Now watching for any new AJAX spinners...'); } // Monitor AJAX events and force-hide spinners after AJAX completes document.addEventListener("ajaxComplete", function () { //console.log('AJAX completed, ensuring spinner is removed...'); removeSpinner(); }); // Start watching for spinners immediately monitorSpinners(); });