
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.header-right a {
	font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-weight: 100;
	font-size: 18px;
}

.header-right .item-inner {
	display: flex;
}

.header-right .nav-dropdown .item-inner a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.header-right .item-inner i {
	color: #fff;
	margin-left: 10px;
	line-height: 23px;
}

.microsite-cont {
	height: 100%;
}

.nav-industry,
.nav-primary,
.microsite-cont .nav-primary {
	display: flex;
}
.nav-industry{
	position: relative;
}
.nav-primary {
	margin: 0px;
	height: 100%;
	margin-bottom: 0px;
}

.nav-primary .primary-item {
	display: flex;
	align-items: center;
	margin-right: 27px;
	position: relative;
}

@media (min-width: 1710px) {
	.nav-primary .primary-item {
		margin-right: 27px;
	}
}

.nav-primary .primary-item:last-child {
	margin-right: 0;
}
.nav-industry .ind-item {
	margin-right: 30px;
	position: relative;
}
.nav-industry .ind-item:last-child {
	margin-right: 0;
}
.nav-primary .primary-item > .item-inner {
	padding-top: 10px;
	height: 100%;
	position: relative;
}
.nav-industry .ind-item > .item-inner > a {
	font-size: 17px;
    font-weight: 400;
	color: #ca7007;
}
.nav-primary .primary-item > .item-inner > a {
	font-size: 15px;
	color: #1A6E99;
	font-weight: 400;
	text-transform: uppercase;
	font-size: clamp(0.875rem, 2.75vw - 1rem, 1.1rem);
}
.nav-industry .ind-item > .item-inner {
	position: relative;
}
.nav-industry .ind-item > .item-inner > a {
	z-index: 10;
	text-transform: uppercase;
}
.nav-primary .primary-item:hover > .item-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 125%;
	background-color: #90A74D;
}
.primary-item > .nav-dropdown > .nav-list > .item.has-submenu:hover > .item-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: -19px;
	height: 135px;
	width: 100px;
	z-index: 1;
}
.nav-industry .ind-item:hover > .item-inner::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 100%;
	background-color: #3c6a7f;
}
.nav-industry .nav-dropdown,
.nav-primary .nav-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 850px;
}
.nav-industry .nav-dropdown {
	left: 50%;
}
.nav-industry .nav-dropdown {
	z-index: 2;
	min-width: 0;
}
.nav-industry .nav-dropdown .item-inner,
.nav-primary .nav-dropdown .item-inner {
	padding: 4px 23px;
}
.nav-industry .ind-item.has-dropdown:hover > .nav-dropdown,
.nav-primary .primary-item.has-dropdown:hover > .nav-dropdown {
	display: flex;
	justify-content: center;
}
.nav-industry .nav-dropdown .nav-list,
.nav-primary .primary-item .nav-list {
	position: relative;
	margin: 0;
	list-style: none;
	width: 33.3333%;
	box-shadow: 4px 0px 22px -4px rgba(0,0,0,0.15);
	background-color: rgba(0, 0, 0, 0.7);
	padding: 7px 0px; 
}
.nav-industry .nav-dropdown .nav-list {
	min-width: 283px;
}
.nav-primary .primary-item li.item.has-submenu {
	position: relative;
}
.nav-industry .nav-dropdown .nav-list > li:hover > .item-inner {
	background-color: #c98f4d;
}
.nav-primary .nav-dropdown .nav-list > li:hover > .item-inner {
	background-color: #c68a48;
}
.nav-industry .nav-dropdown .nav-list ul > li:hover > .item-inner {
	background-color: #b55285;
}
.nav-primary .nav-dropdown .nav-list ul > li:hover > .item-inner {
	background-color: #457286;
}
.nav-industry .nav-dropdown .nav-list ul ul > li:hover > .item-inner {
	background-color: #2dabc9;
}
.nav-primary .nav-dropdown .nav-list ul ul > li:hover > .item-inner {
	background-color: #a08d79;
}
.header-right .nav-dropdown .nav-list li:hover > .item-inner > a,
.header-right .nav-dropdown .nav-list li:hover > .item-inner > i {
	color: white;
}
.header-right .nav-dropdown .nav-list li .item-inner > a:hover{
	z-index: 10
}
.nav-industry .nav-list ul,
.nav-primary .nav-list ul {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	box-shadow: inset 4px 0px 22px -4px rgba(0,0,0,0.15);
	background-color: rgba(0, 0, 0, 0.7);
	padding: 7px 0px;
}
.header-right .nav-list li.has-submenu:hover > ul {
	display: block;
}
/* dropdown support */
.nav-primary > .primary-item:hover > .item-inner > .dropdown-support {
	position: absolute;
	top: 30px;
	left: -100%;
	width: 300%;
	height: 30px;
	transition: transform 2s;
	z-index: 2;
	transform: scaleY(0);
	transform-origin: center bottom;
}
.nav-primary .primary-item > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleY(1);
}
.nav-primary .nav-dropdown .item > .item-inner > .dropdown-support {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 2s;
	z-index: 2;
	transform: scaleX(0);
	transform-origin: right center;
}
.nav-primary .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleX(1);
}
.nav-primary .nav-dropdown .item .item-inner a:hover {
	z-index: 10;
}
.nav-industry .ind-item:hover > .item-inner > .dropdown-support {
	position: absolute;
	top: 0px;
	left: -120px;
	width: 590px;
	height: 26px;
	transition: transform 2s;
	z-index: 3;
	transform: scaleY(0);
	transform-origin: center bottom;
}
.nav-industry .ind-item > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleY(1);
}
.nav-industry .nav-dropdown .item > .item-inner > .dropdown-support {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: transform 2s;
	z-index: 2;
	transform: scaleX(0);
	transform-origin: right center;
}
.nav-industry .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleX(1);
}
@media (max-width: 1430px) {
	.nav-industry .ind-item:nth-child(3) .nav-list ul, 
	.nav-industry .ind-item:nth-child(4) .nav-list ul, 
	.nav-primary .primary-item:nth-child(n+4) .nav-list ul {
		left: -100%;
	}
	/* .nav-primary .primary-item > .item-inner > a,
	.header-section .weather > .weather-link {
		font-size: 16px;
	} */
	.header-section .weather > .weather-link {
		padding-top: 10.5px;
	}
	.nav-primary .primary-item {
		margin-right: 20px;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| Interior Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.contentRender_type_widget.contentRender_name_plugins_nav_breadcrumb {
	display: inline;
}
.interior-nav {
	display: inline-block;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}
.interior-nav li {
	position: relative;
	display: inline-block;
}
.interior-nav li::after {
	content: "/";
	margin: 0 4px;
	color: #3a3a3a;
}
.interior-nav li:last-child::after {
	display: none;
}
.interior-nav li.current-page a {
	color:#90A74D;
}
.interior-nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #3a3a3a;
	font-family: "Gotham A", "Gotham B";
}
@media (max-width: 640px) {
	.interior-nav {
		display: none;
	}
}

@media (min-width: 1025px) {
	.interior-nav li a {
		font-size: 18px;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.nav-footer {
	list-style: none;
	margin-bottom: 25px;
}
.nav-footer li {
	margin-bottom: 6px;
	display: block;
	position: relative;
}
.nav-footer li:not(:last-child):after {
	content: "";
	position: absolute;
	background-color: #999;
	right: 0;
	width: 1px;
	bottom: 6px;
	top: 6px;
}
.nav-footer li a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}

@media (min-width: 641px) {
	.nav-footer {
		margin-bottom: 0;
	}
	.nav-footer li {
		margin-bottom: 7px;
		display: inline-block;
	}
	.nav-footer li:not(:last-child) {
		margin-right: 10px;
	}
	.nav-footer li:first-child {
		padding-left: 0;
	}
	.nav-footer li a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 1025px) {
	.nav-footer {
		margin-left: 0;
	}
	.nav-footer li:not(:last-child) {
		padding-left: 0;
		padding-right: 15px;
	}
}
 */
/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav 
|-----------------------------------------------------------------------------------------------------------
*/

.mobilenav {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mobilenav .nav-toggle {
	position: absolute;
	top: 0;
	right: 15px;
	width: 60px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-size: 28px;
	color: #000;
}
.panel_page.no-header .mobilenav:not(.active) .nav-toggle {
	background-color: transparent;
}

.mobilenav .nav-toggle .close {
	display: none;
}

.mobilenav .nav-toggle .open {
	display: block;
	cursor: pointer;

}

.mobilenav.active .nav-toggle .open {
	display: none;
}

.mobilenav.active .nav-toggle .close {
	display: inline-block;
	color:#fff;
	cursor: pointer;
}

.mobilenav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	padding: 29px 0px;
	background-color: rgba(31, 24, 21, 0.98);
	pointer-events: all;
	overflow: hidden;
	max-width: 320px;
}

.mobilenav .mobile-dd::before {
	content: "";
	position: absolute;
	top: -7px;
	right: -15px;
	width: 85%;
	height: 40px;
}

.mobilenav.active .mobile-dd {
	display: block;
}

.mobilenav .mobile-dd-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.mobilenav .mobile-main-nav {
	margin-bottom: 15px;
}

.mobilenav .nav-list {
	margin: 0 0 15px;
	list-style: none;
}

.mobilenav .nav-list ul {
	margin: 0;
	list-style: none;
	display: none;
}

.mobilenav li.has-submenu.active > ul {
	display: block;
}
.mobilenav .nav-list li ul li.item .item-inner {
	padding-left: 42px;
}
.mobilenav .nav-list li ul li.item ul li .item-inner {
	padding-left: 62px;
}
.mobilenav .nav-list li ul li.item ul li ul li .item-inner {
	padding-left: 82px;
}
.mobilenav .nav-list .item-inner {
	display: flex;
	align-items: center; 
	justify-content: space-between;
	padding: 0 21px;
	color: #fff;
}
.mobilenav .nav-list li.item ul.submenu li.item .item-inner {
	margin: 11px 0px;
}
.mobilenav .nav-list.footer .item-inner { 
	justify-content: flex-start;
}
.mobilenav .nav-list.footer li.has-submenu.active .item-inner i,
.mobilenav .nav-list.footer .item-inner i { 
	margin-left:5px;
	padding:0px 5px;
}
.mobilenav .nav-list.footer .item-inner {
	margin: 0px;
}

.mobilenav .nav-list > .item.active > .item-inner {
	color: #fff;
}

.mobilenav .item-inner i {
	margin-left: 10px;
	color: #fff;
	cursor: pointer;
	padding: 10px 40px;
	margin: -10px -40px;
}
.mobilenav .item.active > .item-inner i {
	color: #FFf;
}
.mobilenav .industry .item-inner i {
	color: #ac9984;
}
.mobilenav .item-inner a {
	font-family: "Gotham A", "Gotham B";
}

.mobilenav .nav-list > li > .item-inner a {
	font-size: 19px;
	color: inherit;
	text-transform: uppercase;
}
.mobilenav .nav-list.footer > li > .item-inner a {
	font-size: 18px;
}
.mobilenav .nav-list ul a {
	font-size: 18px;
	font-weight: 100;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
}

.mobilenav .nav-list ul > li.has-submenu.active > .item-inner {
	background-color: #c18644;
}

.mobilenav .nav-list ul > li.current-page > .item-inner {
	background-color:#019fc4;
}

.mobilenav .nav-list ul > li.current-page > .item-inner a ,
.mobilenav .nav-list ul > li.has-submenu.active > .item-inner a {
	color: white;
}

.mobilenav .nav-list > li.has-submenu.active > .item-inner i {
	transform: rotate(180deg);
	padding: 10px 40px;
	margin: -10px -40px;
}

.mobilenav .nav-list ul li.has-submenu.active > .item-inner i {
	color: white;
	transform: rotate(180deg);
	padding: 10px 40px;
	margin: -10px -40px;
}
.mobilenav .nav-list ul.industry li.has-submenu.active > .item-inner i {
	color: #ac9984;
}

.mobilenav .nav-list ul ul > li.has-submenu.active > .item-inner {
	background-color: #3b687d;
}
.mobilenav .nav-list ul ul ul > li.item.current {
	background: #968573;
}
.mobilenav .nav-list.industry li .item-inner {
	padding: 0px 21px;
	margin: 0px;
}

.mobilenav .nav-list.industry li .item-inner a {
	color: #ac9984;
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 1025px) {
	.mobilenav {
		display: none;
	}
}
@media (max-width: 641px) {
	.mobilenav .mobile-dd {
		max-width: 100%;
	}
}

/****MICROSITE****/

.microsite .header-section .header-right {
	align-items: flex-start;
}
/*Footer*/
ul.navFooter li {
	position: relative;
}
ul.navFooter li a {
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
	font-weight: 400;
	list-style: none;
	text-transform: uppercase; 
}
.footer-section .footer-content ul.navFooter li.item ul {
	display: none;
}
.footer-section .footer-content ul.navFooter li.item:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	background: rgba(15, 172, 189, 0.9);
	transform: translateY(-100%);
	padding: 15px 10px;
	text-align: center;
}
.footer-section ul.navFooter i {
	font-size: 14px;
}
.microsite .nav-primary .primary-item > .item-inner {
	padding-bottom: 15px;
}