.search-cont {
	--font-family-body: font-family: 'expressway';
	width: 100%;
	margin-top: -10px;
}

.headerbox-search-form {
	display: flex;
	border-radius: 5px;
	background-color: #349bd1;
}

.headerbox-search-form input[type="search"] {
	margin: 0;
	border-radius: 5px;
	font-size: 16px;
	text-indent: 4px;
	font-family: var(--font-family-body);
	margin-bottom: 0;
    background-color: #349bd1 !important;
	text-transform: uppercase;
    width: 100%;
	height: 28px;
    box-shadow: none !important;
    border: none;
    font-weight: 500;
	color: white;
	padding: 10px 7px;
}

.header .headerbox-search-form  {
	display: none;
}

.headerbox-search-form input[type="search"]::placeholder {
	font-size: var(--text-base);
	color: #98D5F4;
}

.headerbox-search-form button {
	width: 40px;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	border-radius: 5px;
	background-color: #349bd1;
	color: white;
}

.headerbox-search-form button > i {
	font-size: 20px;
	color: #98D5F4;
}

.search-cont .search-button {
	display: none;
	background: transparent;
	color: white;
}

@media screen and (min-width: 64em) {

	.panel-header-redesign.mobile-active .search-cont {
		position: relative;
		display: block;
	}

	.search-cont.active {
		position: fixed;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100vw;
		height: 100vh;
		min-height: 100vh;
		background-color: rgb(1, 130, 197, .97);
	}

	.header .search-cont {
		position: absolute;
		bottom: 0px;
		right: 0;
		width: 50px;
		height: 50px;
	}

	.header .search-cont.active {
		position: fixed;
		display: flex;
		width: 100vw;
        height: 100vh;
		bottom: 0;
		top: unset;
	}

	.header .search-cont .search-button {
		display: block;
		padding: 1rem;
	}

	.header .search-cont .search-button > .open {
		font-size: 17px;
	}

	.header .search-cont .headerbox-search-form {
		display: none;
	}

	.header .search-cont.active .headerbox-search-form {
		display: flex;
		position: relative;
		width: 50%;
		top: -40%;
		margin: 0 auto;
		padding: 16px;
		font-size: 36px;
		max-width: 824px;
		height: 100px;
		background-color: #0884C5;
		border-radius: 0px;
	}

	.header .search-cont.active .headerbox-search-form button[type="submit"] {
		width: 200px;
		background-color: #0884C5;
	}

	.header .search-cont.active .headerbox-search-form button[type="submit"] > i {
		display: none;
	}

	.header .search-cont.active .headerbox-search-form button[type="submit"]::after {
		content: 'SUBMIT';
		position: absolute;
		border: solid 2px white;
		background-color: #0884C5;
		color: white;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 6px solid #fff;
		padding: 12px 16px;
		height: 80px;
		font-size: 40px;
		font-family: "expressway", serif;
		text-transform: uppercase;
		float: left;
		margin-left: 32px;
		font-weight: 700;

	}

	.header .search-cont.active .headerbox-search-form  input[type="search"] {
		margin-bottom: 0;
		height: 80px;
		background-color: #fff !important;
		color: #AAAAAA;
		font-size: 45px;
		padding: 16px;
		width: 70%;
		box-shadow: none !important;
		border: none;
		border-radius: 0px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.header .search-cont.active .headerbox-search-form  input[type="search"]::placeholder {
		margin-bottom: 0;
		height: 80px;
		background-color: #fff !important;
		color: #AAAAAA;
		font-size: 45px;
		width: 70%;
		box-shadow: none !important;
		border: none;
		border-radius: 0px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.search-cont .search-button .close {
		display: none;
	}

	.search-cont.active .search-button .open {
		display: none;
	}

	.search-cont.active .search-button .close {
		display: block;
		position: relative;
		top: -20px;
	}

	.header .search-cont.active .search-button .close {
		color: #fff;
		font-family: 'expressway';
		text-decoration: none;
		font-size: 140px;
		font-weight: 700;
	}

	.search-cont.active .headerbox-search-form {
		opacity: 1;
		pointer-events: all;
	}

	.search-cont.active .search-button {
		display: block;
		font-size: 60px;
		top: -240px;
		left: -15%;
		align-self: end;
	}
}

/* Hamburger Header styles */
.dropdown-nav-container .search-cont .headerbox-search-form {
	opacity: 1;
	position: static;
	pointer-events: all;
}

.dropdown-nav-container .search-cont .headerbox-search-form input[type="search"] {
	height: 40px;
}

.dropdown-nav-container .nav .search-cont .search-button {
	display: none;
}

@media (min-width: 64em) {
	.dropdown-nav-container .search-cont .headerbox-search-form {
		width: 100%;
	}

	.dropdown-nav-container .nav .search-cont .headerbox-search-form button {
		width: 48px;
	}
}