/* Custom added nav styles */
.nav-dropdown-container-padding {
	display: none;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: -13px;
}
.nav-dropdown-container {
	background: #fff;
	box-shadow: 0 3px 1px 2px rgba(0, 0, 0, 0.1);
	width: 320px;
	padding: 7px 25px;
	border-top: 1px solid #e0e0e0;
	border-radius: 4px;
}
.dropdown-anchor {
	position: relative;
	z-index: 99;
}
.dropdown-anchor:hover .nav-dropdown-container-padding {
	display: block;
}
.nav-dropdown-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-dropdown-list li {
	border-bottom: 1px solid rgba(85, 89, 96, 0.2);
}

.nav-dropdown-list li:last-child {
	border-bottom: none;
}
.menu-dropdown-list__title {
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-size: 0.95em;
	font-weight: 600;
	color: #333;
	padding: 0 0 2px 0 !important;
	margin: 0 !important;
	line-height: 1.1;
	letter-spacing: -0.25px;
}
.menu-dropdown-list__desc {
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-size: 0.85em;
	font-weight: 400;
	color: #888;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1;
	letter-spacing: -0.1px;
}
.menu-dropdown-list__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 16px 0;
}
.menu-dropdown-list__left {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.menu-dropdown-list__right {
	flex: 0 0 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu-dropdown-list__right img {
	height: 18px;
	transition: transform 100ms ease-in-out;
}
.menu-dropdown-list__link:hover div .menu-dropdown-list__right img {
	transform: translate(5px, 0);
}
.menu-dropdown-list__link:hover .menu-dropdown-list__title {
	text-decoration: underline;
	text-decoration-color: #000;
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
	text-underline-offset: 1px;
}
.menu-dropdown-list__link:hover {
	text-decoration: none;
}
.dropdown-anchor .nav-link::after {
	content: "+";
	color: #7c6136;
	margin-left: 2px;
}
.navbar.purdue-top-nav {
	padding: 1.22rem 2rem;
	align-items: center;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
	background: #fff;
	z-index: 100;
}

.navbar-brand .desktop-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.navbar-brand .desktop-logo a:first-child {
	padding-right: 1.25rem !important;
	border-right: 1px solid #555960;
}

.navbar-brand .desktop-logo a:last-child {
	padding-left: 1.25rem !important;
	font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03125rem;
	max-width: 25rem;
	padding-bottom: 0.2rem;
	display: flex;
	align-items: center;
}

.navbar-brand .desktop-logo img {
	width: 223px;
	max-height: 40.45px;
}

.purdue-full-logo {
	display: flex;
}

.purdue-p-logo {
	display: none;
}

@media screen and (max-width: 650px) {
	.purdue-full-logo {
		display: none;
	}
	.purdue-p-logo {
		display: block;
		width: 75px !important;
	}
	.navbar-burger span {
		display: none !important;
	}
	.navbar-brand .desktop-logo a:last-child {
		font-size: 1.3rem !important;
	}
}

/* Purdue theme inherited nav styles */
.header--global.header--two-rows {
	z-index: 1000;
}

.header--global.is-fixed-top:not(.second-nav-sticky) .purdue-top-nav {
	left: 0;
	position: fixed;
	right: 0;
}

.header--global.is-fixed-top.second-nav-sticky {
	left: 0;
	position: fixed;
	right: 0;
}

.navbar-menu .menu-items {
	flex-wrap: wrap;
}

.navbar-menu .menu-items .navbar-dropdown {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transform-style: preserve-3d;
}

@media screen and (min-width: 768px), print {
	.navbar-menu .menu-items .navbar-dropdown {
		top: 100%;
	}
}

.navbar-menu .menu-items .navbar-item.active > a:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-menu .menu-items .navbar-item:hover .navbar-link:after {
	border: none;
	transform: rotate(-180deg);
}

.navbar-menu .menu-items .navbar-item:hover.active > a:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-menu .menu-items .navbar-item:hover > a.is-active-page:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-menu .menu-items .navbar-item .submenu {
	transform-style: preserve-3d;
}

.navbar-menu .menu-items .navbar-item .submenu:hover > .navbar-dropdown-submenu {
	display: block;
}

.navbar-menu .menu-items .navbar-item .submenu:hover .navbar-link-submenu:after {
	border: none;
	right: -1.6rem;
}

.navbar-menu .menu-items .navbar-item .submenu .navbar-dropdown-submenu {
	top: -0.6rem;
	margin-left: 100%;
	background-color: #fff;
	box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
	display: none;
	left: 0;
	min-width: 12rem;
	padding: 0.5rem 0;
	position: absolute;
	z-index: 20;
	border-radius: 4px;
	transform: translateZ(-10px);
}

.navbar-menu .menu-items .navbar-item .submenu .navbar-link-submenu {
	margin-right: 1.5rem;
}

.navbar-menu .menu-items .navbar-item .submenu .navbar-link-submenu:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
	pointer-events: none;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 2.5px);
	right: -1.125rem;
	width: 12px;
	height: 7px;
	transform: rotate(-90deg);
	transition: right 0.3s ease;
}

.navbar-menu .menu-items a {
	position: relative;
	font-weight: 600;
	color: #000;
}

/* .navbar-menu .menu-items .nav-link:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background: #8e6f3e;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
} */

.navbar-menu .menu-items a.navbar-link:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
	pointer-events: none;
	background-repeat: no-repeat;
	position: absolute;
	top: 2.2rem;
	right: 1.125rem;
	width: 12px;
	height: 7px;
	border: none;
	transform: rotate(0);
	transition: transform 0.3s ease;
}

.navbar-menu .menu-items a.is-active-page:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-menu .menu-items a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar.purdue-top-nav a {
	color: #000;
}

