/**************************** SECTION SIDE NAV STYLES ****************************/

section.sub-menu-content {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1999 !important;
}
section.sub-menu-content::after{
	content: "";
	position: absolute;
	z-index: 1999;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-image: linear-gradient(90deg, rgba(0,120,190,1) -10%, rgba(0,120,190,.35) 35%, rgba(0,120,190,.35) 65%, rgba(0,120,190,1) 110%);
}
section.sub-menu-content.hhh-sub-menu-content::after{
	background-image: linear-gradient(90deg, rgba(5,125,150,1) -10%, rgba(5,125,150,.35) 35%, rgba(5,125,150,.35) 65%, rgba(5,125,150,1) 110%);
}
#newnav {
	position: absolute;
	z-index: 2020;
	top: 8px;
	left: 0;
	bottom: 0px;
	background-image: linear-gradient(rgba(255,255,255,.8) 80px, rgba(255,255,255,.0) 15vw);
	display: block;
	margin: 0px;
	padding: 0px;
	transition: .25s all ease-in-out;
	overflow: hidden;
	text-align: left;
}
#newnav::after, #newnav::before {
	content: "";
	position: absolute;
}
#newnav::before {
	z-index: 20000;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
	background-color: #047d96;
	filter: blur(10px);
	opacity: .5;
	transform-origin: top left;
	transform: rotateZ(-3.5deg);
}
#newnav.pd-side::before {
	background-color: #09283e;
}
#newnav.expanded::before {
	opacity: .8;
}
#newnav::after {
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .05;
	background-image:linear-gradient(180deg, rgba(0,90,95,1) 10px, rgba(0,90,95,.4) 10px, rgba(5,125,150,.1) 80px, rgba(5,125,150,0) 180px);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 25%;
}
#newnav.expanded::after {
	opacity: 1;
	background-image:linear-gradient(192deg, rgba(0,90,95,1) 10px, rgba(5,125,150,1) 10px, rgba(5,125,150,1) 22%, rgba(5,125,150,.9) 55%, rgba(5,125,150,.9) 75%, rgba(0,90,95,1));
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
#newnav.pd-side::after {
	background-image:linear-gradient(180deg, rgba(20,100,150,1) 10px, rgba(0,120,190,.4) 10px, rgba(0,120,190,.1) 80px, rgba(0,120,190,0) 180px);
}
#newnav.pd-side.expanded::after {
	background-image:linear-gradient(192deg, rgba(20,100,150,1) 10px, rgba(25,120,175,1) 10px, rgba(0,120,190,1) 22%, rgba(0,120,190,.9) 55%, rgba(50,120,190,.8) 75%, rgba(20,100,150,.9));
}
#newnav a {
	text-transform: uppercase;
}
#newnav .fixed-nav-container {
	position: relative;
	z-index: 2;
	top: 0px;
	border-top: 0px solid #047d96;
}
#newnav .fixed-nav-container.fixedmenu {
	position: fixed;
	z-index: 2;
	top: 135px;
}
#newnav.expanded .fixed-nav-container.fixedmenu {
	top: 135px;
	border-top: 0px solid #047d96;
}
#newnav .fixed-nav-container .fixed-nav-header-box {
	position: relative;
	z-index: 1;
	display: inline-block;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger {
	font-family: proxima-nova, sans-serif;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	background-color: #047d96;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 44px 10px 20px;
	width: 105px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 16px;
	transition: .25s all ease-in-out;
	white-space: nowrap;
	background-image: linear-gradient(150deg, rgba(5,95,100,.8), rgba(5,95,100,0) 75%);
	border: 0px solid #047d96;
	border-top: 8px solid #047d96;
}
#newnav.pd-side .fixed-nav-container .fixed-nav-header-box .fixednav-trigger {
	background-color: #0077bc;
	background-image: linear-gradient(150deg, rgba(0,40,70,.8), rgba(0,120,190,0) 75%);
	border-top: 8px solid #0077bc;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger::after {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(150deg, rgba(5,95,100,1), rgba(5,95,100,.4) 75%);
	transform-origin: left;
	transform: scaleX(0);
	transition: .2s all ease-in-out;
}
#newnav.pd-side .fixed-nav-container .fixed-nav-header-box .fixednav-trigger::after {
	background-image: linear-gradient(150deg, rgba(0,40,70,1), rgba(0,120,190,.3) 75%);
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:hover::after, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:focus::after, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:active::after {
	transform: scaleX(1);
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,90,95,.9);
	transform-origin: left;
	transform: scaleX(0);
	transition: .25s all ease-in-out;
}
#newnav.pd-side .fixed-nav-container .fixed-nav-header-box .fixednav-trigger::before {
	background-color: rgba(0,40,70,1);	
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger.active:hover::before, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger.active:focus::before, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger.active:active::before {
	transform: scaleX(1);
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger.active {
	color: #ffffff;
	width: 264px;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:hover, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:focus, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger:active {
	color: #ffffff;
	text-decoration: none;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd {
	font-family: proxima-nova, sans-serif;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 44px 10px 20px;
	width: 105px;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 16px;
	transition: .25s all ease-in-out;
	white-space: nowrap;
	background-color: #0077bc;
	background-image: linear-gradient(150deg, rgba(0,40,70,.8), rgba(0,120,190,0) 75%);
	border: 0px solid #0077bc;
	border-top: 8px solid #0077bc;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd::after {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(150deg, rgba(0,40,70,1), rgba(0,120,190,.3) 75%);
	transform-origin: left;
	transform: scaleX(0);
	transition: .2s all ease-in-out;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:hover::after, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:focus::after, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:active::after {
	transform: scaleX(1);
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,40,70,.9);
	transform-origin: left;
	transform: scaleX(0);
	transition: .25s all ease-in-out;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd.active:hover::before, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd.active:focus::before, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd.active:active::before {
	transform: scaleX(1);
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd.active {
	color: #ffffff;
	width: 264px;
}
#newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:hover, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:focus, #newnav .fixed-nav-container .fixed-nav-header-box .fixednav-trigger-pd:active {
	color: #ffffff;
	text-decoration: none;
}
#newnav .fixed-nav-container .fixed-nav-header-box .plus-minus {
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	z-index: 2;
	right: 17px;
	top: calc(50% + 3px);
	transform: translateY(-57%);
	transition: .25s all ease-in-out;
}
#newnav .fixed-nav-container .fixed-nav-header-box a.active + .plus-minus, #newnav .fixed-nav-container .fixed-nav-header-box a:hover + .plus-minus, #newnav .fixed-nav-container .fixed-nav-header-box a:focus + .plus-minus, #newnav .fixed-nav-container .fixed-nav-header-box a:active + .plus-minus {
	background-color: #ffffff;
}
#newnav .fixed-nav-container .fixed-nav-header-box a.active:hover + .plus-minus, #newnav .fixed-nav-container .fixed-nav-header-box a.active:focus + .plus-minus, #newnav .fixed-nav-container .fixed-nav-header-box a.active:active + .plus-minus {
	transform: translateY(-50%);
}
#newnav .fixed-nav-container .fixed-nav-header-box .plus-minus::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	background-color: #ffffff;
	transform: rotateZ(90deg);
	transition: .25s all ease-in-out;
}
#newnav .fixed-nav-container .fixed-nav-header-box a.active:focus + .plus-minus::after, #newnav .fixed-nav-container .fixed-nav-header-box a.active:hover + .plus-minus::after, #newnav .fixed-nav-container .fixed-nav-header-box a.active:active + .plus-minus::after, #newnav .fixed-nav-container .fixed-nav-header-box a:focus + .plus-minus::after, #newnav .fixed-nav-container .fixed-nav-header-box a:hover + .plus-minus::after, #newnav .fixed-nav-container .fixed-nav-header-box a:active + .plus-minus::after {
	background-color: #ffffff;
}
#newnav .fixed-nav-container .fixed-nav-header-box .plus-minus.active::after {
	transform: rotateZ(0deg);
}
#newnav .fixed-nav-container .fixed-nav-header-box .plus-minus.active:hover::after, #newnav .fixed-nav-container .fixed-nav-header-box .plus-minus.active:focus::after {
	transform: rotateZ(90deg);
}
#newnav .fixed-nav-container .fixed-nav-header-box a.active + .plus-minus::after {
	transform: rotateZ(0deg);
	background-color: #ffffff;
}
.fixed-nav-content {
	display: none;
	max-width: 264px;
}
.fixed-nav-content-2 {
	display: none;
}







