/*navigation*/
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	margin-bottom: 0;
}

/* INTERIOR NAV */
.nav-share-wrapper {
	position: relative;
	width: calc(100% - 1.8375rem);
	max-width: 1050px;
	margin: 0 auto;
	z-index: 10;
}
.nav-share-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -1px;
	width: 200vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb(64, 116, 142);
	z-index: -1;
}
.nav-share-wrapper a.shared-back-button {
	color: #fff;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	letter-spacing:  2px;
	position: relative;
}
.nav-share-wrapper a.shared-back-button i.fa {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 20px;
}
.nav-share-wrapper ul.nf-breadcrumbs {
	list-style: none;
	/* padding: 7.5px 17px; */
	border-radius: 6px;
	/* display: none; */
}
@media only screen and (min-width: 64.063em) {
	.nav-share-wrapper ul.nf-breadcrumbs {
		display: inline-block;
	}
	nav.primary ul.nav-primary-style .dropdown-items li.item:hover > ul.dd,
	nav.primary div.dropdown-items {
		padding-top: 7px;
	}
}
.nav-share-wrapper ul.nf-breadcrumbs li::after {
	content: ">";
	margin: 0;
	font-weight: 500;
}

.nav-share-wrapper ul.nf-breadcrumbs li:last-child::after {
	display: none;
}
.nav-share-wrapper ul.nf-breadcrumbs li.item {
	font: 400 22px/1.1 'Saira Extra Condensed', sans-serif;
	color: #fff;
	display: inline-block;
}
.details .nav-share-wrapper .share,
.details .nav-share-wrapper .share i.fa {
	color: #fff;
}
.nav-share-wrapper nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-share-wrapper .share {
	font: 400 22px/1.1 'Saira Extra Condensed', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 8px 0 8px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	float: right;
	position: relative;
	z-index: 10;
}
.nav-share-wrapper .share svg {
	display: inline-block;
	height: 16px;
	width: 16px;
	fill: #fff;
	margin-left: 5px;
	margin-bottom: -2px;
}
.nav-share-wrapper .share i.fa {
	margin-left: 5px;
	font-size: 15px;
	color: #fff;
	position: relative;
	top: 2px;
}
.nav-share-wrapper .back {
	font: 600 20px/1.1 'Saira Extra Condensed', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 8px 10px 8px;
	margin: 0;
	color: #fff;
	float: right;
	position: relative;
	z-index: 10;
}
.nav-share-wrapper .back svg {
	display: inline-block;
	width: 14px;
	height: 13px;
	fill: #fff;
	transform: rotate(180deg);
}
@media only screen and (min-width: 64.063em) {
	
}
@media only screen and (max-width: 40em) {
	.nav-share-wrapper {
	}
	.nav-share-wrapper ul.nf-breadcrumbs {
		flex: 1 1 auto;
	}
	.nav-share-wrapper .back {
		font-size: 17px;
	}
	.nav-share-wrapper .back svg{
		width: 14px;
		height: 12px;
	}
	.nav-share-wrapper .share {
		font-size: 18px;
	}
	.nav-share-wrapper .share svg {
		width: 12px;
	}
	.nav-share-wrapper ul.nf-breadcrumbs li.item {
		font-size: 16px;
	}
}
nav.mobile .item.has-dropdown > .arrow {
	font-size: 19px;
	top: 5px;
	right: 0;
	display:  block;
	position: absolute;
	z-index: 60;
	color: rgb(64, 116, 142);
	transform: rotate(90deg);
	transition: transform, top;
	transition-timing-function: ease;
	transition-duration: 0.2s;
	cursor: pointer;
	padding: 0;
	height: 40px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav.mobile .item.has-dropdown.selected > .arrow {
	transform: rotate(-90deg);
	top: 2px;
}
nav .item .arrow::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
ul.nav-primary-style ul {
	position: absolute;
	margin: 0;
	background-color:  #fff;
	color: #000;
	list-style:  none;
	z-index: 39;
}

nav.indy {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 38px;
	position: relative;
	font-family: 'Helvetica Neue LT W05_77 Bd Cn', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.transparent-header nav.indy {padding-top: 30px;}
ul.nav-indy-style li.item > ul.dd,
ul.nav-primary-style li.item > ul.dd {
	width: 0px;
	overflow: hidden;
}
ul.nav-indy-style > .item.has-dropdown > ul {
	display: none;
}
@media only screen and (min-width: 64.063em) {	
	ul.nav-indy-style > .item.has-dropdown > ul {
		position: absolute;
		top: 100%;
		color: rgb(64, 116, 142);
		list-style:  none;
		z-index: 39;
	}

	.transparent-header ul.nav-indy-style > .item.has-dropdown > ul {
		top: 17px;
		left: 0;
	}
	.transparent-header ul.nav-indy-style > .item:nth-last-child(1) > ul,
	.transparent-header ul.nav-indy-style > .item:nth-last-child(2) > ul {
		left: auto;
		right: 0;
	}
}
ul.nav-indy-style .item.has-dropdown ul.dd {
	position: relative;
	margin:  0;
}
nav.indy .item.has-dropdown > ul {
	display: none;
}
nav.indy .item.has-dropdown:hover > ul {
	display: block;
}
ul.nav-indy-style {
	display: flex;
	justify-content: space-around;
	width: 625px;
}
ul.nav-indy-style > li.item {
	display: inline-block;
	color: #fff;
	position: relative;
}
@media only screen and (min-width: 64.063em) {	
	nav.indy ul.nav-indy-style > li.item:hover > a::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		width: 36px;
		height: 5px;
		transform: translateX(-50%);
		background-color: rgb(248, 222, 110);
	}
}
ul.nav-indy-style > li.item > .arrow {
	display: none;
}
nav.mobile ul.nav-indy-style > li.item::after {
	display: none;
}
ul.nav-indy-style > li.item > ul {
	margin: 0;
}

ul.nav-primary-style > li.item {
	font-family: 'Helvetica Neue LT W01_75 Bold', sans-serif;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
}
@media only screen and (min-width: 64.037em) {
	ul.nav-primary-style {
		display: flex;
		justify-content: space-between;
	}
	nav > ul > *:last-child {
		margin-right: 0 !important;
	}
}
ul.nav-primary-style > .item > a {
	position: relative;
	z-index: 35;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	padding: 0 5px;
}
nav.primary ul.nav-primary-style > .item:hover > a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -55px;
	height: 6px;
	width: 36px;
	transform: translateX(-50%);
	background-color: rgb(129, 200, 189);
}
.transparent-header nav.primary ul.nav-primary-style > .item:hover > a::after {
	bottom: -43px;
}
.sticky-nav nav.primary ul.nav-primary-style > .item:hover > a::after {
	bottom: -20px;
}
nav.primary ul.nav-primary-style > .item:hover > a::before {
	content: '';
	width: calc(100% + 70px);
	display: block;
	height: 68px;
	position: absolute;
	left: -35px;
	bottom: -50px;
}
@media screen and (min-width: 64.063em) {
	nav .item:hover > a { z-index: 100001; }
}
nav .item:hover .dropdown-support {
	position: absolute;
	z-index: 100000;
	top: 60%;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: transform .6s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
nav .item > a:hover + .dropdown-support {
	transition: none;
	transform: scaleY(1);
}

ul.nav-indy-style > li.item > ul.dropdown,
ul.nav-primary-style > li.item > ul.dropdown {
	height: 0px;
	pointer-events: none;
	display: none;
}
@media only screen and (min-width: 64.063em) {	
	ul.nav-indy-style li.item:hover > ul.dropdown,
	ul.nav-primary-style li.item:hover > ul.dropdown {
		display: block;
	}
}
ul.nav-indy-style > li.item > ul.dropdown:before {
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: #fff;
	width: 315px;
	z-index: -1;
}
ul.nav-primary-style > li.item:hover > ul.dropdown {
	display: none;
}
@media screen and (min-width: 64.063em) {
	ul.nav-primary-style > li.item:hover > ul.dropdown {
		display: flex;
		overflow: visible;
		overflow: hidden;
	}
}
ul.nav-primary-style > li.item > ul.dropdown::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
	bottom: 0;
	background: #fff;
}
nav.primary ul.dropdown {
	right: -20px;
	top: 100%;
	max-width: 940px;
	width: 100%;
	z-index: 31;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 0px;
	display: flex;
}
.sticky-nav nav.primary ul.dropdown {
	top: 100%;
}
nav.primary div.menu-image {
	position: relative;
	font-family: "bpone", sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 1;
	color: #00aedb;
	display: block;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 23px;
}
nav.primary div.menu-image figcaption {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	padding: 20px 10px;
}
nav.primary div.menu-image h3 {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
nav.primary div.dropdown-items {
	margin: 0;
	position:  relative;
	display:  block;
	background-color: #fff;
	padding-bottom: 23px;
}
nav.indy .item:hover > .dropdown,
nav.primary .item:hover > .dropdown {
	height: auto;
	pointer-events: auto;
	padding: 0 23px;
}
nav.indy .item:hover > .dropdown {
	padding: 0;
}
nav.indy .dropdown li.item {
	font-size: 13px;
	line-height: 30px;
	width: 300px;
	color: rgb(64, 116, 142);
	padding: 0;
	text-shadow: none;
}
nav.indy .dropdown li.item li.item {
	width: 315px;
}
nav.indy .dropdown ul ul { display: none !important; }
nav.indy .dropdown li.item:last-child {
	border-bottom: none !important;
}
ul.nav-indy-style .dropdown-items {
	padding-left: 15px;
}
nav.indy .dropdown li.item:hover {
	background-color: #f2f6f7;
}
nav.indy .dropdown li.item:hover > a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: -50px;
	z-index: -1;
}
nav.indy .dropdown ul li.item:hover > a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #d9e5e9;
	z-index: -1;
}
nav.indy .dropdown ul li.item:hover {
	background-color: #d9e5e9;
}
nav.indy .dropdown ul ul li.item:hover > a::after {
	content: "";
	position: absolute;
	top: -13.5px;
	bottom: -12.5px;
	left: 0px;
	right: -48px;
	background-color: #bbcfd6;
	z-index: -1;
}
nav.indy .dropdown li.item ul li.item a::before {
	
}
nav.primary .dropdown li.item {
	font-size: 13px;
	line-height: 1;
	color: rgb(64, 116, 142);
	padding: 9px 10px 9px 15px;
	width: 274px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav.primary .dropdown li.item:hover {
	background-color: #f1fbfa;
}

nav.primary .dropdown .dd li.item {
	padding: 10px 10px 10px 20px;
	height: 38px;
}
nav.primary .dropdown .dd li.item:hover {
	background-color: #d9f5ee;
}
nav.primary .dropdown li.item:hover::before {
	background-color: #f1fbfa;
}
nav.primary .dropdown .dd .dd li.item:hover {
	background-color: #7ee4cb;
}

nav.indy .dropdown li.item a,
nav.primary .dropdown li.item a {
	position: relative;
	width: calc(100% - 30px);
}
nav.indy .dropdown li.item a {
	padding-left: 15px; 
}
.item > .arrow {
	display: none;
}
.item.has-dropdown > .arrow {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1;
	color: rgb(64, 116, 142);
	transform:  none;
	padding: 0 10px 0 0;
	z-index: 100;
}
nav .item .dropdown-support {
	display: block;
	position: absolute;
}
nav.primary .dropdown .item > .arrow .fa {
	-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
nav.primary ul.nav-primary-style .dropdown-items li.item:hover > ul.dd {
	display:  block;
	position: absolute;
	left: 274px;
	top: 0;
	opacity: 1;
	margin: 0;
	overflow: visible;
	background: #f1fbfa;
	width: 425px;
}
nav.indy ul.nav-indy-style .dropdown-items li.item:hover > ul {
	display:  block;
	position: absolute;
	left: 315px;
	width: 315px;
	top: 0;
	opacity: 1;
	margin: 0;
	overflow: visible;
	background: #f2f6f7;
	list-style: none;
}

nav.primary ul.nav-primary-style .dropdown-items li ul li.item:hover > ul.dd {
	display:  block;
	position: absolute;
	left: 270px;
	top: 0;
	width: 282px;
	opacity: 1;
	margin: 0;
	background-color: #d9f5ee;
}
nav.indy ul.nav-indy-style .dropdown-items li ul li.item:hover > ul.dd::before,
nav.primary ul.nav-primary-style .dropdown-items li ul li.item:hover > ul.dd::before {
	background-color: #d9f5ee;
}
.micro nav.primary ul.dropdown {
	left: 34%;
}
nav.primary .dropdown .dd .item .arrow,
nav.primary .dropdown .dd .item a {
	z-index: 31;
}
@media (min-width: 1025px) {
	nav.indy .nav-indy-style > .item.has-dropdown > .dropdown > .dropdown-items > .item.has-dropdown .item.has-dropdown .arrow {
		display: none;
	}
}

/*
|-----------------------------------------------------------------------------------------------------------
| Mobile Nav 
|-----------------------------------------------------------------------------------------------------------
*/
.mobilenav ul.nav-indy-style li.selected ul {
	margin-top: 10px;
}
.mobilenav ul.nav-footer-style > li.item.has-dropdown.selected > ul,
.mobilenav ul.nav-indy-style > li.item.has-dropdown.selected > ul,
.mobilenav ul.nav-primary-style li.item.has-dropdown.selected ul.dropdown {
	display: block;
	height: auto;
	position: relative;
	border: none;
	box-shadow: none;
	pointer-events: auto;
	background-color: transparent;
}
nav.mobile ul.nav-indy-style ul ul {
	padding-left: 12px
}
.mobilenav {
	z-index: 30;
}
@media only screen and (min-width: 64.063em) {
	.mobilenav {
		display: none;
	}
}
header .hamburger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	position: relative;
	top: 0;
	color: rgb(64, 116, 142);
	font-size: 25px;
	z-index: 1000;
	pointer-events: auto;
	cursor: pointer;
}

.mobilenav nav.mobile {
	position: absolute;
	top: 100%;
	width: 310px;
	right: -0.9375rem;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 225ms ease-in-out;
	-moz-transition: opacity 225ms ease-in-out;
	-o-transition: opacity 225ms ease-in-out;
	transition: opacity 225ms ease-in-out;
}
.mobilenav.active nav.mobile {
	opacity: 1;
	pointer-events: auto;
	height: auto;
	text-align:  center;
	z-index:  40;
	padding-bottom: 20px;
}
nav.mobile .actions-panel {
	display: flex;
	padding: 10px 0.9375rem;
	align-items: center;
	justify-content: center;
	background-color: rgb(64, 116, 142);
	margin-bottom: 20px;
	font-family: 'Helvetica Neue LT W05_77 Bd Cn';
	text-transform: uppercase;
}
.microsite nav.mobile .actions-panel {
	display: none;
}
.microsite ul.nav-primary-style.micro {
	padding-top: 15px;
}
nav.mobile .actions-panel form {
	position: relative;
	flex: 1 1 100%;
}
nav.mobile .actions-panel form input {
	margin: 0;
	border: none;
	box-shadow: none;
	background-color: #fdf3cf;
	border-radius: 5px;
}
nav.mobile .actions-panel form::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 117px;
	background-color: #fff;
	left: 5px;
	bottom: 8px;
}
nav.mobile .actions-panel form input::placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 1;
	color: #00aedb;
	text-transform: uppercase;
}
nav.mobile .actions-panel form button {
	position: absolute;
	top: 50%;
	right: 7px;
	background-color: #fff;
	color: #f6cf3f;
	font-size: 9px;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	display: block;
	transform: translateY(-50%);
}
nav.mobile .actions-panel button {
	font-size: 19px;
}
nav.mobile .actions-panel .cts-wrapper {
	margin-right: 15px;
	flex: 0 0 60px;
}
nav.mobile form {
	margin: 0 30px 20px;
	display: flex;
}
nav.mobile form input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 2px solid rgba(64, 116, 142, 0.2);
	padding: 0;
	margin: 0;
	height: 32px;
}
li.item.has-dropdown.selected > ul > li.selected a {
	border-bottom: 0;
	padding-bottom: 0px;
}
nav.mobile ul.nav-primary-style li.item.has-dropdown.selected {
	padding-bottom: 0px;
}
nav.mobile ul.nav-primary-style .dropdown-items li.item.has-dropdown.selected {
	background-color: #f2f6f7;
}
nav.mobile ul.nav-primary-style .dropdown-items .dd li.item.has-dropdown.selected {
	background-color: #dbf5ee;
}
nav.mobile ul.nav-primary-style .dropdown-items .dd .dd li.selected {
	background-color: #9ee4cb;
}
nav.mobile ul.nav-primary-style li.item.has-dropdown.selected > ul > li.selected {
	border-bottom: 0;
	padding-bottom: 0px;
}
nav.mobile form input::placeholder {
	font: 400 16px/1.3 'Lato', sans-serif;
	color: rgb(64, 116, 142);
}
nav.mobile form button {
	color: #fff;
	background-color: rgb(248, 222, 110);
	padding: 0 15px;
	margin-left: 15px;
}
.mobilenav ul {
	text-align:  left;
	display: block;
	width: auto;
}
nav.mobile ul.nav-primary-style ul.dropdown li.item.active > a {
	padding-bottom: 12px;
}
nav.mobile ul.dropdown li.item {
	text-transform: none;
	font-size:  16px;
}
nav.mobile ul.dd li.item {
	font-weight: 400;
}
nav.mobile ul.dd {
}
nav.mobile ul li.item {
	line-height: 2.6;
	display: block;
	position:  relative;
	margin: 0 15px;
	font-size: 17px;
	color: rgb(129, 200, 189);
}
nav.mobile ul.nav-primary-style li.item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 2px;
	right: 2px;
	height: 1px;
	background-color:rgba(0,0,0,0.1);
}