@media screen and (max-width: 1023px) {
	.navbar.purdue-top-nav {
		padding: 1.25rem 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar.purdue-top-nav {
		padding: 1.25rem 1.25rem;
	}
}

.navbar.purdue-top-nav .icon {
	background: none;
	border: none;
	width: 4em;
}

.navbar.purdue-top-nav .icon:hover {
	cursor: pointer;
}

.navbar.purdue-top-nav .icon .burger-icon {
	display: block;
	font-size: 2em;
	width: 2.5em;
}

@media screen and (max-width: 1215px) {
	.navbar.purdue-top-nav .navbar-brand {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.navbar.purdue-top-nav .navbar-brand {
		min-height: 2rem;
	}
}

.navbar.purdue-top-nav .navbar-brand .navbar-item {
	padding: 0;
	margin: 0;
}

.navbar.purdue-top-nav .navbar-brand .navbar-item img {
	max-width: 100%;
	max-height: 50px;
}

.navbar.purdue-top-nav .navbar-brand .icon {
	width: 3em;
	font-weight: 600;
}

.navbar.purdue-top-nav .navbar-brand .icon .burger-icon {
	width: 1.5em;
}

.navbar.purdue-top-nav .navbar-brand .icon .burger-icon.is-hidden {
	display: none;
}

.navbar.purdue-top-nav .navbar-brand .icon .burger-icon.is-active {
	display: block;
}

.navbar.purdue-top-nav .navbar-brand .icon span {
	top: 0;
	left: 0;
	position: relative;
	background: none;
	height: auto;
	width: auto;
	transform: none;
}

@media screen and (max-width: 1215px) {
	.navbar.purdue-top-nav .navbar-brand .icon {
		display: flex;
		width: auto;
	}
}

@media screen and (min-width: 1215px) {
	.navbar-burger {
		display: none !important;
	}
}

.navbar.purdue-top-nav .navbar-brand .icon .close-icon {
	font-size: 2.2em;
	width: 1.75rem;
}

.navbar.purdue-top-nav .navbar-brand .icon .close-icon.is-hidden {
	display: none;
}

.navbar.purdue-top-nav .navbar-brand .icon .close-icon.is-active {
	display: flex;
}

@media screen and (max-width: 1215px) {
	.navbar.purdue-top-nav .navbar-menu {
		display: none;
	}
}

@media screen and (min-width: 768px), print {
	.navbar.purdue-top-nav .navbar-menu .menu-items {
		margin-top: -1.22rem;
		margin-bottom: -1.22rem;
		padding-right: 1.5rem;
	}
}

.navbar.purdue-top-nav .navbar-menu a.navbar-link:before {
	bottom: 1.95rem;
	left: 12px;
	width: calc(100% - 52px);
}

.navbar.purdue-top-nav .navbar-menu a.navbar-link:after {
	top: 2.9rem;
}

.purdue-top-nav__second-row.navbar-menu {
	background: #ededed;
	min-height: 4rem;
	padding: 0 3.25rem;
	z-index: 999;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.purdue-top-nav__second-row.navbar-menu .menu-items {
	margin: 0 -0.75rem;
	flex: 1;
}

.purdue-top-nav__second-row.navbar-menu .menu-items .purdue-header-cta-button-wrap {
	margin-left: auto;
}

.purdue-top-nav__second-row.navbar-menu .menu-items .purdue-header-cta-button-wrap:hover a {
	background-color: #000;
}

.purdue-top-nav__second-row.navbar-menu .menu-items .purdue-header-cta-button-wrap a {
	color: #fff;
	font-weight: 900;
}

.purdue-top-nav__second-row.navbar-menu .menu-items .purdue-header-cta-button-wrap a:hover {
	color: #000;
}

.purdue-top-nav__second-row.navbar-menu .menu-items .purdue-header-cta-button-wrap a::before {
	visibility: hidden;
}

.purdue-top-nav__second-row.navbar-menu a.navbar-link:before {
	bottom: 1.25rem;
	left: 12px;
	width: calc(100% - 52px);
}

.purdue-top-nav__second-row.navbar-menu a.navbar-link:hover,
.purdue-top-nav__second-row.navbar-menu a.navbar-link.active,
.purdue-top-nav__second-row.navbar-menu a.navbar-link:focus,
.purdue-top-nav__second-row.navbar-menu a.navbar-link:focus-within {
	background: #ededed;
}

.purdue-top-nav__second-row.navbar-menu .navbar-dropdown {
	background: #ededed;
}

.purdue-top-nav__second-row.navbar-menu .navbar-item:hover > a {
	background: #ededed;
}

.purdue-top-nav__second-row.navbar-menu .navbar-item .submenu .navbar-dropdown-submenu {
	background: #ededed;
}

.header--global.header--two-rows .navbar.purdue-top-nav {
	z-index: 1000;
}

.header--global.header--two-rows .navbar-brand {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header--global.header--two-rows .navbar-brand .navbar-logo {
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.header--global.header--two-rows .navbar-brand .navbar-logo {
		flex-direction: column;
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.header--global.header--two-rows .navbar-brand .navbar-logo a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.header--global.header--two-rows .navbar-brand .navbar-logo .navbar-item {
	padding-right: 1.25rem;
	border-right: 1px solid #555960;
}

@media screen and (max-width: 767px) {
	.header--global.header--two-rows .navbar-brand .navbar-logo .navbar-item {
		padding-right: 0;
		border-right: none;
		padding-bottom: 1.25rem;
		border-bottom: 1px solid #555960;
		width: 100%;
	}
}

.header--global.header--two-rows .navbar-brand .navbar-logo .navbar-site-name {
	font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03125rem;
	padding-left: 1.25rem;
	max-width: 25rem;
	padding-bottom: 0.2rem;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header--global.header--two-rows .navbar-brand .navbar-logo .navbar-site-name {
		padding-left: 0;
		padding-top: 1.25rem;
		max-width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.header--global.header--two-rows .navbar-burger {
		display: block;
	}

	.header--global.header--two-rows .navbar-burger.is-hidden {
		display: none;
	}

	.header--global.header--two-rows .navbar-burger.is-active {
		display: block;
	}
}

.header--global.header--two-rows .navbar-buttons .navbar-close.is-hidden {
	display: none;
}

.header--global.header--two-rows .navbar-buttons .navbar-close.is-active {
	display: flex;
}

@media screen and (max-width: 767px) {
	.header--global.header--two-rows .navbar-buttons {
		position: absolute;
		right: 1.25rem;
		top: 0.8rem;
	}
}

@media screen and (min-width: 1216px) {
	.header--global.header--two-rows .navbar-start > .navbar-item {
		height: 64px;
	}
}

.navbar {
	background-color: #fff;
	min-height: 3.25rem;
	position: relative;
	z-index: 30;
}

.navbar.is-white {
	background-color: #fff;
	color: #000;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
	color: #000;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus,
.navbar.is-white .navbar-brand > a.navbar-item:hover,
.navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
	background-color: #f2f2f2;
	color: #000;
}

.navbar.is-white .navbar-brand .navbar-link::after {
	border-color: #000;
}

.navbar.is-white .navbar-burger {
	color: #000;
}

@media screen and (min-width: 1024px) {
	.navbar.is-white .navbar-start > .navbar-item,
	.navbar.is-white .navbar-start .navbar-link,
	.navbar.is-white .navbar-end > .navbar-item,
	.navbar.is-white .navbar-end .navbar-link {
		color: #000;
	}

	.navbar.is-white .navbar-start > a.navbar-item:focus,
	.navbar.is-white .navbar-start > a.navbar-item:hover,
	.navbar.is-white .navbar-start > a.navbar-item.is-active,
	.navbar.is-white .navbar-start .navbar-link:focus,
	.navbar.is-white .navbar-start .navbar-link:hover,
	.navbar.is-white .navbar-start .navbar-link.is-active,
	.navbar.is-white .navbar-end > a.navbar-item:focus,
	.navbar.is-white .navbar-end > a.navbar-item:hover,
	.navbar.is-white .navbar-end > a.navbar-item.is-active,
	.navbar.is-white .navbar-end .navbar-link:focus,
	.navbar.is-white .navbar-end .navbar-link:hover,
	.navbar.is-white .navbar-end .navbar-link.is-active {
		background-color: #f2f2f2;
		color: #000;
	}

	.navbar.is-white .navbar-start .navbar-link::after,
	.navbar.is-white .navbar-end .navbar-link::after {
		border-color: #000;
	}

	.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #f2f2f2;
		color: #000;
	}

	.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
		background-color: #fff;
		color: #000;
	}
}

.navbar.is-black {
	background-color: #000;
	color: #fff;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus,
.navbar.is-black .navbar-brand > a.navbar-item:hover,
.navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
	background-color: #000;
	color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-black .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-black .navbar-start > .navbar-item,
	.navbar.is-black .navbar-start .navbar-link,
	.navbar.is-black .navbar-end > .navbar-item,
	.navbar.is-black .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-black .navbar-start > a.navbar-item:focus,
	.navbar.is-black .navbar-start > a.navbar-item:hover,
	.navbar.is-black .navbar-start > a.navbar-item.is-active,
	.navbar.is-black .navbar-start .navbar-link:focus,
	.navbar.is-black .navbar-start .navbar-link:hover,
	.navbar.is-black .navbar-start .navbar-link.is-active,
	.navbar.is-black .navbar-end > a.navbar-item:focus,
	.navbar.is-black .navbar-end > a.navbar-item:hover,
	.navbar.is-black .navbar-end > a.navbar-item.is-active,
	.navbar.is-black .navbar-end .navbar-link:focus,
	.navbar.is-black .navbar-end .navbar-link:hover,
	.navbar.is-black .navbar-end .navbar-link.is-active {
		background-color: #000;
		color: #fff;
	}

	.navbar.is-black .navbar-start .navbar-link::after,
	.navbar.is-black .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #000;
		color: #fff;
	}

	.navbar.is-black .navbar-dropdown a.navbar-item.is-active {
		background-color: #000;
		color: #fff;
	}
}

.navbar.is-light {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
	color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand > a.navbar-item:focus,
.navbar.is-light .navbar-brand > a.navbar-item:hover,
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
	background-color: #e8e8e8;
	color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-brand .navbar-link::after {
	border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-light .navbar-burger {
	color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
	.navbar.is-light .navbar-start > .navbar-item,
	.navbar.is-light .navbar-start .navbar-link,
	.navbar.is-light .navbar-end > .navbar-item,
	.navbar.is-light .navbar-end .navbar-link {
		color: rgba(0, 0, 0, 0.7);
	}

	.navbar.is-light .navbar-start > a.navbar-item:focus,
	.navbar.is-light .navbar-start > a.navbar-item:hover,
	.navbar.is-light .navbar-start > a.navbar-item.is-active,
	.navbar.is-light .navbar-start .navbar-link:focus,
	.navbar.is-light .navbar-start .navbar-link:hover,
	.navbar.is-light .navbar-start .navbar-link.is-active,
	.navbar.is-light .navbar-end > a.navbar-item:focus,
	.navbar.is-light .navbar-end > a.navbar-item:hover,
	.navbar.is-light .navbar-end > a.navbar-item.is-active,
	.navbar.is-light .navbar-end .navbar-link:focus,
	.navbar.is-light .navbar-end .navbar-link:hover,
	.navbar.is-light .navbar-end .navbar-link.is-active {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, 0.7);
	}

	.navbar.is-light .navbar-start .navbar-link::after,
	.navbar.is-light .navbar-end .navbar-link::after {
		border-color: rgba(0, 0, 0, 0.7);
	}

	.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #e8e8e8;
		color: rgba(0, 0, 0, 0.7);
	}

	.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: rgba(0, 0, 0, 0.7);
	}
}

.navbar.is-dark {
	background-color: #363636;
	color: #fff;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus,
.navbar.is-dark .navbar-brand > a.navbar-item:hover,
.navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
	background-color: #292929;
	color: #fff;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-dark .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-dark .navbar-start > .navbar-item,
	.navbar.is-dark .navbar-start .navbar-link,
	.navbar.is-dark .navbar-end > .navbar-item,
	.navbar.is-dark .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-dark .navbar-start > a.navbar-item:focus,
	.navbar.is-dark .navbar-start > a.navbar-item:hover,
	.navbar.is-dark .navbar-start > a.navbar-item.is-active,
	.navbar.is-dark .navbar-start .navbar-link:focus,
	.navbar.is-dark .navbar-start .navbar-link:hover,
	.navbar.is-dark .navbar-start .navbar-link.is-active,
	.navbar.is-dark .navbar-end > a.navbar-item:focus,
	.navbar.is-dark .navbar-end > a.navbar-item:hover,
	.navbar.is-dark .navbar-end > a.navbar-item.is-active,
	.navbar.is-dark .navbar-end .navbar-link:focus,
	.navbar.is-dark .navbar-end .navbar-link:hover,
	.navbar.is-dark .navbar-end .navbar-link.is-active {
		background-color: #292929;
		color: #fff;
	}

	.navbar.is-dark .navbar-start .navbar-link::after,
	.navbar.is-dark .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #292929;
		color: #fff;
	}

	.navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
		background-color: #363636;
		color: #fff;
	}
}

.navbar.is-primary {
	background-color: #00d1b2;
	color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus,
.navbar.is-primary .navbar-brand > a.navbar-item:hover,
.navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
	background-color: #00b89c;
	color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-primary .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-primary .navbar-start > .navbar-item,
	.navbar.is-primary .navbar-start .navbar-link,
	.navbar.is-primary .navbar-end > .navbar-item,
	.navbar.is-primary .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-primary .navbar-start > a.navbar-item:focus,
	.navbar.is-primary .navbar-start > a.navbar-item:hover,
	.navbar.is-primary .navbar-start > a.navbar-item.is-active,
	.navbar.is-primary .navbar-start .navbar-link:focus,
	.navbar.is-primary .navbar-start .navbar-link:hover,
	.navbar.is-primary .navbar-start .navbar-link.is-active,
	.navbar.is-primary .navbar-end > a.navbar-item:focus,
	.navbar.is-primary .navbar-end > a.navbar-item:hover,
	.navbar.is-primary .navbar-end > a.navbar-item.is-active,
	.navbar.is-primary .navbar-end .navbar-link:focus,
	.navbar.is-primary .navbar-end .navbar-link:hover,
	.navbar.is-primary .navbar-end .navbar-link.is-active {
		background-color: #00b89c;
		color: #fff;
	}

	.navbar.is-primary .navbar-start .navbar-link::after,
	.navbar.is-primary .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #00b89c;
		color: #fff;
	}

	.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
		background-color: #00d1b2;
		color: #fff;
	}
}

