﻿



/* Show the primary navigation by default */
/*.primary-nav {
    display: block;
}*/

/* Hide the additional navigation when the user is not logged in */
/*.additional-nav {
    display: none;
}*/


/* Hide the primary navigation by default */
/*.primary-nav {
    display: none;
}*/

/* Show the additional navigation when the user is logged in */
/*.additional-nav {
    display: block;
}*/

