/*----- HEADER - Open -----*/
.toolbar-horizontal.homepage header.header {
	top: 0px;
}

#header .header-top {
	background-color: var(--color-gray--100);
}
.homepage header#header {
	position: relative;
}

#header .site-brand {
	bottom: -72px;
	left: 0;
	height: 198px;
	padding: 0.75rem 0 0 0;
	position: absolute;
	z-index: 10;
}
#header .site-brand::before,
#header .site-brand::after {
	bottom: 0;
	content: '';
	display: block;
	height: 72px;
	left: 0;
	position: absolute;
	z-index: -1;
}
#header .site-brand::before {
	background-color: var(--color-white);
	transform: translateX(-99%);
	width: 50vw;
}
#header .site-brand::after {
	background: url(/sites/default/files/images/bg-header-01-2.png) no-repeat;
	width: 350px;
}

#header .block-content,
#header .block,
#header .header-right-block,
#header .header-right-inner,
#header .header-right {
	width: 100%;
}

/* Search */
#header .header-top .search-icon i {
	color: var(--color--black);
	font-size: 1.5rem;
}

#header .header-wrapper > .container {
	background-color: var(--color-white);
}

#header .header-wrapper .header-container {
	background-image: url(/sites/default/files/images/bg-header-01-1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 116px;
	position: relative;
}

#header .header-top-full,
#header .header-bottom-full {
	background-color: var(--color-white);
}

#aero-10 .site-branding,
#aero-10 .site-logo {
	padding: 0;
}

#aero-10 .site-logo a {
	display: flex;
}
#aero-10 .site-logo img {
	display: block;
	height: 176px !important;
	width: auto;
}

/*----- HEADER - Close -----*/

/*----- PAGE HEADER - Open -----*/
#aero-10 .page-header {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 14rem 0 0 0;
}

#aero-10 .page-header .page-header-container {
	position: relative;
	z-index: 2;
}

#aero-10 .page-header .page-header__cover-image {
	background-color: #055190;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	max-width: none !important;
	top: 0;
	width: 100%;
}
#aero-10 .page-header .page-header__cover-image img {
	display: none;
}

#aero-10 .page-header .page-header__cover-image .page-header__cover-image--img {
	display: block;
	height: 100%;
	left: 0;
	max-width: none !important;
	object-fit: cover;
	object-position: bottom;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Title */
#aero-10 .page-header .page-title-container {
	background-color: #03467de8;
	padding: 1rem 0;
	position: relative;
}

#aero-10 .page-header .page-title-container .container {
	z-index: 2;
	position: relative;
}

#aero-10 .page-header h1.page-title {
	color: var(--color-heading);
	margin-bottom: 0 !important;
}

/* BREADCRUMBS */
#aero-10 .breadcrumb-container {
	margin-bottom: 0;
	padding: 0.75rem 0;
	position: relative;
	border-bottom: 1px solid var(--Neutral-3, #dce7ea);
	background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

#aero-10 .breadcrumb-container .container {
	z-index: 2;
	position: relative;
}

#aero-10 .breadcrumb-container .breadcrumb {
	background: none;
	border-radius: 0;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
#aero-10 .breadcrumb-container .breadcrumb .breadcrumb-items {
	margin: 0 !important;
	padding: 0 !important;
}

/* #aero-10 .breadcrumb-container::before {
	background: var(--color-primary);
	content: '';
	display: block;
	height: 100%;
	opacity: 0.96;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
} */

#aero-10 .breadcrumb-container .breadcrumb-item {
	display: flex;
	align-items: center;
	color: #4e5759;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}
#aero-10 .breadcrumb-container .breadcrumb-item a {
	color: var(--color-heading);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 120%;
}

#aero-10 .breadcrumb-container .breadcrumb-item a:hover {
	color: var(--color-link);
	text-decoration: none;
}
#aero-10 .breadcrumb-container .breadcrumb-item .placeholder,
#aero-10 .breadcrumb-container .breadcrumb-item a .placeholder {
	margin-left: 0.25rem;
}

#aero-10 .breadcrumb-container .breadcrumb-item span {
	margin: 0 0.5rem;
}

#aero-10 .breadcrumb-container .breadcrumb-item span i {
	color: #008ca7;
	font-size: 10px;
	font-weight: 900;
}

/*----- PAGE HEADER - Close -----*/

/*----- TEXT HIGHLIGHT - Open -----*/
#aero-10 .page-header h1.page-title {
	color: #fff;
	display: inline;
	line-height: 170%;
	margin-bottom: 0 !important;
}

#aero-10 .page-header h1.page-title sup {
	margin: 0 0 0 0.25rem;
}

#aero-10 .page-header h1.page-title > div {
	display: inline;
}

/*----- TEXT HIGHLIGHT - Close -----*/
