/* Inner page Header V1 layout. */
.aci-inner-page-template .fusion-header-v1 {
	background: linear-gradient(180deg, #001d4a 10%, #0e3b84 90%);
}

.aci-inner-page-template .fusion-header-v1 .fusion-header {
	background-color: transparent;
}

.aci-inner-page-template .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-header {
	height: auto !important;
	overflow: visible;
}

.aci-inner-page-template .aci-inner-header-row,
.aci-inner-page-template .fusion-header-has-flyout-menu-content {
	display: grid;
	grid-template-areas:
		"logo second-menu"
		"breadcrumbs main-menu";
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 30px;
	row-gap: 12px;
	align-items: end;
}

.aci-inner-page-template .fusion-header-has-flyout-menu-content {
	grid-column: 1 / -1;
	width: 100%;
}

.aci-inner-page-template .aci-inner-header-logo {
	grid-area: logo;
	align-self: start;
	justify-self: start;
	display: flex;
}

.aci-inner-page-template .aci-inner-header-logo .fusion-logo {
	float: none;
}

.aci-inner-page-template .aci-inner-header-logo .fusion-logo a {
	float: none;
}

.aaci-inner-page-template .aci-inner-header-breadcrumbs {
	grid-area: breadcrumbs;
	align-self: end;
	justify-self: start;
}

.aci-inner-page-template .aci-inner-header-breadcrumbs .fusion-breadcrumbs {
	margin: 0;
}

.aci-inner-page-template .aci-inner-header-second-menu {
  grid-area: second-menu;
  align-self: start;
  justify-self: end;
  text-align: right;
  margin-top: 20px;
}

.aci-inner-page-template .aci-inner-header-banner {
	display: none;
	grid-area: banner;
	float: none;
	margin: 0;
	text-align: right;
}

.aci-inner-page-template .aci-inner-header-main-menu {
  grid-area: second-menu-start;
  align-self: end;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.aci-inner-page-template .fusion-sticky-shadow .aci-inner-header-main-menu {
	grid-area: main-menu;
}

.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu {
	float: none;
}

.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li > a {
	background: transparent;
	padding-left: 14px;
	padding-right: 14px;
	transition: background-color 0.2s ease, color 0.2s ease;
	color: #fff;
}
.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li > a::after {
  color: #fff;
}

.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li > a:hover::after {
  color: #111111;
}

.aci-inner-page-template .fusion-sticky-shadow .aci-inner-header-main-menu .fusion-main-menu > ul > li > a {
  color: #111111;
}

.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li:hover > a,
.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li.current-menu-item > a,
.aci-inner-page-template .aci-inner-header-main-menu .fusion-main-menu > ul > li.current-menu-ancestor > a {
	background-color: rgba(255, 255, 255, 0.18);
}

/* Keep nested items inside the first dropdown instead of using fly-outs. */
.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children > .sub-menu {
	position: static;
	left: auto;
	right: auto;
	top: auto;
	width: 100%;
	margin: 0 !important;
	visibility: visible;
	opacity: 1;
	box-shadow: none;
	transition: none;
}

.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children > .sub-menu > li > a {
	padding-left: 20px;
}

.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children > a::after,
.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children::before {
	display: none;
}

.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children > .sub-menu > li > a {
	display: flex;
	align-items: center;
}

.fusion-header-v1 .fusion-main-menu .fusion-dropdown-menu > .sub-menu > .menu-item-has-children > .sub-menu > li > a::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 9px;
	margin-right: 9px;
	opacity: 1;
  color: #afaf9b;
}

.aci-inner-page-template .aci-inner-header-main-menu .fusion-mobile-menu-icons {
	float: none;
	text-align: right;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-row,
.aci-inner-page-template .fusion-is-sticky .fusion-header-has-flyout-menu-content {
	grid-template-areas: "logo main-menu";
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	row-gap: 0;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-breadcrumbs,
.aci-inner-page-template .fusion-is-sticky .aci-inner-header-second-menu,
.aci-inner-page-template .fusion-is-sticky .aci-inner-header-banner {
	display: none;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-logo {
	display: block;
	align-self: center;
}

.aci-inner-page-template .aci-inner-header-sticky-banner {
	display: none;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-row .bdl-holder {
	align-self: center;
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-row .bdl-holder .aci-inner-header-logo {
	display: none;
}

.aci-inner-page-template .fusion-is-sticky .aci-inner-header-row .bdl-holder .aci-inner-header-sticky-banner {
	display: block;
	flex-shrink: 0;
}

/* Logo and breadcrumb reveal. */
.aci-inner-page-template .aci-inner-header-row .bdl-holder {
	align-self: start;
	display: flex;
	gap: 35px;
	grid-area: logo;
	justify-self: start;
	margin-bottom: 2px;
	margin-top: 14px;
}

.aci-inner-page-template .aci-inner-header-row .bdl-holder .aci-inner-header-logo,
.aci-inner-page-template .aci-inner-header-row .bdl-holder .aci-inner-header-breadcrumbs {
	grid-area: auto;
}

.aci-inner-page-template .aci-inner-header-row .bdl-holder .aci-inner-header-breadcrumbs {
	overflow: hidden;
}

.aci-inner-page-template .aci-inner-header-row .bdl-holder .aci-breadcrumb-title-wrapper {
	animation: aci-breadcrumb-slide-in 0.5s ease 1.5s forwards;
	padding-top: 0px;
	transform: translateX(-600px);
	will-change: transform;
}

@keyframes aci-breadcrumb-slide-in {
	from {
		transform: translateX(-600px);
	}

	to {
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.aci-inner-page-template .aci-inner-header-row .bdl-holder .aci-breadcrumb-title-wrapper {
		animation: none;
		transform: translateX(0);
		will-change: auto;
	}
}

.aci-inner-header-breadcrumbs .aci-breadcrumb-title-wrapper .menu-special h6 {
	font-size: 30px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  
.aci-inner-header-breadcrumbs .aci-breadcrumb-title-wrapper .menu-special .menu-tagline .eff2 {
  font-size: 36px;
}

.aci-inner-header-breadcrumbs .aci-breadcrumb-title-wrapper .menu-special {
    margin-top: 12px;
	animation: menu-special-dim 0.5s ease 2.8s forwards;
}

@keyframes menu-special-dim {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.4;
	}
}
  
.aci-inner-header-breadcrumbs .aci-breadcrumbs {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 5px;
	margin-left: 3px;
}
.aci-inner-header-breadcrumbs .aci-breadcrumb-title-wrapper .aci-breadcrumbs {
	animation: aci-breadcrumbs-dim 1s ease 2.8s forwards;
}

@keyframes aci-breadcrumbs-dim {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.7;
	}
}

.aci-inner-header-breadcrumbs .aci-breadcrumbs a {
	color: #fff;
}

.aci-inner-header-breadcrumbs .aci-breadcrumbs .aci-breadcrumb-current {
	color: #c9c9c9;
}

.aci-inner-header-sticky-banner .menu-special {
  margin-top: 0px;
}
.aci-inner-header-sticky-banner .menu-special .menu-tagline h6 {
  color: #0f3d87;
  font-size: 26px;
}
.aci-inner-header-sticky-banner  .menu-special .menu-tagline .eff2 {
  font-size: 32px;
}


.aci-inner-page-template .aci-inner-header-row {
	position: relative;
}

.aci-inner-page-template .aci-inner-header-row .bdl-holder {
	grid-column: 1 / -1;
	min-width: 0;
	width: 100%;
	z-index: 1;
}

.aci-inner-page-template .aci-inner-header-main-menu {
	grid-column: 1 / -1;
	justify-self: end;
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

.aci-inner-header-breadcrumbs {
	min-width: 0;
	overflow: visible;
}

.aci-inner-header-breadcrumbs .aci-breadcrumb-title-wrapper {
	width: 100%;
	max-width: none;
}

.aci-inner-header-breadcrumbs .aci-page-title {
	white-space: nowrap;
	width: 100%;
	max-width: none;
}