#newnav ul li .fixednav-trigger-2 {
	font-family: proxima-nova, sans-serif;
	color: #047d96;
	display: block;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	padding: 13px 30px 11px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	border: 0px solid #047d96;
	border-bottom: 1px solid rgba(0,0,0,.08);
	transition: .25s all ease-in-out;
}
#newnav.pd-side ul li .fixednav-trigger-2 {
	color: #0077bc !important;
}
#newnav ul li .fixednav-trigger-2:hover, #newnav ul li .fixednav-trigger-2:focus, #newnav ul li .fixednav-trigger-2:active, #newnav ul li .fixednav-trigger-2.active {
	color: #ffffff !important;
	border-bottom: 1px solid rgba(0,0,0,.15);
	text-decoration: none;
}
#newnav ul li .fixednav-trigger-2::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: calc(100% - 8px);
	bottom: 0;
	background-color: rgba(0,0,0,.08);
	transform-origin: left;
	transition: .25s all ease-in-out;
}
#newnav ul li .fixednav-trigger-2:hover::after, #newnav ul li .fixednav-trigger-2:focus::after, #newnav ul li .fixednav-trigger-2:active::after, #newnav ul li .fixednav-trigger-2.active::after {
	background-color: rgba(0,0,0,.65);
	right: 0;
}
#newnav ul li .fixednav-trigger-2::before{
	content: "";
	position: absolute;
	z-index: -1;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 47%;
	background-image: url(../images/global/right-arrow-blue.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%) rotateZ(90deg);
	opacity: .55;
	transition: .25s all ease-in-out;
}
#newnav ul li .fixednav-trigger-2:hover::before, #newnav ul li .fixednav-trigger-2:focus::before, #newnav ul li .fixednav-trigger-2:active::before {
	top: 50%;
	background-image: url("../images/global/right-arrow-dark.png");
	opacity: .45;
}
#newnav ul li .fixednav-trigger-2.active::before {
	transform: translateY(-50%) rotateZ(270deg);
	top: 50%;
	opacity: .55;
}
#newnav ul li .fixednav-trigger-2.active:hover::before, #newnav ul li .fixednav-trigger-2.active:focus::before, #newnav ul li .fixednav-trigger-2.active:active::before {
	top: 47%;
}
#newnav ul li .fixednav-trigger-2::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: calc(100% - 8px);
	bottom: 0;
	background-color: rgba(0,0,0,.08);
	transform-origin: left;
	transition: .25s all ease-in-out;
}
#newnav ul li .fixednav-trigger-2:hover::after, #newnav ul li .fixednav-trigger-2:focus::after, #newnav ul li .fixednav-trigger-2:active::after {
	background-color: rgba(0,0,0,.65);
	right: 0;
}
#newnav ul li .fixed-nav-content-2 a {
	padding: 9px 30px 9px 48px;
}
#newnav .fixed-nav-content > ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	background-image: linear-gradient(145deg, rgba(255,255,255,.75), rgba(255,255,255,.3)), url("../images/global/side-nav-background2.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
#newnav .fixed-nav-content ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	border-bottom: 3px solid rgba(0,0,0,.08);
}
#newnav ul li.lower-divider {
	padding: 3px;
	background-color: rgba(245,245,245,.85);
}
#newnav ul li {
	
}
#newnav ul li a {
	color: #047d96;
	display: block;
	padding: 13px 30px 11px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