.navbar.is-link {
	background-color: #8e6f3e;
	color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus,
.navbar.is-link .navbar-brand > a.navbar-item:hover,
.navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
	background-color: #7c6136;
	color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-link .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-link .navbar-start > .navbar-item,
	.navbar.is-link .navbar-start .navbar-link,
	.navbar.is-link .navbar-end > .navbar-item,
	.navbar.is-link .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-link .navbar-start > a.navbar-item:focus,
	.navbar.is-link .navbar-start > a.navbar-item:hover,
	.navbar.is-link .navbar-start > a.navbar-item.is-active,
	.navbar.is-link .navbar-start .navbar-link:focus,
	.navbar.is-link .navbar-start .navbar-link:hover,
	.navbar.is-link .navbar-start .navbar-link.is-active,
	.navbar.is-link .navbar-end > a.navbar-item:focus,
	.navbar.is-link .navbar-end > a.navbar-item:hover,
	.navbar.is-link .navbar-end > a.navbar-item.is-active,
	.navbar.is-link .navbar-end .navbar-link:focus,
	.navbar.is-link .navbar-end .navbar-link:hover,
	.navbar.is-link .navbar-end .navbar-link.is-active {
		background-color: #7c6136;
		color: #fff;
	}

	.navbar.is-link .navbar-start .navbar-link::after,
	.navbar.is-link .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #7c6136;
		color: #fff;
	}

	.navbar.is-link .navbar-dropdown a.navbar-item.is-active {
		background-color: #8e6f3e;
		color: #fff;
	}
}

.navbar.is-info {
	background-color: #3e8ed0;
	color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus,
.navbar.is-info .navbar-brand > a.navbar-item:hover,
.navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
	background-color: #3082c5;
	color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-info .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-info .navbar-start > .navbar-item,
	.navbar.is-info .navbar-start .navbar-link,
	.navbar.is-info .navbar-end > .navbar-item,
	.navbar.is-info .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-info .navbar-start > a.navbar-item:focus,
	.navbar.is-info .navbar-start > a.navbar-item:hover,
	.navbar.is-info .navbar-start > a.navbar-item.is-active,
	.navbar.is-info .navbar-start .navbar-link:focus,
	.navbar.is-info .navbar-start .navbar-link:hover,
	.navbar.is-info .navbar-start .navbar-link.is-active,
	.navbar.is-info .navbar-end > a.navbar-item:focus,
	.navbar.is-info .navbar-end > a.navbar-item:hover,
	.navbar.is-info .navbar-end > a.navbar-item.is-active,
	.navbar.is-info .navbar-end .navbar-link:focus,
	.navbar.is-info .navbar-end .navbar-link:hover,
	.navbar.is-info .navbar-end .navbar-link.is-active {
		background-color: #3082c5;
		color: #fff;
	}

	.navbar.is-info .navbar-start .navbar-link::after,
	.navbar.is-info .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #3082c5;
		color: #fff;
	}

	.navbar.is-info .navbar-dropdown a.navbar-item.is-active {
		background-color: #3e8ed0;
		color: #fff;
	}
}

.navbar.is-success {
	background-color: #8e6f3e;
	color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus,
.navbar.is-success .navbar-brand > a.navbar-item:hover,
.navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
	background-color: #7c6136;
	color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-success .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-success .navbar-start > .navbar-item,
	.navbar.is-success .navbar-start .navbar-link,
	.navbar.is-success .navbar-end > .navbar-item,
	.navbar.is-success .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-success .navbar-start > a.navbar-item:focus,
	.navbar.is-success .navbar-start > a.navbar-item:hover,
	.navbar.is-success .navbar-start > a.navbar-item.is-active,
	.navbar.is-success .navbar-start .navbar-link:focus,
	.navbar.is-success .navbar-start .navbar-link:hover,
	.navbar.is-success .navbar-start .navbar-link.is-active,
	.navbar.is-success .navbar-end > a.navbar-item:focus,
	.navbar.is-success .navbar-end > a.navbar-item:hover,
	.navbar.is-success .navbar-end > a.navbar-item.is-active,
	.navbar.is-success .navbar-end .navbar-link:focus,
	.navbar.is-success .navbar-end .navbar-link:hover,
	.navbar.is-success .navbar-end .navbar-link.is-active {
		background-color: #7c6136;
		color: #fff;
	}

	.navbar.is-success .navbar-start .navbar-link::after,
	.navbar.is-success .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #7c6136;
		color: #fff;
	}

	.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
		background-color: #8e6f3e;
		color: #fff;
	}
}

