.header-content-wrapper {
	display: flex;
	justify-content: space-between;
}

/* Logo */
.rp-header-logo {
	height: 100%;
	min-width: 50px;
	display: flex;
	margin-bottom: 4px;
/* 	align-self: stretch; */
	flex-direction: row;
	align-items: center;
}




/* Hide hamburger */
.nav-menu-wrapper.mobile {
	display: none;
}


.rp-header-top, .rp-header-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-content-wrapper {
	width: 100%;
/* 	max-width: 1360px; */
	margin: 0 auto;
/* 	padding: 1rem 32px; */
  padding-block: 1rem !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2rem;
}

/* Buttons */
.nav-buttons {
  display: flex;
	flex-direction: row;
	gap: .75rem;
}

.nav-buttons a {
  text-transform: uppercase;
}


/* Menu container */
.nav-menu {
	display: flex;
	align-items: center;
	flex-grow: 1;
  flex-direction: row;
	gap: 1rem;
}

/* Contains menu and buttons */
.nav-menu-wrapper {
display: flex;
 flex-grow: 1;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}
/* Menu parents */
header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin: unset;
}
.hs_cos_wrapper_type_simple_menu {
	display: flex;
	align-items: center;
}


/* Section headings */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

header .hs-menu-depth-1 > a {
	display: block;
	color: ;
	color: #004;
	font-family: "Space Mono", monospace;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 5%;
	text-transform: uppercase;
}

header .hs-menu-depth-1 > a::after {
    font-family: "Font Awesome 5 Free"; /* This is the font family of Font Awesome */
    content: "\f107"; /* Replace with the Unicode value of the desired Font Awesome icon */
    padding-left: .4rem;
		font-size: .6rem;
}

header .hs-menu-depth-1:not(.hs-item-has-children) > a::after {
    font-family: "Font Awesome 5 Free"; /* This is the font family of Font Awesome */
    content: "\f105"; /* Replace with the Unicode value of the desired Font Awesome icon */
    padding-left: .4rem;
		font-size: .6rem;
}

header .hs-menu-depth-1.active > a::after {
    font-family: "Font Awesome 5 Free"; /* This is the font family of Font Awesome */
    content: "\f106"; /* Replace with the Unicode value of the desired Font Awesome icon */
    padding-left: .4rem;
		font-size: .6rem;
}

.active .hs-menu-depth-1 > a {
}

.hs-menu-depth > a {
  margin: 0;
}

/* Select hubspot menu widget */
.nav-menu > span > div > ul {
	padding: 0;
}
/* Heading colors */
.hs-item-has-children > a {
	cursor: default;
}
.hs-item-has-children > a:hover {
	color: inherit;
}

/* Nav links font */
header .hs-menu-children-wrapper > li > a {


	color: ;
	color: #000044;
	font-family: Rational Text, Montserrat, Gotham, sans-serif;
	font-size: 16px;
	font-weight: 500;
}


/* Drop down arrows */
.drop-arrow {
  margin-left: .4rem;
}

/* Hide sub-emenu */
header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: hidden;
	position: absolute;
	top: -1000px;
}

/* Show sub-menu */
header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible;
	position: absolute;
	height: max-content;
	width: fit-content;
	padding: 1rem;
	min-width: 10rem;
	top: 2rem;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F8F7F6;
	box-shadow: 0px 32px 64px 0px rgba(0, 0, 68, 0.20);
	border-radius: 32px;
	z-index: 1;
}

/* Disable bullets */
.header-nav-set li {
	list-style: none;
	padding-left: 0;
}

header li.hs-menu-item {
	list-style: none;
	display: block;
	padding: 0;
}

/* Reset paddings  */
.hs-menu-children-wrapper {
	padding: 0;
}

/* Spacing */

header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active {
	position: relative;
}

header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > a {
	/* margin-bottom: 2rem; */
	display: block;
}

@media only screen and (max-width: 1100px) {

  .nav-menu-wrapper {display: none}
	.nav-menu-wrapper.mobile {display: flex;}
  .tablet {display: flex}
	.mobile-buttons {display: none}
	.tablet-wrapper {display: flex; flex-direction: row; gap: 1rem; align-items: center;}
}

@media only screen and (max-width: 768px) {

  .nav-menu-wrapper {display: none}
	.nav-menu-wrapper.mobile {display: flex;}
  .tablet {display: none}
	.mobile-buttons {display: flex; margin-top: 1rem;}


  /* Hide logo when menu is open */
  .header-content-wrapper:has(* > .active) .rp-header-logo {
  display: none;
}

	/* Push hamburger icon down a bit  */
	.mobile:has(* > .active) .hamburger-icon {
		margin-top: .4rem;
	}
}



/* Mobile and Tablet */
@media only screen and (max-width: 1100px) {


	/* Hide desktop version */
	.nav-menu-wrapper {display: none}


	/* Contains whole mobile nav menu */
	.nav-menu, .nav-menu-wrapper.mobile {
		display: flex;
		margin-left: auto;
		align-items: flex-end;
	}

	/* Contains mobile menu and buttons */
	.nav-menu-mobile-drawer {
		display: none;
	}

	.nav-menu-mobile-drawer.active {
		display: flex;
		flex-direction: column;
		align-items: right;
		background: white;


	}

	/* Contains hubspot menu */
	.mobile .nav-menu {
		display: flex;
		flex-direction: column;
	}

	/* Contains hamburger and drawer */
	.nav-menu-wrapper.mobile.active > .nav-menu .mobile {
		display: flex;
	}
	
	


	/*** HubSpot Menu ***/
	.mobile .nav-menu > ul {
		display: flex;
		flex-direction: column;
	}

	.mobile .nav-menu-mobile-drawer.active [role="menu"] {
		display: flex;
		flex-direction: column;
		text-align: right;
	}






	header .mobile .nav-menu.mobile .drop-arrow {
		display: inline;
	}

	/* Disable finger pointer */
	header .mobile .nav-menu.mobile .hs-item-has-children > a {
		cursor: default;
	}

	/* Nav sections */
	header .mobile .nav-menu.mobile .hs-menu-children-wrapper {
		display: block;
		margin-bottom: 0.5rem;
		padding: 1rem; 
		

	}



	/* Nav links */
	header .mobile .nav-menu.mobile .hs-menu-children-wrapper > li > a {
		color: ;
		color: #000044;
		font-family: Rational Text, Montserrat, Gotham, sans-serif;
		font-size: 16px;
		font-weight: 500;

	}

	header .mobile .nav-menu.mobile .hs-menu-children-wrapper {
		/*     display: none; */
	}

	header .mobile .nav-menu.mobile .hs-menu-children-wrapper.show-child-menu{
		visibility: visible !important;
		opacity: 1 !important;
		display: block;
	}

	header .mobile .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper {
		opacity: 1;
		visibility: visible;
		position: relative;
		height: max-content;
		width: fit-content;

		box-shadow: unset;
	}
	
	header .mobile ul.hs-menu-children-wrapper {
    padding: 1.6rem;
		border-radius: 1rem;
    background: #F8F7F6;
	}
	header .mobile .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper {
	  top: 0;
	}


	/* Nav Columns */
	/* 	header .mobile .nav-menu.mobile .hs-menu-wrapper > ul {

	column-count: 3;
	column-width: 175px;
	position: relative;
	display: block;
} */






	/* Nav hs-menu */
	header .mobile .nav-menu.mobile [role="menu"] {
		padding: 0;
	}