
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.nav-cont-upper {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
	height: calc(50% - 25px);
}
.nav-cont-upper > div {
	flex: 0 1 auto;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
/*.nav-cont-upper > div:not(:first-child) { position: relative; }*/

.nav-cont-upper > div:last-child {
	margin-right: 0;
}

.nav-cont-upper > div::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
	width: 1px;
	height: 70%;
	background-color: #505151;
}

@media only screen and (max-width: 1200px) {
	.nav-cont-upper > div {
		margin-right: 20px;
	}

	.nav-cont-upper > div::after {
		right: -10px;
	}
}

.nav-cont-upper > div:last-child::after {
	display: none;
}

.top-nav-right {
	height: inherit;
	padding-left: 20px;
	flex: 0 0 auto;
}

.top-nav-right .item {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

@media only screen and (max-width: 1360px) {
	.top-nav-right .item {
		margin-right: 15px;
	}
}

.top-nav-right .nav-industry-cont .item:last-child,
.top-nav-right .nav-primary-cont .item:last-child,
.top-nav-right .utility .item:last-child {
	margin-right: 0;
}

.nav-industry-cont {
	display: flex;
}

.top-nav-cont .item a {
	color: #505151;
	font-size: 17px;
}

.top-nav-cont .fa,
.top-nav-cont .far {
	font-size: 16px;
	margin-right: 5px;
}

.top-nav-cont .primary-dd .fa {
	margin-right: 0;
}

.nav-cont-upper a {
	font-size: 17px;
}

.nav-industry-cont > nav,
.nav-primary-cont > nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-primary-cont > nav > .item,
.nav-industry-cont > nav > .item {
	height: 100%;
}

.nav-industry-cont > nav > .item { display: block; }

.nav-primary-cont > nav > .item:hover > .dropdown-support,
.nav-industry-cont > nav > .item:hover > .dropdown-support {
	position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform: scaleY(0);
    transform-origin: center bottom;
    z-index: 2;
}
.nav-primary-cont > nav > .item > a:hover + .dropdown-support,
.nav-industry-cont > nav > .item > a:hover + .dropdown-support {
    transition: none;
    transform: scaleY(1);
}

.nav-cont-lower {
	height: 50%;
}

.nav-cont-lower .nav-primary-cont,
.contentRender_name_plugins_nav_main,
.nav-primary-cont-outer,
.nav-cont-lower .nav-primary-cont nav {
	height: 100%;
}

.nav-cont-lower .nav-primary-cont nav > .item > a {
	font-size: 22px;
	z-index: 10;
}

.nav-industry-cont nav > .item > a { z-index: 10; }

@media only screen and (max-width: 1100px) {
	.top-nav-cont a {
		font-size: 16px;
	}
	.nav-cont-lower .nav-primary-cont nav > .item > a {
		font-size: 20px;
	}
}

.primary-dd {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	border-top: 6px solid #618fb3;
	z-index: 9999;
	padding: 0 15px;
	transition: opacity 0.6s ease-in-out;
}

.nav-primary-cont nav > .item.has-submenu:hover .primary-dd,
.nav-industry-cont nav > .item.has-submenu:hover .primary-dd {
	opacity: 1;
	pointer-events: all;
}
.nav-primary-cont nav > .item > a,
.nav-industry-cont nav > .item > a {
	position: relative;
	padding-bottom: 10px;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
}

.nav-primary-cont nav > .item > a::after,
.nav-industry-cont nav > .item > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #43a5d1;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

.nav-primary-cont nav > .item.has-submenu:hover > a ,
.nav-industry-cont nav > .item.has-submenu:hover > a {
	color: #43a5d1;
	cursor: pointer;
}

.nav-primary-cont nav > .item.has-submenu:hover > a::after,
.nav-industry-cont nav > .item.has-submenu:hover > a::after {
	opacity: 1;
}

.primary-dd .item {
	margin-right: 0;
}

.primary-dd .left-side {
	width: 55%;
	display: flex;
	padding-top: 30px;
}

.primary-dd .left-side > .dropdown {
	position: relative;
	width: 50%;
	padding-left: 35px;
	padding-bottom: 40px;
}

.nav-industry-cont .primary-dd .left-side {
    width: 100%;
    display: block;
    padding-top: 0;
}

.nav-industry-cont .primary-dd .left-side > .dropdown {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-bottom: 40px;
}

.nav-industry-cont .primary-dd .left-side > .dropdown {
	padding: 20px 15px;
}

.primary-dd .left-side .dropdown ul {
	margin: 0;
	list-style: none;
}

.primary-dd .left-side .dropdown ul li {
	padding: 10px;
	margin-bottom: 5px;
}

.primary-dd .left-side .dropdown ul li a {
	color: #505151;
	font-weight: 500;
	z-index: 10;
}

.primary-dd .dropdown .item:hover .item-inner > .dropdown-support {
	position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 180%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 2s;
    z-index: 2;
}
.primary-dd .dropdown .item .item-inner a:hover + .dropdown-support {
    transform: scaleX(1);
    transition: none;
}

@media only screen and (max-width: 1150px) {
	.primary-dd .left-side .dropdown ul li a {
		font-size: 16px;
	}
	.primary-dd .left-side .dropdown {
		padding-left: 15px;
	}
}

.primary-dd .left-side .dropdown ul li .item-inner .fa {
	font-size: 20px;
}

.primary-dd .left-side .dropdown ul li > .item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.primary-dd .left-side .dropdown ul li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: -30px;
	width: calc(100% - 45px);
/*	height: calc(100% + 30px);*/
	background-color: #f3f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	height: auto;
}