.navbar.is-warning {
	background-color: #daaa00;
	color: #fff;
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus,
.navbar.is-warning .navbar-brand > a.navbar-item:hover,
.navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
	background-color: #c19600;
	color: #fff;
}

.navbar.is-warning .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-warning .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-warning .navbar-start > .navbar-item,
	.navbar.is-warning .navbar-start .navbar-link,
	.navbar.is-warning .navbar-end > .navbar-item,
	.navbar.is-warning .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-warning .navbar-start > a.navbar-item:focus,
	.navbar.is-warning .navbar-start > a.navbar-item:hover,
	.navbar.is-warning .navbar-start > a.navbar-item.is-active,
	.navbar.is-warning .navbar-start .navbar-link:focus,
	.navbar.is-warning .navbar-start .navbar-link:hover,
	.navbar.is-warning .navbar-start .navbar-link.is-active,
	.navbar.is-warning .navbar-end > a.navbar-item:focus,
	.navbar.is-warning .navbar-end > a.navbar-item:hover,
	.navbar.is-warning .navbar-end > a.navbar-item.is-active,
	.navbar.is-warning .navbar-end .navbar-link:focus,
	.navbar.is-warning .navbar-end .navbar-link:hover,
	.navbar.is-warning .navbar-end .navbar-link.is-active {
		background-color: #c19600;
		color: #fff;
	}

	.navbar.is-warning .navbar-start .navbar-link::after,
	.navbar.is-warning .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #c19600;
		color: #fff;
	}

	.navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
		background-color: #daaa00;
		color: #fff;
	}
}

.navbar.is-danger {
	background-color: #daaa00;
	color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
	color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus,
.navbar.is-danger .navbar-brand > a.navbar-item:hover,
.navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
	background-color: #c19600;
	color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
	border-color: #fff;
}

.navbar.is-danger .navbar-burger {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.navbar.is-danger .navbar-start > .navbar-item,
	.navbar.is-danger .navbar-start .navbar-link,
	.navbar.is-danger .navbar-end > .navbar-item,
	.navbar.is-danger .navbar-end .navbar-link {
		color: #fff;
	}

	.navbar.is-danger .navbar-start > a.navbar-item:focus,
	.navbar.is-danger .navbar-start > a.navbar-item:hover,
	.navbar.is-danger .navbar-start > a.navbar-item.is-active,
	.navbar.is-danger .navbar-start .navbar-link:focus,
	.navbar.is-danger .navbar-start .navbar-link:hover,
	.navbar.is-danger .navbar-start .navbar-link.is-active,
	.navbar.is-danger .navbar-end > a.navbar-item:focus,
	.navbar.is-danger .navbar-end > a.navbar-item:hover,
	.navbar.is-danger .navbar-end > a.navbar-item.is-active,
	.navbar.is-danger .navbar-end .navbar-link:focus,
	.navbar.is-danger .navbar-end .navbar-link:hover,
	.navbar.is-danger .navbar-end .navbar-link.is-active {
		background-color: #c19600;
		color: #fff;
	}

	.navbar.is-danger .navbar-start .navbar-link::after,
	.navbar.is-danger .navbar-end .navbar-link::after {
		border-color: #fff;
	}

	.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
	.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
	.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #c19600;
		color: #fff;
	}

	.navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
		background-color: #daaa00;
		color: #fff;
	}
}

.navbar > .container {
	align-items: stretch;
	display: flex;
	min-height: 3.25rem;
	width: 100%;
}

.navbar.has-shadow {
	box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30;
}

.navbar.is-fixed-bottom {
	bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
	box-shadow: 0 -2px 0 0 #f5f5f5;
}

.navbar.is-fixed-top {
	top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
	padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
	padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
	align-items: stretch;
	display: flex;
	flex-shrink: 0;
	min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
	background-color: rgba(0, 0, 0, 0);
}

.navbar-tabs {
	-webkit-overflow-scrolling: touch;
	max-width: 100vw;
	overflow-x: auto;
	overflow-y: hidden;
}

.navbar-burger {
	color: #000;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	height: 3.25rem;
	position: relative;
	width: 3.25rem;
	margin-left: auto;
}

.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 1px;
	left: calc(50% - 8px);
	position: absolute;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color, opacity, transform;
	transition-timing-function: ease-out;
	width: 16px;
}

.navbar-burger span:nth-child(1) {
	top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
	top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
	top: calc(50% + 4px);
}

.navbar-burger:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
	display: none;
}

.navbar-item,
.navbar-link {
	color: #000;
	display: block;
	line-height: 1.5;
	padding: 0.5rem 1em;
	position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
	cursor: pointer;
}

a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
	background-color: #fafafa;
	color: #8e6f3e;
}

.navbar-item {
	flex-grow: 0;
	flex-shrink: 0;
}

.navbar-item img {
	max-height: 1.75rem;
}

.navbar-item.has-dropdown {
	padding: 0;
}

.navbar-item.is-expanded {
	flex-grow: 1;
	flex-shrink: 1;
}

.navbar-item.is-tab {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	min-height: 3.25rem;
	padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: #8e6f3e;
}

.navbar-item.is-tab.is-active {
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: #8e6f3e;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	color: #8e6f3e;
	padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
	flex-grow: 1;
	flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
	padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
	border-color: #8e6f3e;
	margin-top: -0.375em;
	right: 1.125em;
}

