.nav-bar-sectional li.menu-list-item.has-dropdown-menu:hover .dropdown-menu.mega-menu {
	top: calc(100% - 5px);
	margin-top: 0;
}

@media (max-width: 999.98px) {
  .nav-bar-sectional .dropdown-menu a {
    font-size: 1rem;
  }
}

/* bs dropdown */
.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	/* margin: 0.125rem 0 0; */
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	/* background-color: #007bff; */
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

.login-menu .dropdown-menu li {
	display: list-item;
	margin-top: 10px 0;
	padding: 0;
	text-align: left;
}

@media screen and (max-width: 999px) {
	#homepage .btn.btn-login {
		display: none;
	}
}

#mobile_login {
	min-height: 54px;
}

#nav_login,
#nav_login>li {
	height: 100%;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

#mobile_login .login-menu {
	padding: 0;
}

#nav_login .login-menu {
	min-height: 100%;
	padding: unset;
}

#nav_login .login-btn-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

#nav_login .btn-login,
#mobile_login .btn-login {
	display: flex;
	align-items: center;
	justify-content: center;
	height: fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	padding: 0.6rem 20px;
	margin: unset;
	border-radius: .5rem;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.1rem;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 700 !important;
	background-color: #a60208;
	box-shadow: inset 0px 0px 0px 2px #a60208;
	transition: height 0.1s ease-out,
		border-radius 0.1s ease-out,
		background-color 0.1s ease-out,
		color 0.1s ease-out,
		box-shadow 0.1s ease-out;
}

#nav_login .login-menu:hover .btn-login,
#mobile_login .login-menu.show .btn-login {
	color: #fff;
	background-color: #80021c;
	box-shadow: inset 0px 0px 0px 2px #80021c;
}

#nav_login .login-menu:hover .btn-login {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#nav_login .dropdown-menu {
	margin-top: -2px;
	min-width: max-content;
}

.top-header #nav_login .dropdown-menu {
	margin-top: -6px;
}

#mobile_login .btn-login {
	border-radius: 0;
	width: max-content;
	height: 100%;
	min-height: 54px;
}

#mobile_login .btn-login.dropdown-toggle::after {
	content: none;
}

#mobile_login .dropdown .btn.btn-login {
	transition: color 0.1s ease-out;
}

#mobile_login .dropdown-menu {
	margin-top: -2px;
	min-width: unset;
}

#mobile_login .dropdown .dropdown-menu .dropdown-item {
	font-size: 13px;
	color: #000;
	padding: 0.5rem 1.5rem;
}

#mobile_login .dropdown .dropdown-menu .dropdown-item:hover {
	color: #80021c;
	background-color: unset;
}

#mobile_login .dropdown-menu-content {
	margin: 1rem;
	width: max-content;
}

#mobile_login li.menu-list-item.has-dropdown-menu:hover .dropdown-menu {
	display: none;
}

#mobile_menu .mobile-menu-top .left-section {
	width: 100vw;
}

#mobile_menu .mobile-menu-top .mobile-search-bar {
	/* overflow: hidden; */
	width: 54px;
	min-width: 54px;
}

#mobile_menu .mobile-menu-top .mobile-search-bar:focus-within {
	width: 100%;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .search-box-wrapper {
	width: 54px;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .search-box-wrapper {
	margin: 0;
}

#mobile_menu .mobile-menu-top .mobile-search-bar,
#mobile_menu .mobile-menu-top .mobile-search-bar .search-box-wrapper,
#mobile_menu .mobile-menu-top .mobile-search-bar .input-group,
#mobile_menu .mobile-menu-top .mobile-search-bar .input-group button,
#mobile_menu .mobile-menu-top .mobile-search-bar .input-group input {
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: width 0.45s ease-in-out,
		background-color 0.25s ease-in-out;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .search-box-wrapper {
	display: block !important;
}

#mobile_menu .mobile-menu-top .mobile-search-bar:focus-within,
#mobile_menu .mobile-menu-top .mobile-search-bar:focus-within .search-box-wrapper {
	width: 100%;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .input-group .form-control {
	width: 0;
	padding: 0;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .input-group {
	width: 100%;
	justify-content: center;
	align-items: center;
}

#mobile_menu .mobile-menu-top .mobile-search-bar:not(:focus-within) .input-group {
	padding: 0;
}

#mobile_menu .mobile-menu-top .mobile-search-bar:focus-within .input-group .form-control {
	width: 100%;
	padding: 0 6px !important;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .input-group .input-group-btn {
	display: inline;
	width: auto;
}

#mobile_menu .mobile-menu-top .mobile-search-bar .input-group button {
	padding: 0;
}

#mobile_menu .mobile-menu-top .mobile-search-bar:focus-within+.mobile-icon-links {
	width: 0;
}

#mobile_menu .mobile-menu-top .mobile-icon-links {
	width: 100%;
	/* width: calc(54px * 3); */
	overflow-x: hidden;
	transition: width 0.45s ease-in-out;
}

#nav_icon_list_wrapper {
	margin-top: 3.5rem;
	margin-bottom: 3rem;
}

@media screen and (min-width: 1200px) {
	#nav_icon_list_wrapper {
		margin-bottom: 3rem;
	}
}

#background_content_wrapper .section-predictive-search {
	/* margin-top: 60px; */
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.predictive-search-results-list.open {
	width: 100%;
}

#nav_icon_bar {
	font-size: 0.8em;
	margin-top: 0;
}