#newnav.pd-side ul li a {
	color: #0077bc !important;
}
#newnav ul li a:hover, #newnav ul li a:focus, #newnav ul li a:active, #newnav.pd-side ul li a:hover, #newnav.pd-side ul li a:focus, #newnav.pd-side ul li a:active {
	color: #ffffff !important;
	border-bottom: 1px solid rgba(0,0,0,.15);
	text-decoration: none;
}
#newnav ul li a::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 8px;
	height: 8px;
	right: 35px;
	top: 50%;
	background-image: url(../images/global/right-arrow-dark.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	opacity: .0;
	transition: .25s all ease-in-out;
}
#newnav ul li a:hover::before, #newnav ul li a:focus::before, #newnav ul li a:active::before {
	right: 20px;
	opacity: .65;
}
#newnav ul li a::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: calc(100% - 8px);
	bottom: 0;
	background-color: rgba(0,0,0,.08);
	transform-origin: left;
	transition: .25s all ease-in-out;
}
#newnav ul li a:hover::after, #newnav ul li a:focus::after, #newnav ul li a:active::after {
	background-color: rgba(0,0,0,.65);
	right: 0;
}
#newnav ul li a.sub-nav-home-link {
	padding: 13px 30px 11px 55px;
}
#newnav ul li a.sub-nav-home-link::before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/main/icon2-color.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}
#newnav ul li a.sub-nav-home-link:hover::before, #newnav ul li a.sub-nav-home-link:focus::before, #newnav ul li a.sub-nav-home-link:active::before {
	background-image: url("../images/main/icon2-small.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#newnav.pd-side ul li a.sub-nav-home-link::before {
	background-image: url(../images/main/icon1-color.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#newnav.pd-side ul li a.sub-nav-home-link:hover::before, #newnav.hhh-side ul li a.sub-nav-home-link:focus::before, #newnav.hhh-side ul li a.sub-nav-home-link:active::before {
	background-image: url("../images/main/icon1-small.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#newnav #trigger {
	position: absolute;
	z-index: -5;
	top: 40vw;
}
.sub-menu-content {
	width: 100%;
	text-align: right;
}
.section-sub-page-content {
	width: calc(100% - 0px);
	text-align: left;
	transition: .25s all ease-in-out;
}
.sub-menu-content.active .section-sub-page-content {
	display: inline-block;
	width: calc(100% - 260px);
	transition: .4s all ease-in-out;
}
.sub-menu-content #newnav {
	width: 105px;
}
.sub-menu-content.active #newnav {
	width: 264px;
	background-color: #ffffff;
}




/**************************** SECTION SIDE NAV RESPONSIVE ****************************/

@media only screen and (max-width: 1150px) {
	#newnav {
		display: none;
	}
	section.sub-menu-content::after{
		content: none;
	}
}