.nav-industry-cont .primary-dd .left-side .dropdown ul li ul { top: 0; }

.primary-dd .left-side .dropdown ul li ul li ul {
	height: 100%;
	width: 100%;
	top: 0;
	background-color: #e7e8e8;
}

.primary-dd .left-side .dropdown ul li.has-submenu:hover > ul {
	display: block;
}

.primary-dd .left-side .dropdown ul > li.has-submenu:hover {
	background-color: #f3f4f4;
}

.primary-dd .left-side .dropdown ul li ul li.has-submenu:hover {
	background-color: #e7e8e8;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget
|-----------------------------------------------------------------------------------------------------------
*/
.footer-nav {
	padding-top: 5px;
}

.footer-nav li {
	float: left;
	margin-right: 10px;
}

.footer-nav li:last-child {
	margin-right: 0;
}

.footer-nav a {
	color: white;
	font-size: 14px;
	font-family:'Lucida Fax W01 Regular';
}
.footer-nav a:hover {
	color: white;
}

@media (max-width: 1100px) {
	.footer-nav a {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.footer-nav li {
		margin-right: 10px;
	}
}

@media (max-width: 641px) {
	.footer-section .footer-nav {
		margin-bottom: 0;
	}
	.footer-nav li {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
	.footer-nav li a {
		font-size: 18px;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav
|-----------------------------------------------------------------------------------------------------------
*/
.mobilenav {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 340px;
    width: 100%;
}

.mobilenav .hamburger {
	position: absolute;
	top: 0;
	right: 25px;
	width: 75px;
	height: 55px;
}

@media only screen and (max-width: 641px) {
	.mobilenav .hamburger {
		right: 15px;
	}
}

.mobilenav .hamburger .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.mobilenav .hamburger .menu-open,
.mobilenav .hamburger .menu-close {
	display: flex;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family:'Avenir LT W01_45 Book1475508';
	color: #505151;
	text-transform: uppercase;
	border: 1px solid #505151;
	transition: opacity 0.6s ease-in-out;
	padding: 5px 8px;
	font-size: 13px;
	line-height: 10px;
	letter-spacing: 1px;
	cursor: pointer;
}

.mobilenav .hamburger .menu-open .fa,
.mobilenav .hamburger .menu-close .fa {
	font-size: 14px;
}

.mobilenav.active .hamburger.active .menu-open {
	opacity: 0;
	pointer-events: none;
}

.mobilenav.active .hamburger.active .menu-close {
	opacity: 1;
	pointer-events: all;
}

.mobilenav .hamburger .menu-close {
	opacity: 0;
	pointer-events: none;
	color: white;
	background-color: #505151;
}

.mobilenav .mobile-dd {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 55px;
	right: 0;
	width: 100%;
	max-width: 340px;
	padding: 15px;
	background-color: white;
	border-bottom: 6px solid #e9e9e8;
	transition: opacity 0.6s ease-in-out;
	cursor: pointer;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 641px) {
	.mobilenav .mobile-dd {
		max-width: 320px;
	}
}

.mobilenav.active .mobile-dd {
	opacity: 1;
	pointer-events: all;
}

.mobilenav .mobile-dd ul {
	list-style: none;
}

.mobilenav .mobile-dd ul.nav-list {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e8;
}
.mobilenav .mobile-dd ul.nav-list.utility {
	border-bottom: none;
}

.mobilenav .mobile-dd .nav-list > li > .item-inner > a {
	font-size: 18px;
	line-height: 22px;
	color: #505151;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Avenir LT W01_85 Heavy1475544";
}

.mobilenav .mobile-dd .nav-list .arrow {
	cursor: pointer;
}

.mobilenav .mobile-dd .nav-list > li > .item-inner > .arrow {
	font-size: 22px;
	font-weight: 500;
}

.mobilenav .mobile-dd .nav-list > li > ul > li > .item-inner .arrow {
	font-size: 19px;
	margin-right: 6px;
}

.mobilenav .mobile-dd .nav-list > li > ul > li > ul > li > .item-inner .arrow {
	margin-right: 6px;
}

.mobilenav .mobile-dd .nav-list .arrow.active {
	transform: rotate(180deg);
}

.mobilenav .mobile-dd .item-inner {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.mobilenav .mobile-dd .item.current .item-inner a {
	color: #43a5d1;
}
.mobilenav .mobile-dd ul li ul,
.mobilenav .mobile-dd ul li ul li ul,
.mobilenav .mobile-dd ul li ul li ul li ul {
	display: none;
}

.mobilenav .mobile-dd ul > li.selected > ul {
	display: block;
}

.mobilenav .mobile-dd ul li ul li > .item-inner > a {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

.mobilenav .mobile-dd ul li ul li ul li > .item-inner > a {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.mobilenav .mobile-dd ul.nav-list.industry > li > .item-inner a {
	font-size: 16px;
	font-weight: 600;
	color: #618fb3;
}

.mobilenav .mobile-dd ul.nav-list.footer > li > .item-inner a {
	font-size: 16px;
	font-weight: 600;
	color: #e0bd6e;
}

.mobilenav .mobile-dd ul.nav-list.industry .item-inner,
.mobilenav .mobile-dd ul.nav-list.footer .item-inner,
.mobilenav .mobile-dd ul.nav-list.utility .item-inner {
	padding: 7px 0;
}

.mobilenav .mobile-dd ul.nav-list.utility .item-inner a {
	font-size: 16px;
	font-weight: 500;
	color: #43a5d1;
	text-transform: none;
	letter-spacing: 0;
	    font-family: 'Avenir LT W01_55 Roman1475520', sans-serif;
}

/* Interior Nav */

.int-nav {
	margin: 15px 0;
	display: flex;
	font-size: 16px;
	list-style: none;
}

.int-nav li {
	position: relative;
	margin-right: 20px;
	padding: 5px 5px 0 0;
}
.add-this-panel .homelink {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding: 5px 5px 0 0;
}
.add-this-panel .homelink a::after {
	content: "|";
	position: absolute;
	top: 0;
	right: -10px;
	transform: translateY(25%);
	color: #505151;
	font-size: 17px;
}
.add-this-panel .homelink a {
	color: #e0bd6e;
}
.add-this-panel .breadcrumb {
	display: inline-block;
}
.int-nav li.item a {
	font-family: 'Avenir LT W01_55 Roman1475520';
	color: #505151;
}
.int-nav li.item:after {
	content: "|";
    position: absolute;
    top: 0;
    right: -10px;
    transform: translateY(25%);
    color: #505151;
    font-size: 17px;
}
.int-nav li.item:last-child:after {
	display: none;
}
.int-nav li.item:last-child a {
	font-family: "Avenir LT W01_85 Heavy1475544";
}

@media (max-width: 1024px) {
	.int-nav {
		display: none;
	}
}