nav.mobile ul.nav-primary-style li.item:first-child {
	border: none;
}
nav.mobile ul.nav-footer-style .dropdown,
nav.mobile ul.nav-indy-style .dropdown {
	border-top: 1px solid rgba(0,0,0,0.1) !important;
}
nav.mobile ul.nav-footer-style li.item,
nav.mobile ul.nav-indy-style li.item {
	font-family: 'Helvetica Neue LT W05_77 Bd Cn';
	font-size: 15px;
	line-height: 1.2;
	color: rgb(64, 116, 142);
	margin-bottom: 0;
	padding: 7px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
}
nav.mobile ul.nav-footer-style li.item .arrow,
nav.mobile ul.nav-indy-style li.item .arrow {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
nav.mobile ul.nav-indy-style .dropdown li.item,
nav.mobile ul.nav-footer-style .dropdown li.item {
	margin-left: 5px;
}
nav.mobile ul.nav-indy-style .dropdown li.item:last-child,
nav.mobile ul.nav-footer-style .dropdown li.item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
nav.mobile ul.nav-indy-style .dropdown ul,
nav.mobile ul.nav-footer-style .dropdown ul {
	margin-left: 0px;
}
nav.mobile li.item a {
	display: block;
	padding: 0 0 0 5px;
	text-shadow: none;
}
nav.mobile ul.nav-primary-style > li.item.selected > a {
	background-color: #f2f6f7;
}
nav.mobile .social li.item a {
	padding: 0;
}
nav.mobile ul.nav-primary-style ul.dropdown li.item {
	font-size: 14px;
	line-height: 1;
	position:  relative;
	color: rgb(64, 116, 142);
	padding: 12px 0;
	margin: 0;
	background-color: transparent;
	text-transform: uppercase;
}
nav.mobile ul.nav-primary-style ul.dropdown ul li.item.selected {
	background-color: #dbf5ee;
}
nav.mobile ul.nav-primary-style ul.dropdown li.item a {
	padding: 0 35px 0 15px;
}
nav.mobile ul.nav-primary-style ul.dropdown li.item.selected > a {
	padding: 0 35px 12px 15px;
}
nav.mobile ul.nav-primary-style ul.dropdown .dd li.item.selected > a {
	padding: 0 35px 12px 30px;
}
nav.mobile ul.nav-primary-style ul.dropdown .dd .dd li.item.selected > a {
	padding: 0 35px 12px 40px;
}
nav.mobile ul.nav-primary-style ul.dropdown li.item.selected > ul.dd {
	position: relative;
	width: auto;
	border: none;
	box-shadow: none;
	background-color: transparent;
	padding-left: 20px;
}
nav.mobile ul.nav-primary-style li li:first-child {
	border-top: 1px solid rgba(0,0,0,0.1) !important;
}