.navbar-dropdown {
	font-size: 0.875rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.navbar-divider {
	background-color: #f5f5f5;
	border: none;
	display: none;
	height: 2px;
	margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
	.navbar > .container {
		display: block;
	}

	.navbar-brand .navbar-item,
	.navbar-tabs .navbar-item {
		align-items: center;
		display: flex;
	}

	.navbar-link::after {
		display: none;
	}

	.navbar-menu {
		background-color: #fff;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		padding: 0.5rem 0;
	}

	.navbar-menu.is-active {
		display: block;
	}

	.navbar.is-fixed-bottom-touch,
	.navbar.is-fixed-top-touch {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.navbar.is-fixed-bottom-touch {
		bottom: 0;
	}

	.navbar.is-fixed-bottom-touch.has-shadow {
		box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
	}

	.navbar.is-fixed-top-touch {
		top: 0;
	}

	.navbar.is-fixed-top .navbar-menu,
	.navbar.is-fixed-top-touch .navbar-menu {
		-webkit-overflow-scrolling: touch;
		max-height: calc(100vh - 3.25rem);
		overflow: auto;
	}

	html.has-navbar-fixed-top-touch,
	body.has-navbar-fixed-top-touch {
		padding-top: 3.25rem;
	}

	html.has-navbar-fixed-bottom-touch,
	body.has-navbar-fixed-bottom-touch {
		padding-bottom: 3.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.navbar,
	.navbar-menu,
	.navbar-start,
	.navbar-end {
		align-items: stretch;
		display: flex;
	}

	.navbar {
		min-height: 3.25rem;
	}

	.navbar.is-spaced {
		padding: 1rem 2rem;
	}

	.navbar.is-spaced .navbar-start,
	.navbar.is-spaced .navbar-end {
		align-items: center;
	}

	.navbar.is-spaced a.navbar-item,
	.navbar.is-spaced .navbar-link {
		border-radius: 4px;
	}

	.navbar.is-transparent a.navbar-item:focus,
	.navbar.is-transparent a.navbar-item:hover,
	.navbar.is-transparent a.navbar-item.is-active,
	.navbar.is-transparent .navbar-link:focus,
	.navbar.is-transparent .navbar-link:hover,
	.navbar.is-transparent .navbar-link.is-active {
		background-color: rgba(0, 0, 0, 0) !important;
	}

	.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,
	.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
		background-color: rgba(0, 0, 0, 0) !important;
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,
	.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #000;
	}

	.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #8e6f3e;
	}

	.navbar-item,
	.navbar-link {
		align-items: center;
		display: flex;
	}

	.navbar-item.has-dropdown {
		align-items: stretch;
	}

	.navbar-item.has-dropdown-up .navbar-link::after {
		transform: rotate(135deg) translate(0.25em, -0.25em);
	}

	.navbar-item.has-dropdown-up .navbar-dropdown {
		border-bottom: 2px solid #ededed;
		border-radius: 6px 6px 0 0;
		border-top: none;
		bottom: 100%;
		box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
		top: auto;
	}

	.navbar-item.is-active .navbar-dropdown,
	.navbar-item.is-hoverable:focus .navbar-dropdown,
	.navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.navbar-item.is-hoverable:hover .navbar-dropdown {
		display: block;
	}

	.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
	.navbar-item.is-active .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
	.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
	.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
	.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,
	.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.navbar-menu {
		flex-grow: 1;
		flex-shrink: 0;
	}

	.navbar-start {
		justify-content: flex-start;
		margin-right: auto;
	}

	.navbar-end {
		justify-content: flex-end;
		margin-left: auto;
	}

	.navbar-dropdown {
		background-color: #fff;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top: 2px solid #ededed;
		box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
		display: none;
		font-size: 0.875rem;
		left: 0;
		min-width: 100%;
		position: absolute;
		top: 100%;
		z-index: 20;
	}

	.navbar-dropdown .navbar-item {
		padding: 0.375rem 1rem;
		white-space: nowrap;
	}

	.navbar-dropdown a.navbar-item {
		padding-right: 3rem;
	}

	.navbar-dropdown a.navbar-item:focus,
	.navbar-dropdown a.navbar-item:hover {
		background-color: #f5f5f5;
		color: #000;
	}

	.navbar-dropdown a.navbar-item.is-active {
		background-color: #f5f5f5;
		color: #8e6f3e;
	}

	.navbar.is-spaced .navbar-dropdown,
	.navbar-dropdown.is-boxed {
		border-radius: 6px;
		border-top: none;
		box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
		display: block;
		opacity: 0;
		pointer-events: none;
		top: calc(100% + (-4px));
		transform: translateY(-5px);
		transition-duration: 86ms;
		transition-property: opacity, transform;
	}

	.navbar-dropdown.is-right {
		left: auto;
		right: 0;
	}

	.navbar-divider {
		display: block;
	}

	.navbar > .container .navbar-brand,
	.container > .navbar .navbar-brand {
		margin-left: -0.75rem;
	}

	.navbar > .container .navbar-menu,
	.container > .navbar .navbar-menu {
		margin-right: -0.75rem;
	}

	.navbar.is-fixed-bottom-desktop,
	.navbar.is-fixed-top-desktop {
		left: 0;
		position: fixed;
		right: 0;
		z-index: 30;
	}

	.navbar.is-fixed-bottom-desktop {
		bottom: 0;
	}

	.navbar.is-fixed-bottom-desktop.has-shadow {
		box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
	}

	.navbar.is-fixed-top-desktop {
		top: 0;
	}

	html.has-navbar-fixed-top-desktop,
	body.has-navbar-fixed-top-desktop {
		padding-top: 3.25rem;
	}

	html.has-navbar-fixed-bottom-desktop,
	body.has-navbar-fixed-bottom-desktop {
		padding-bottom: 3.25rem;
	}

	html.has-spaced-navbar-fixed-top,
	body.has-spaced-navbar-fixed-top {
		padding-top: 5.25rem;
	}

	html.has-spaced-navbar-fixed-bottom,
	body.has-spaced-navbar-fixed-bottom {
		padding-bottom: 5.25rem;
	}

	a.navbar-item.is-active,
	.navbar-link.is-active {
		color: #000;
	}

	a.navbar-item.is-active:not(:focus):not(:hover),
	.navbar-link.is-active:not(:focus):not(:hover) {
		background-color: rgba(0, 0, 0, 0);
	}

	.navbar-item.has-dropdown:focus .navbar-link,
	.navbar-item.has-dropdown:hover .navbar-link,
	.navbar-item.has-dropdown.is-active .navbar-link {
		background-color: #fafafa;
	}
}

.navbar-find-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 1003;
	background-color: #000;
	animation: fadeOutHeader 0.3s linear;
	width: 100%;
	height: 100%;
	position: fixed;
	padding: 5rem;
	overflow-y: auto;
	color: #fff;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	transform: translateY(-100%);
}

