/* v-center header */
.header_wrapper.bg-tu-green-official.text-white.h-20.p-5.pt-2.auto-cols-max.fixed.w-full.z-50 {
    height: unset;
    padding: 0.5rem;
}
header.container.mx-auto.min-h-0.grid.grid-cols-5 {
    align-items: center;
}
/* hide their block so you can override their template columns */
.tulane-logo-svg-text-block {
    display: none;
}

/* buttons */
.button-white {
    background-color: white;
}
.button.button-white:hover:not(.node-type-universal .button:hover) {
	background-color: #21543e !important;
	border: solid 1px white !important;
}
.button {
    border-radius: 8px;
}
.main_wrapper {
	padding-top:80px;
	min-width: 315px;
}
.toolbar-fixed .main_wrapper {
	padding-top:0;
}
h1 {
	line-height: unset;
}
.main_wrapper a {
	text-decoration: underline;
	color: #21543e;
}
.main_wrapper .form-search {
	color: #000;
}
/* menu overrides. */
.dropdown_left .bg-tu-blue-light {
    background-color: transparent;
}
#audience-menu {
	display:none;
}
/* override list typography */
ul li:not(nav ul li) {
    font-size: inherit;
    line-height: inherit;
}