.header-wrapper {
  --purple: #3D5199;
  --white: #ffffff;
  --light-purple: #DEE4FC;
	/* height: 265px; */
  position: relative;
  margin-bottom: -4rem;
}

@media (min-width:768px) {
	.header-wrapper {
		--purple: #3D5199;
		--white: #ffffff;
		--light-purple: #DEE4FC;
		  /* height: 265px; */
		position: relative;
		margin-bottom: 4rem;
	}
}
.header-wrapper{
	display: none;
}

.header-wrapper .header {
  z-index: 10;
  margin-top: 1rem;
  max-width: unset;
}
.header-wrapper .header .logo a {
  display: flex;
  align-items: center;
  color: var(--white);
}
.header-wrapper .header .logo a p {
  margin-left: 1rem;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.header-wrapper .logo img {
  border-right: 1px solid var(--white);
  padding: 1rem;
  width: 160px;
  max-height: unset;
}
.header-wrapper .header .user-nav-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.header-wrapper .header .user-nav-list li a span {
  text-decoration: underline;
}
.header-wrapper .header a.sign-in {
  width: 135px;
  height: 42px;
  background: #FF5000;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
}

.header-community-sign-in a {
	padding: 7px 22px !important;
	border: 1px solid black !important;
	border-radius: 20px !important;
	background-color: #fff !important;
	color: black !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

.user-nav-list-community li a {
	color: black;
}

.header-wrapper .header a.sign-in:hover {
  transform: scale(1.03);
  transition: all .2s;
  text-decoration: none;
}
.header-wrapper .header .user-info span {
  color: var(--white);
}
.header-wrapper .nav-wrapper-mobile .menu-button-mobile .icon-menu {
  color: var(--white);
}
.header-wrapper .hero {
	background-image: none;
	position: relative;
	top: 75px;
	height: auto;
}
.header-wrapper .custom-hero-bg {
	transform: skew(0, -4deg);
	height: 585px;
	width: 100%;
    top: -400px;
	left: 0;
	position: absolute;
	background-color: var(--purple);
  z-index: 1;
} 
.header-wrapper .hero .hero-inner {
  transform: none;
  max-width: 1160px;
  z-index: 1;
  width: auto;
}
.header-wrapper .hero .custom-welcome-mascot {
  display: none;
	justify-content: center;
}
.header-wrapper .hero .custom-welcome-mascot h1 {
	margin: 0 0 0 20px;
	font-weight: 400;
	color: var(--white);
	align-self: center;
}
.header-wrapper .hero .custom-welcome-mascot h1 > span.custom-bold {
	font-weight: 800;
}
.header-wrapper .hero .custom-banner {
  display: none;
}
.header-wrapper .hero .custom-banner:visited,
.header-wrapper .hero .custom-banner:focus,
.header-wrapper .hero .custom-banner:hover {
	color: inherit;
	text-decoration: none;
}
.header-wrapper .hero .custom-search {
	margin: 40px 0;
}
.header-wrapper .hero .custom-banner-container {
	width: 100%;
	background: var(--light-purple);
	border: 2px solid var(--light-purple);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 16px;
	transition: 0.3s;
}
.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-mascot {
	background-color: var(--white);
	border-radius: 8px;
}
.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-content {
	margin-left: 25px;
	padding: 10px 0;
	width: 100%;
}
.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-content h3 {
	margin: 0;
	line-height: 32px;
}
.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-content p {
	margin: 0;
	font-size: 16px;
}
.header-wrapper .hero .custom-banner-container:hover {
	transform: scale(1.03);
}
.header-wrapper .hero .custom-banner .custom-banner-container svg {
	margin-left: auto;
}

/* DESKTOP */
@media (min-width: 768px) {
	.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-content {
		padding-right: 5px;
	}
}
  

/** YEXT SEARCH BAR **/
.yxt-SearchBar-input {
	font-style: italic;
	border: none!important;
	padding: 8px 16px 8px 50px;
}
.yxt-SearchBar-container {
	border: 2px solid #FF5000;
	border-radius: 24px;
}
.yxt-SearchBar-form {
	position: relative;
}
.yxt-SearchBar-button {
	position: absolute;
	top: 3px;
	left: 0;
}

.container-banner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}


.header-wrapper .hero .custom-banner {
	display: block;
	flex: 0 1 calc(50% - 10px);
	margin: 5px;
}

@media (max-width:450px) {
  .header-wrapper .header {
    padding: unset;
  }
  .header-wrapper .header .logo img {
    width: 8rem;
  }
  .header-wrapper .header .logo a p {
    font-size: unset;
  }
}

@media (max-width: 1100px) {
	.header-wrapper .hero .custom-banner-container { 
		height: 195px;
	}
}

@media (max-width: 768px) {
	.header-wrapper .hero .custom-welcome-mascot {
		flex-wrap: wrap;
	}
	.header-wrapper .hero .custom-welcome-mascot img {
		height: 100px;
	}
	.header-wrapper .hero .custom-welcome-mascot h1 {
		font-size: 26px;
		display: flex;
    flex-direction: column;
    line-height: 1.1;
		margin-left: 0;
		margin-top: 10px;
	}
	.header-wrapper .hero .custom-banner-container {
		padding: 8px;
		position: relative;
	}
	.header-wrapper .hero .custom-banner .custom-banner-container svg {
		position: absolute;
		top: 20px;
		right: 10px;
	}
	.header-wrapper .hero .custom-banner .custom-banner-container .custom-banner-content {
		margin-left: 15px;
	}
	.container-banner {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.header-wrapper .hero .custom-banner {
		display: block;
		flex: 100%;
		margin: 5px;
	}

	.header-wrapper .hero .custom-banner-container { 
		height: unset;
	}

	.custom-banner-content-text {
		display: none;
	}
}

.custom-banner-content h2 {
	font-size: 18px;
}


.fill-banner-container {
	justify-content: center;
}

.fill-banner-flex-container {
	flex: 100% !important;
}