Template:Calgary/GeneralSelectionMenu-Styling

/* --- [ MOBILE SECTION MENU ] --- */

.section-menu { transition: transform 0.5s ease-in-out;

 	width: 100%;
 	z-index: -1;
 	position: absolute;
 	transform: translateY(-100%);

}


/* --- [ Desktop Selection Menu ] --- */

.desktop-section-menu { display: flex; flex-direction: column; min-width: 300px; margin-right: 60px; display: none; }

hr { background-color: rgba(255, 255, 255, 0) !important; }