  @import url("/alumni/files/buttons.css");
@media (min-width: 992px) {
			.navbar-header {
				position: relative;
				overflow: visible;
				z-index: 30; /* higher than .site-menu */
			}
			.navbar-header::after {
				content: "";
				clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
				position: absolute;
				left: 0;
				bottom: -100px;
				width: 200px;
				height: 90px;
				background: url(/alumni/images/alumni-logo.png) no-repeat 2rem center / 30% auto;
				background-color: #111C4E !important;
				pointer-events: none;
				z-index: 1;
			}
		.site-menu .navbar-nav {flex: 1 1 100%;margin-left:150px !important;}
		}