
/*
|-----------------------------------------------------------------------------------------------------------
| Main Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/

.header-right a {
	font-family: 'Economica', sans-serif;
}

.header-right .item-inner {
	display: flex;
}

.header-right .nav-dropdown .item-inner a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.header-right .nav-dropdown li > ul li .item-inner a i,
.header-right .nav-dropdown li > ul li .item-inner a {
	color: #99ccff;
}
.header-right .nav-dropdown li > ul li > ul li .item-inner a {
	color:#999;
}
.header-right .item-inner i {
	color: #fff;
	margin-left: 10px;
	line-height: 1.3;
}
.header-right .item:hover .item-inner i {
	transform: rotate(-90deg);
}
.microsite-cont{
	height: 100%;
}

.nav-industry,
.nav-primary,
.microsite-cont .nav-primary {
	display: flex;
}

.nav-primary {
	margin-right: 0px;
	height: 100%;
}

.nav-primary .primary-item {
	display: flex;
	align-items: center;
	margin-right: calc(15px + (35 - 15) * ((100vw - 1025px) / (1700 - 1025)));
	cursor: pointer;
}
.primary-item.has-dropdown:hover > .item-inner:before {
	content: '';
	background-image: url(/includes/public/assets/pointer.png);
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -23px;
	left: 34px;
}

@media (min-width: 1710px) {
	.nav-primary .primary-item {
		margin-right: 35px;
	}
}

.nav-primary .primary-item:last-of-type {
	margin-right: 0;
}

.nav-industry .ind-item {
	margin-right: 26px;
}

.nav-footer .ind-item:last-child,
.nav-industry .ind-item:last-child {
	margin-right: 0;
}

.nav-primary .primary-item > .item-inner {
	padding-top: 10px;
	height: 100%;
	position: relative;
}
.nav-primary .primary-item > .item-inner:hover {
	transform: scale(1.1);
	transition: .3s;
}
.nav-industry .ind-item > .item-inner > a {
	font-size: 17px;
	color: #fff;
}

.microsite .nav-primary .primary-item > .item-inner > a,
.nav-primary .primary-item > .item-inner > a {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	text-shadow: 2px 2px #111111a1;
	pointer-events: all;
	z-index: 3;
}
.nav-industry .ind-item > .item-inner {
	padding-bottom: 15px;
	position: relative;
}

.nav-industry .ind-item > .item-inner > a {
	z-index: 10;
	font-family: 'Roboto Slab', sans-serif;
	text-shadow: 2px 2px #4c4545;
}

.nav-footer .nav-dropdown,
.nav-industry .nav-dropdown,
.nav-primary .nav-dropdown {
	display: none;
	position: absolute;
	right: 0px;
	min-width: 724px;
	background-color: #333;
	padding: 10px 28px;
	border-radius: 7px;
}

.nav-industry .nav-dropdown {
	top: 100%;
}

.nav-primary .nav-dropdown {
	top: calc(100% + 5px);
}

.nav-industry .ind-item.has-dropdown:hover .item-inner:before {
	background-image: url(/includes/public/assets/pointer.png);
	content: '';
	position: absolute;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	bottom: -9px;
	left: 23px;
}

.nav-footer .nav-dropdown,
.nav-industry .nav-dropdown {
	z-index: 4;
}

.nav-footer .nav-dropdown .item-inner,
.nav-industry .nav-dropdown .item-inner,
.nav-primary .nav-dropdown .item-inner {
	padding: 4px 12px;
}

.nav-footer .ind-item.has-dropdown:hover > .nav-dropdown,
.nav-industry .ind-item.has-dropdown:hover > .nav-dropdown,
.nav-primary .primary-item.has-dropdown:hover > .nav-dropdown {
	display: flex;
	justify-content: flex-start;
}

.nav-footer .nav-dropdown .nav-list,
.nav-industry .nav-dropdown .nav-list,
.nav-primary .primary-item .nav-list {
	position: relative;
	background-color: #333;
	margin: 0;
	list-style: none;
	width: 33.3333%;
	box-shadow: none;
}
.header-right .nav-dropdown .nav-list li .item-inner > a:hover{
	z-index: 10
}
.nav-footer .nav-list ul,
.nav-industry .nav-list ul,
.nav-primary .nav-list ul {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #333;
	border-left: 1px solid #777474;
	padding-left: 13px;
}

.nav-footer .nav-list ul ul,
.nav-industry .nav-list ul ul,
.nav-primary .nav-list ul ul {
	background-color: #333;
}

.nav-footer .nav-list li.has-submenu:hover > ul,
.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;
	right: 0;
	width: 600px;
	height: 68px;
	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-footer .ind-item:hover > .item-inner > .dropdown-support,
.nav-industry .ind-item:hover > .item-inner > .dropdown-support {
	position: absolute;
	top: 0px;
	right: -200%;
	width: 500px;
	height: 68px;
	transition: transform 2s;
	z-index: 3;
	transform: scaleY(0);
	transform-origin: center bottom;
}
.nav-footer .ind-item > .item-inner > a:hover + .dropdown-support,
.nav-industry .ind-item > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleY(1);
}
.nav-footer .nav-dropdown .item > .item-inner > .dropdown-support,
.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-footer .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support,
.nav-industry .nav-dropdown .item.has-submenu > .item-inner > a:hover + .dropdown-support {
	transition: none;
	transform: scaleX(1);
}
/*sticky nav*/
@media (min-width: 1024px) {
	.header-section.sticky {
		position: fixed;
		left: 0;
		padding:15px 40px 15px 25px;
		height: 86px;
	}
	.header-section.sticky .nav-primary .nav-dropdown {
		top: calc(100% + 15px);
	}
	.header-section.sticky .top-nav-cont {
		margin: 0 auto;
		height: 53px;
		position: relative;
		align-items: center;
	}
	.header-section.sticky .header-left {
		padding-top: 294px;
		transform-origin: left;
	}
	.header-section.sticky div#background {
		width: 100%;
		height: 86px;
		background: #000;
		position: absolute;
		left: 0;
		top: -86px;
	}
	.header-section.sticky .nav-primary {
		margin-bottom: 0;
	}
}
@media (max-width: 1024px) {
	.header-section div#image {
		transform: none!important;
	}
}
/*
|-----------------------------------------------------------------------------------------------------------
| Interior Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.contentRender_name_plugins_nav_breadcrumb {
	display: inline;
}
.interior-nav {
	display: inline-block;
	margin: 0;
	list-style: none;
}

.interior-nav li {
	position: relative;
	display: inline-block;
}

.interior-nav li::after {
	content: "/";
	margin: 0 4px;
	color: #98999a;
}

.interior-nav li:last-child::after {
	display: none;
}

.interior-nav li a {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 600;
}
.interior-nav li.current-page a {color:#1785c7;}

@media (max-width: 640px) {
	.interior-nav {
		display: none;
	}
}

@media (min-width: 1025px) {
	.interior-nav li a {
		font-size: 15px;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| Footer Nav Widget 
|-----------------------------------------------------------------------------------------------------------
*/
.nav-footer .nav-list li.has-submenu:hover > ul {
	text-align: left;
}
.nav-footer .item-inner a {
	font-family: 'Economica', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	text-shadow: 2px 2px #111111a1;
}
.nav-footer .nav-dropdown {
	top: auto;
	bottom: 100%;
}
.nav-footer .ind-item.has-dropdown:hover > .item-inner:before {
	background-image: url(/includes/public/assets/pointer.png);
	content: '';
	position: absolute;
	height: 23px;
	width: 23px;
	background-repeat: no-repeat;
	bottom: 18px;
	left: 23px;
	transform: rotate(90deg);
}
.nav-footer .nav-dropdown li.item .item-inner a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	font-family: 'Roboto Slab', sans-serif;
}
.nav-footer .nav-dropdown ul.nav-list li {
	text-align: left;
}
.nav-footer .ind-item {
	padding-left: 0;
	padding-right: 15px;
	margin-bottom: 6px;
	display: inline-block;
	position: relative;
}
.nav-footer > .ind-item  > .item-inner:hover {
	transform: scale(1.1);
	transition: .3s;
}
.nav-footer .item-inner i {
	color: #fff;
	margin-left: 10px;
	line-height: 1.7;
}
.nav-footer .item:hover .item-inner i {
	transform: rotate(-90deg);
}
.nav-footer .nav-dropdown li.item > ul li .item-inner a {
	color: #99ccff;
}
.nav-footer .nav-dropdown li.item > ul li.item > ul li .item-inner a {
	color: #999;
}
@media (max-width: 1200px) {
	.nav-footer .item-inner a {
		font-size: 17px;
	}
	.nav-footer .nav-dropdown li.item .item-inner a {
		font-size: 15px;
		line-height: 16px;
	}
}
@media (max-width: 1024px) {
	.nav-footer .ind-item.has-dropdown:hover > .nav-dropdown {
		display: none;
	}
}
/*
|-----------------------------------------------------------------------------------------------------------
| 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: #fff;
}

.mobilenav .nav-toggle .close {
	display: none;
	cursor: pointer;
}

.mobilenav .nav-toggle .open {
	display: block;
	font-weight: 100;
	font-family: "fontAwesome";
	font-size: 26px;
	cursor: pointer;
}

.mobilenav.active .nav-toggle .open {
	display: none;
}

.mobilenav.active .nav-toggle .close {
	display: inline-block;
}

.mobilenav .mobile-dd {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	padding: 20px 0px 0;
	background-color: #fff;
	pointer-events: all;
	overflow: hidden;
}

.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: 20px;
}

.mobilenav .mobile-main-nav {
	border-bottom: 1px solid #2e5d8c;
	background: 
		linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 5%, transparent 20%),
		linear-gradient(#1785c7, #1785c7);
	padding: 7px 0px 7px 0px;
}

.mobilenav .nav-list {
	margin: auto;
	list-style: none;
	padding-bottom: 15px;
}
.mobilenav ul.nav-list.industry {
	padding: 21px 0px 10px 0px;
	background: #1785c7;
	margin:0;
	border-bottom: 1px solid #2e5d8c;
}
.mobilenav .nav-list ul {
	margin: 5px 0 0;
	padding: 10px 0 15px;
	background-color: #333;
	list-style: none;
	display: none;
}

.mobilenav li.has-submenu.active > ul {
	display: block;
}

.mobilenav .nav-list .item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6.5px 20px;
	color: #fff;
}

.mobilenav .nav-list > .item.active > .item-inner {
	color: #FFF;
}

.mobilenav .item-inner i {
	margin-left: 10px;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
	transform: rotate(-90deg);
}
.mobilenav .item.active > .item-inner i {
	color: #FFf;
}

.mobilenav .item-inner a {
	font-family: 'Roboto Slab', sans-serif;
}

.mobilenav .nav-list > li > .item-inner a {
	font-size: 30px;
	line-height: 32px;
	color: inherit;
	font-family: 'Economica', sans-serif;
	font-weight: 600;
}
.mobilenav .nav-list.footer > li > .item-inner a {
	font-size: 21px;
	line-height: 27px;
}
.mobilenav .nav-list ul a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 26px;
}
.mobilenav ul.nav-list.footer {
	padding-bottom: 70px;
	background: #1785c7;
}
.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(0deg);
}

.mobilenav .nav-list ul li.has-submenu.active > .item-inner i {
	color: white;
	transform: rotate(180deg);
}
.mobilenav .nav-list ul ul > li.has-submenu > .item-inner {
	padding: 6px 38px;
	padding-right: 20px;
}
.mobilenav ul.nav-list > li.has-submenu.active > ul.submenu li.item.active > ul.submenu > li .item-inner a {
	color: #99ccff;
	padding-left: 15px;
	font-weight: 600;
}
.mobilenav ul.nav-list > li.has-submenu.active > ul.submenu li.item.active > ul.submenu > li > ul > li .item-inner a  {
	color:#858585;
}
.mobilenav .nav-list.industry li .item-inner {
	padding: 10px 15px;
}
.mobilenav li.has-submenu.active > ul.submenu li.item > ul.submenu li.item > ul.submenu li .item-inner {
	padding: 6px 59px;
	padding-right: 20px;
}
.mobilenav .nav-list.industry li .item-inner a {
	color: #fff;
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
	font-family: 'Roboto Slab', sans-serif;
	line-height: 19px;
}

@media (min-width: 1025px) {
	.mobilenav {
		display: none;
	}
}

/****MICROSITE****/
.microsite .mobilenav .nav-list {
	margin-bottom: 0px;
}
.microsite .mobilenav .mobile-dd-top {
	margin-bottom: 0px;
}
.microsite .mobilenav .mobile-dd {
	padding: 0px 0px;
}
@media (min-width: 1705px) {
	.microsite .nav-primary .primary-item.submit-event > .item-inner a {
		font-size: 18px;
	}
}