@media screen and (max-width: 1023px) {
	.navbar-find-info {
		padding: 3rem 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info {
		padding: 3rem 1.25rem;
	}
}

.navbar-find-info.is-hidden {
	display: none;
}

.navbar-find-info.is-active {
	animation: fadeInHeader 0.3s linear;
	transform: translateY(0);
}

.navbar-find-info .icon {
	background: none;
	border: none;
	width: 7rem;
	color: #fff;
	position: absolute;
	top: 4rem;
	right: 8rem;
	font-size: 1.25rem;
	font-family: "United Sans", Impact, "Arial Black", "sans serif";
}

.navbar-find-info .icon:hover {
	cursor: pointer;
}

.navbar-find-info .icon .close-icon {
	display: block;
	width: 2rem;
	margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
	.navbar-find-info .icon .close-icon {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1215px) {
	.navbar-find-info .icon {
		top: 4rem;
		right: 4rem;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info .icon {
		top: 2.5rem;
		right: 1rem;
		font-size: 1rem;
	}
}

.navbar-find-info__items {
	background: none;
	min-height: 100%;
	width: 1000px;
	max-width: 100%;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info__items {
		width: 100%;
		min-width: 0;
		padding: 2rem 1.5rem 2rem;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items {
		padding: 0;
	}
}

.navbar-find-info__items .nav-brand {
	padding-bottom: 3rem;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info__items .nav-brand {
		padding-bottom: 2rem;
		text-align: left;
	}
}

.navbar-find-info__items .nav-brand img {
	max-height: 45px;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info__items .nav-brand img {
		max-height: 33px;
		max-width: 182px;
	}
}

.navbar-find-info__items .columns {
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .columns {
		padding: 0 1rem;
	}
}

.navbar-find-info__items .menu-items button {
	border: none;
	background: none;
	padding: 0;
}

.navbar-find-info__items .menu-items a,
.navbar-find-info__items .menu-items button {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 0.5rem;
	display: inline-block;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.navbar-find-info__items .menu-items a:before,
.navbar-find-info__items .menu-items button:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	visibility: hidden;
	background: #cfb991;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.navbar-find-info__items .menu-items a:hover:before,
.navbar-find-info__items .menu-items button:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-find-info__items .menu-items a.is-active-page:before,
.navbar-find-info__items .menu-items button.is-active-page:before {
	visibility: visible;
	transform: scaleX(1);
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .menu-items a,
	.navbar-find-info__items .menu-items button {
		font-size: 1.5rem;
	}
}

.navbar-find-info__items .menu-items .navbar-item {
	color: #fff;
	background: none !important;
	padding: 0;
	display: block;
}

.navbar-find-info__items .menu-items .navbar-item:hover {
	background: none !important;
}

.navbar-find-info__items .menu-items .navbar-item:hover .navbar-link,
.navbar-find-info__items .menu-items .navbar-item:hover .navbar-dropdown {
	background: none !important;
}

.navbar-find-info__items .menu-items .navbar-link {
	color: #fff;
	padding: 0;
	display: inline;
}

.navbar-find-info__items .menu-items .navbar-link:after {
	content: none;
}

.navbar-find-info__items .menu-items .navbar-link:hover {
	background: none;
}

.navbar-find-info__items .menu-items .navbar-dropdown {
	background: none !important;
	position: relative;
	display: block;
	border: none;
	padding-left: 1rem;
	box-shadow: none;
}

.navbar-find-info__items .menu-items .navbar-dropdown a,
.navbar-find-info__items .menu-items .navbar-dropdown button {
	font-size: 1.125rem;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .menu-items .navbar-dropdown a,
	.navbar-find-info__items .menu-items .navbar-dropdown button {
		font-size: 1rem;
	}
}

.navbar-find-info__items .menu-items .navbar-dropdown-submenu {
	padding-left: 1rem;
	box-shadow: none;
}

.navbar-find-info__items .navbar-other-links-wrapper {
	padding: 1rem 0 5rem;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info__items .navbar-other-links-wrapper {
		padding: 1rem 0 3rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .navbar-other-links-wrapper {
		padding: 0 1rem 3rem;
	}
}

.navbar-find-info__items .navbar-links-description {
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2.3px;
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .navbar-links-description {
		padding-top: 1rem;
	}
}

.navbar-find-info__items .navbar-other-links {
	display: flex;
	flex-wrap: wrap;
}

.navbar-find-info__items .navbar-other-links a {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.navbar-find-info__items .navbar-other-links a:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	visibility: hidden;
	background: #cfb991;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.navbar-find-info__items .navbar-other-links a:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	top: 3px;
	margin-left: 0.75rem;
	height: 1.25rem;
	width: 1.125rem;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
	display: inline-block;
	position: absolute;
}

.navbar-find-info__items .navbar-other-links a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar-find-info__items .navbar-other-links a:hover:after {
	transform: translateX(3px);
}

.navbar-find-info__items .navbar-other-links .menu-item {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	margin-right: 2rem;
	padding-right: 2rem;
}

.navbar-find-info__items .navbar-quick-links {
	padding-top: 1rem;
}

.navbar-find-info__items .navbar-quick-links .menu-item {
	margin-bottom: 0.75rem;
}

.navbar-find-info__items .navbar-quick-links a {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	background-color: #cfb991;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
	padding: 0.5rem 1.5rem;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cfb991;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.navbar-find-info__items .navbar-quick-links a:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	right: -0.25rem;
	margin-left: 0.75rem;
	height: 1.25rem;
	width: 1.125rem;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
}

.navbar-find-info__items .navbar-quick-links a:hover {
	background: #000;
	color: #fff;
}

.navbar-find-info__items .navbar-quick-links a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	transform: translateX(3px);
}

@media screen and (max-width: 767px) {
	.navbar-find-info__items .navbar-quick-links a {
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
}

.navbar-find-info__items .search-box {
	width: 100%;
}

.navbar-find-info__items .search-box:not(:last-child) {
	margin-bottom: 3rem;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info__items .search-box:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}

.navbar-find-info .accordion__heading {
	cursor: pointer;
}

.navbar-find-info .accordion__heading:after {
	content: "";
	background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2773.5391052px%27 height=%2773.5391052px%27 viewBox=%270 0 73.5391052 73.5391052%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3Eclose_icon_circle%3C/title%3E%3Cg stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg transform=%27translate%2836.7696, 36.7696%29 rotate%28-315%29 translate%28-36.7696, -36.7696%29translate%2810.7696, 10.7696%29%27 stroke=%27%23cfb991%27 stroke-width=%274%27%3E%3Ccircle cx=%2726%27 cy=%2726%27 r=%2724%27%3E%3C/circle%3E%3Cline x1=%2726.5%27 y1=%2714%27 x2=%2726.5%27 y2=%2738%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/line%3E%3Cline x1=%2725.6896552%27 y1=%2714.5116279%27 x2=%2725.6896552%27 y2=%2738.6976744%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 transform=%27translate%2825.6897, 26.6047%29 rotate%28-90%29 translate%28-25.6897, -26.6047%29%27%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	transition: all 0.3s ease;
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	position: absolute;
	top: calc(50% - 1.1rem);
	right: -3rem;
	background-size: cover;
	margin-left: 1rem;
	transform: rotate(-45deg);
}

.navbar-find-info .accordion__heading.is-open:after {
	content: "";
	transform: rotate(0);
}

.navbar-find-info .navbar-dropdown .accordion__heading:after {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	top: calc(50% - 0.9rem);
	right: -2rem;
}

.navbar-find-info .navbar-dropdown.hide {
	display: none !important;
}

.navbar-find-info .navbar-dropdown.show {
	display: block !important;
}

.navbar-find-info.is-global {
	padding-top: 6rem;
}

@media screen and (min-width: 1216px) {
	.navbar-find-info.is-global {
		top: 91.03px;
		z-index: 999;
		height: auto;
		position: absolute;
	}

	.navbar-find-info.is-global .navbar-find-info__menu {
		display: none;
	}

	.navbar-find-info.is-global .nav-brand,
	.navbar-find-info.is-global .navbar-close {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global {
		padding-top: 5rem;
	}
}

.navbar-find-info.is-global .icon {
	top: 3rem;
	right: 6rem;
}

@media screen and (max-width: 1023px) {
	.navbar-find-info.is-global .icon {
		right: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .icon {
		top: 2rem;
		right: 1rem;
	}
}

.navbar-find-info.is-global .navbar-find-info__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px auto;
	grid-template-columns: 1fr auto;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	width: 100%;
	max-width: 1344px;
	grid-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}

.navbar-find-info.is-global .navbar-find-info__items > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.navbar-find-info.is-global .navbar-find-info__items > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.navbar-find-info.is-global .navbar-find-info__items > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.navbar-find-info.is-global .navbar-find-info__items > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items {
		-ms-grid-rows: auto 24px auto 24px auto 24px auto;
		grid-template-rows: auto auto auto auto;
		row-gap: 24px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .navbar-find-info__items {
		display: block;
	}
}

.navbar-find-info.is-global .navbar-find-info__items .nav-brand {
	font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.0375rem;
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items .nav-brand {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		font-size: 3rem;
		padding-bottom: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .navbar-find-info__items .nav-brand {
		font-size: 1.875rem;
		padding-bottom: 2rem;
	}
}

.navbar-find-info.is-global .navbar-find-info__items .search-box {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items .search-box {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		margin-bottom: 1.25rem;
	}
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-find-info__menu {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-find-info__menu {
		padding: 1rem 0 0;
	}
}

.navbar-find-info.is-global .navbar-find-info__items .navbar-find-info__quicklinks {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-find-info__quicklinks {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-find-info__quicklinks {
		padding: 1rem 0 3rem;
	}
}

.navbar-find-info.is-global .navbar-find-info__items .navbar-other-links-wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

@media screen and (max-width: 1215px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-other-links-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
}

@media screen and (max-width: 767px) {
	.navbar-find-info.is-global .navbar-find-info__items .navbar-other-links-wrapper {
		padding: 1rem 0 0;
	}
}

.navbar-find-info.is-global .navbar-find-info__items .menu-items .purdue-header-cta-button-wrap {
	margin-top: 1rem;
}

.navbar-find-info.is-global .navbar-find-info__items .menu-items .purdue-header-cta-button-wrap a.purdue-home-button {
	font-size: 1rem;
	display: inline-flex;
}

.navbar-find-info.is-global .navbar-find-info__items .menu-items .purdue-header-cta-button-wrap:hover a::before {
	visibility: hidden;
}

.purdue-second-nav {
	padding: 0 1.25rem;
	border-bottom: 1px solid #cfb991;
	min-height: 0;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav {
		padding: 0;
	}
}

.purdue-second-nav.second-nav-sticky.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
}

.purdue-second-nav > .accordion__heading {
	display: none;
	background: none;
	width: 100%;
	padding: 1.25rem;
	color: #fff;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	border: none;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav > .accordion__heading {
		display: flex;
	}
}

.purdue-second-nav > .accordion__heading:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 1.25rem;
	width: 18px;
	height: 12px;
	transition: transform 0.3s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2714%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

.purdue-second-nav .accordion__heading[aria-expanded="true"] {
	border-bottom: 1px solid #fff;
}

.purdue-second-nav .accordion__heading[aria-expanded="true"]:after {
	transform: rotate(-180deg);
}

.purdue-second-nav .menu-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	color: #fff;
	transition: all 0.2s ease;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items {
		display: none;
		flex-direction: column;
		justify-content: flex-start;
		overflow: hidden;
		padding: 0.75rem;
		background: #000;
		position: absolute;
	}
}

.purdue-second-nav .menu-items.show {
	display: block;
}

.purdue-second-nav .menu-items.hide {
	opacity: 0;
}

.purdue-second-nav .menu-items .navbar-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
	.purdue-second-nav .menu-items .navbar-item:not(.has-dropdown):not(.submenu) {
		padding: 1rem 0.75rem;
	}
}

.purdue-second-nav .menu-items .navbar-item button.accordion__heading {
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 0.5rem 0.75rem;
}

.purdue-second-nav .menu-items .navbar-item button.accordion__heading:before {
	bottom: 9px;
	left: 11px;
	width: calc(100% - 24px);
}

.purdue-second-nav .menu-items .navbar-item:hover a {
	background: none;
}

.purdue-second-nav .menu-items .navbar-item:hover .navbar-link:after {
	transform: rotate(-180deg);
}

.purdue-second-nav .menu-items .navbar-item.submenu:hover a {
	background: none;
}

.purdue-second-nav .menu-items .navbar-item.submenu:hover .navbar-link-submenu:after {
	right: -1.6rem;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-item.submenu:hover .navbar-link-submenu:after {
		right: -1.125rem;
	}
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-item:hover .navbar-link:after {
		transform: none;
	}
}

.purdue-second-nav .menu-items .navbar-item a,
.purdue-second-nav .menu-items .navbar-item button {
	color: #fff;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.purdue-second-nav .menu-items .navbar-item a:after,
.purdue-second-nav .menu-items .navbar-item button:after {
	border-color: #fff;
}

.purdue-second-nav .menu-items .navbar-item a:before,
.purdue-second-nav .menu-items .navbar-item button:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	left: -1px;
	visibility: hidden;
	background: #cfb991;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-item a:before,
	.purdue-second-nav .menu-items .navbar-item button:before {
		bottom: -2px;
	}
}

.purdue-second-nav .menu-items .navbar-item a:hover:before,
.purdue-second-nav .menu-items .navbar-item button:hover:before {
	transform: scaleX(100%);
	visibility: visible;
}

.purdue-second-nav .menu-items .navbar-item a.navbar-link:after,
.purdue-second-nav .menu-items .navbar-item button.navbar-link:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% + 1px);
	right: 1.125rem;
	width: 12px;
	height: 7px;
	border: none;
	transform: rotate(0);
	transition: transform 0.3s ease;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-item a.navbar-link,
	.purdue-second-nav .menu-items .navbar-item button.navbar-link {
		display: inline-block;
	}

	.purdue-second-nav .menu-items .navbar-item a.navbar-link:after,
	.purdue-second-nav .menu-items .navbar-item button.navbar-link:after {
		top: 1.2rem;
	}
}

.purdue-second-nav .menu-items .navbar-item a.navbar-link:hover,
.purdue-second-nav .menu-items .navbar-item button.navbar-link:hover {
	background: none;
}

.purdue-second-nav .menu-items .navbar-item a.navbar-link:before,
.purdue-second-nav .menu-items .navbar-item button.navbar-link:before {
	bottom: 1rem;
	width: calc(100% - 47px);
	left: 11px;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-item a.navbar-link:before,
	.purdue-second-nav .menu-items .navbar-item button.navbar-link:before {
		bottom: 9px;
	}
}

.purdue-second-nav .menu-items .navbar-item a.is-active-page:before,
.purdue-second-nav .menu-items .navbar-item button.is-active-page:before {
	visibility: visible;
	transform: scaleX(1);
}

.purdue-second-nav .menu-items .navbar-dropdown {
	background-color: #000;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-dropdown {
		padding: 0;
	}
}

.purdue-second-nav .menu-items .navbar-link-submenu {
	margin-right: 1.5rem;
}

.purdue-second-nav .menu-items .navbar-link-submenu:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%277%27 viewBox=%270 0 12 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6L11 1%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 3.5px);
	right: -1.125rem;
	width: 12px;
	height: 7px;
	transform: rotate(-90deg);
	transition: right 0.3s ease;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .navbar-link-submenu:after {
		transform: rotate(0deg);
	}
}

.purdue-second-nav .menu-items .submenu:hover > .navbar-dropdown-submenu {
	display: block;
}

.purdue-second-nav .menu-items .submenu .navbar-dropdown-submenu {
	top: -0.6rem;
	margin-left: 100%;
	background-color: #000;
	box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
	display: none;
	left: 0;
	min-width: 12rem;
	padding: 0.5rem 0;
	position: absolute;
	z-index: 20;
	border-radius: 4px;
}

@media screen and (max-width: 1023px) {
	.purdue-second-nav .menu-items .submenu .navbar-dropdown-submenu {
		position: relative;
		display: block;
		top: 0;
		margin-left: 0;
	}

	.purdue-second-nav .menu-items .submenu .navbar-dropdown-submenu.hide {
		display: none;
	}

	.purdue-second-nav .menu-items .submenu .navbar-dropdown-submenu.show {
		display: block;
	}
}

.purdue-second-nav .menu-items .accordion__heading {
	cursor: pointer;
}

.purdue-second-nav .menu-items .accordion__heading:after {
	content: "";
	background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg width=%2773.5391052px%27 height=%2773.5391052px%27 viewBox=%270 0 73.5391052 73.5391052%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Ctitle%3Eclose_icon_circle%3C/title%3E%3Cg stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg transform=%27translate%2836.7696, 36.7696%29 rotate%28-315%29 translate%28-36.7696, -36.7696%29translate%2810.7696, 10.7696%29%27 stroke=%27%23cfb991%27 stroke-width=%274%27%3E%3Ccircle cx=%2726%27 cy=%2726%27 r=%2724%27%3E%3C/circle%3E%3Cline x1=%2726.5%27 y1=%2714%27 x2=%2726.5%27 y2=%2738%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3C/line%3E%3Cline x1=%2725.6896552%27 y1=%2714.5116279%27 x2=%2725.6896552%27 y2=%2738.6976744%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 transform=%27translate%2825.6897, 26.6047%29 rotate%28-90%29 translate%28-25.6897, -26.6047%29%27%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	transition: all 0.3s ease;
	width: 1.6rem;
	height: 1.6rem;
	display: block;
	position: absolute;
	top: calc(50% - 0.85rem);
	right: -1.5rem;
	background-size: cover;
	margin-left: 1rem;
	transform: rotate(-45deg);
}

.purdue-second-nav .menu-items .accordion__heading.is-open:after {
	content: "";
	transform: rotate(0);
}
.navbar-burger {
	font-family: inherit;
	font-size: 1em;
}

/* mobile nav menu */
@media screen and (max-width: 1215px) {
	.no-scroll.has-global-header {
		overflow: hidden;
	}
}

.header--global {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1001;
}

.header--global.is-fixed-top:not(.second-nav-sticky) .purdue-top-nav {
	left: 0;
	position: fixed;
	right: 0;
}

.search-box .search-form {
	display: flex;
	flex-direction: row;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.search-box {
		width: 100%;
		margin-left: 0;
	}
}

.search-box .search-form {
	display: flex;
	flex-direction: row;
	position: relative;
}

.search-box .search-form input:focus,
.search-box .search-form button:focus {
	outline: none;
}

.search-box .search-form input[type="search"] {
	width: 100%;
	font-size: 1.125rem;
	border-radius: 4px;
	height: 4rem;
	border-image: none;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	padding: 0.5rem 11rem 0.5rem 5.5rem;
	background: #fff;
	-webkit-appearance: none;
}

@media screen and (max-width: 1023px) {
	.search-box .search-form input[type="search"] {
		padding: 0.5rem 10rem 0.5rem 5rem;
	}
}

@media screen and (max-width: 767px) {
	.search-box .search-form input[type="search"] {
		padding: 0.5rem 3.5rem;
	}
}

.search-box .search-form input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0);
}

.search-box .search-form input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0);
}

.search-box .search-form input[type="search"]:focus::placeholder {
	color: rgba(0, 0, 0, 0);
}

.search-box .search-form input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	content: "";
}

.search-box .search-form .search-icon {
	color: #8e6f3e;
	position: absolute;
	left: 1.5rem;
	top: calc(50% - 16px);
	font-size: 2rem;
}

@media screen and (max-width: 767px) {
	.search-box .search-form .search-icon {
		font-size: 1.6rem;
		top: calc(50% - 12.5px);
		left: 1.25rem;
	}
}

.search-box .search-form .search-button {
	display: none;
	background: none;
	border: none;
	font-size: 1.125rem;
	padding: 0;
	border: none;
	position: absolute;
	right: 5rem;
	top: calc(50% - 12px);
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 900;
	letter-spacing: 2px;
	border-bottom: 2px solid #8e6f3e;
	text-transform: uppercase;
	cursor: pointer;
}

.search-box .search-form .search-button.active {
	display: block;
}

@media screen and (max-width: 767px) {
	.search-box .search-form .search-button.active {
		display: none;
	}
}

.search-box .search-form .clear-button {
	font-size: 2rem;
	position: absolute;
	right: 0px;
	height: 100%;
	display: none;
	align-items: center;
	color: rgb(157, 151, 149);
	cursor: pointer;
	background: none;
	padding: 1.5rem;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

.search-box .search-form .clear-button.active {
	display: flex;
}

@media screen and (max-width: 767px) {
	.search-box .search-form .clear-button {
		font-size: 1.5rem;
		padding: 1rem;
	}
}

.search-box-wide {
	width: 100% !important;
	margin: 2rem 0;
}

@media screen and (max-width: 767px) {
	.search-box-wide {
		margin: 1.5rem 0;
	}
}

.search-box-wide .search-form input[type="search"] {
	width: 100%;
	height: 6rem;
	font-size: 1.55rem;
}

@media screen and (max-width: 1023px) {
	.search-box-wide .search-form input[type="search"] {
		height: 4.75rem;
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.search-box-wide .search-form input[type="search"] {
		height: 3.75rem;
	}
}

.search-box-wide .search-form .search-icon {
	top: calc(50% - 24px);
	font-size: 3rem;
}

@media screen and (max-width: 1023px) {
	.search-box-wide .search-form .search-icon {
		font-size: 2rem;
		top: calc(50% - 16px);
	}
}

@media screen and (max-width: 767px) {
	.search-box-wide .search-form .search-icon {
		font-size: 1.6rem;
		top: calc(50% - 12.5px);
		left: 1.25rem;
	}
}

.search-box-wide .search-form .clear-button {
	font-size: 2.5rem;
}

@media screen and (max-width: 1023px) {
	.search-box-wide .search-form .clear-button {
		font-size: 2rem;
	}
}
@media screen and (max-width: 1023px) {
	.search-box-wide .search-form .search-button {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 767px) {
	.search-box-wide .search-form .clear-button {
		font-size: 1.5rem;
		padding: 1rem;
	}
}

.search-box-wide .search-form .search-button {
	font-size: 1.55rem;
}

/* nav dropdown */
.navbar-pulldown {
	flex-direction: row;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 1003;
	background-color: #000;
	height: 100%;
	width: 100%;
	animation: fadeOutHeader 0.3s linear;
	position: fixed;
	overflow-y: auto;
	color: #fff;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	transform: translateY(-100%);
	align-items: center;
	padding: 5rem;
	box-sizing: border-box;
}

.navbar-pulldown.is-hidden {
	display: none !important;
}

.navbar-pulldown.active {
	animation: fadeInHeader 0.3s linear;
	transform: translateY(0);
}
.navbar-pulldown__inner {
	background: none;
	min-height: 100%;
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.navbar-pulldown__logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 3rem;
}
.navbar-pulldown__logo a img {
	max-height: 60px;
}
.navbar-pulldown__logo .desktop-logo {
	display: flex;
}
.navbar-pulldown__logo .mobile-logo {
	display: none;
}

@media screen and (max-width: 1000px) {
	.navbar-pulldown__logo {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 700px) {
	.navbar-pulldown__logo .desktop-logo {
		display: none;
	}
	.navbar-pulldown__logo .mobile-logo {
		display: flex;
	}
	.navbar-pulldown__logo .mobile-logo img {
		max-height: 150px;
		margin-left: -20px;
	}
	.navbar-pulldown__logo {
		padding-bottom: 2rem;
	}
}
.navbar-pulldown-searchbox {
	margin-bottom: 3rem;
}
.nav-pulldown-searchbox .search-form {
	display: flex;
	flex-direction: row;
	position: relative;
}
.fa-magnifying-glass:before,
.fa-search:before {
	content: "\f002";
}
.navbar-pulldown-searchbox input[type="search"] {
	width: 100%;
	font-size: 1.125rem;
	border-radius: 4px;
	height: 4rem;
	border-image: none;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	padding: 0.5rem 11rem 0.5rem 5.5rem;
	background: #fff;
	-webkit-appearance: none;
}
.navbar-pulldown-searchbox .search-button {
	display: none;
	background: none;
	border: none;
	font-size: 1.125rem;
	padding: 0;
	border: none;
	position: absolute;
	right: 5rem;
	top: calc(50% - 12px);
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-weight: 900;
	letter-spacing: 2px;
	border-bottom: 2px solid #8e6f3e;
	text-transform: uppercase;
	cursor: pointer;
}
.navbar-pulldown-searchbox .clear-button {
	background: none;
	border: none;
	font-size: 2rem;
	padding: 1.5rem;
	border: none;
	position: absolute;
	right: 0;
	height: 100%;
	display: none;
	align-items: center;
	color: #9d9795;
	cursor: pointer;
}

.search-box .search-form .clear-button.active {
	display: flex;
}
.navbar-pulldown__container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 2px solid #fff;
	padding-bottom: 8rem;
}
.navbar-pulldown__column {
	flex: 0 0 1;
	display: block;
	padding-bottom: 3em;
}
.navbar-pulldown__column:first-of-type {
	flex: 1;
}
.navbar-pulldown__column .menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-pulldown__column .menu-items .menu-item {
	color: #fff;
	background: none !important;
	padding: 0;
	display: block;
}
.navbar-pulldown__column .menu-items .menu-item a {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 0.8rem;
	display: inline-block;
	-webkit-text-decoration: none;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.navbar-pulldown__column .menu-items .menu-item a,
	.navbar-pulldown__column .menu-items .menu-item button {
		font-size: 1.5rem;
	}
	.navbar-pulldown__container .condensed-column {
		width: 100%;
		padding-bottom: 0;
	}
	.navbar-pulldown__container {
		border-bottom: 0px;
		padding-bottom: 0;
	}
}
.navbar-pulldown__column .menu-items .menu-item a:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: -2px;
	left: 0;
	visibility: hidden;
	background: #cfb991;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
.navbar-pulldown__column .menu-items .menu-item a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}
.navbar-menu .menu-items .menu-item:hover .nav-link:before {
	visibility: visible;
	transform: scaleX(1);
}
.navbar-menu .menu-items .nav-link:hover {
	text-decoration: none;
}
.navbar-menu .menu-items .nav-link:before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: -1px;
	left: 0;
	visibility: hidden;
	background: #8e6f3e;
	transform: scaleX(0);
	transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

@keyframes fadeOutHeader {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

@keyframes fadeInHeader {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
	content: "\f057";
}

.no-scroll-page {
	overflow: hidden;
}

.no-scroll {
	overflow: hidden;
}

.no-scroll.has-global-header {
	overflow: auto;
}

#navbar-pulldown-close {
	background: none;
	border: none;
	width: 7rem;
	color: #fff;
	position: absolute;
	top: 0px;
	right: -14px;
	font-size: 15px;
	font-family: acumin-pro, "Franklin Gothic", sans-serif;
	cursor: pointer;
	font-weight: 300;
}
#navbar-pulldown-close .close-icon {
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 0.5rem;
}

.is-fixed-top .purdue-top-nav {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.navbar-quick-links {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 1rem;
}
.navbar-links-description {
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2.3px;
	display: block;
	border-bottom: 2px solid #fff;
	padding-bottom: 1rem;
}
.navbar-quick-links .quick-link-item {
	margin-bottom: 0.75rem;
}
.navbar-quick-links .quick-link-item a {
	border-radius: 4px;
	background-color: #cfb991;
	box-shadow: 0 1px 2px 0 rgba(142, 111, 62, 0.3);
	padding: 0.5rem 1.5rem;
	font-family: "United Sans Condensed", Impact, "Arial Black", "sans serif";
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cfb991;
	-webkit-text-decoration: none;
	text-decoration: none;
}
.navbar-quick-links .quick-link-item a::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23000000%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	right: -0.25rem;
	margin-left: 0.75rem;
	height: 1.25rem;
	width: 1.125rem;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s ease;
}
.navbar-quick-links .quick-link-item a:hover {
	background: #000;
	color: #fff;
}

.navbar-quick-links .quick-link-item a:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill=%27%23cfb991%27 d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E");
	transform: translateX(3px);
}

/* mobile nav drawer links */
.mobile-menu-nav {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu-nav li {
	position: relative;
}

.mobile-menu-nav > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.mobile-menu-nav > li.has-submenu > a::after {
	content: " +";
	position: absolute;
	font-weight: bold;
	color: #cfb991;
	padding-left: 5px;
}

.mobile-menu-nav > li.has-submenu > a.open::after {
	content: "\2013";
}

.mobile-menu-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}

.mobile-menu-nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.has-submenu ul {
	margin-left: 2em;
}

.has-submenu ul li a {
	font-size: 1.65rem !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
}
