body.no-scroll{
	overflow-y: hidden; 
}

.page-loader {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
}

.search-btn > span {
	display: none;
}
.header-search-wrapper a.search-section-close {
	position: fixed;
	right: 30px;
	top: 30px;
	font-size: 40px;
	color: #fe5000;
}
.header-search-wrapper .hs-search-field__bar {
	margin-top: 150px;
}
.header-search-wrapper.search-main {
	display: none;
	position: fixed;
	z-index: 5;
	background-color: #f2f2f2;
	top: 0;
	height: 100%;
	width: 100%;
}
.header-search-wrapper input.hs-search-field__input {
	width: 100%;
	border: 0;
	border-bottom: 3px solid #fc5102;
	background: transparent;
	padding: 15px 0;
	font-size: 22px;
	font-weight: 700;
}
.hs-search-field {
	position: relative;
}
ul.hs-search-field__suggestions {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	margin-top: 10px;
	border: 0px !important;
	width: 100%;
	position: absolute;
}
.hs-search-field__suggestions li#results-for {
	padding: 20px 15px;
	font-weight: 700;
	color: #fc5102;
}
.hs-search-field__suggestions li {
	padding: 7px 15px !important;
	font-weight: 700;
}

/* Navigation Style Starts Here */

.header-module {
	background-color: #434a4e;
	position: fixed;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
	top: 0;
	height: var(--HeaderHeight);
}
.header-module.is-active {
	background-color: #fff;
}
.header-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header-left {
	width: 102px;
}

.header-logo {
	display: block;
}

.header-logo--swap {
	display: none;
}

.header-module.is-active .header-logo--swap {
	display: block;
}

.header-module.is-active .header-logo {
	display: none;
}

.with-line .header-flex {
	border-bottom: 1px solid rgba(67, 74, 79, 0.2);
}

.header-right {
	width: calc(100% - 120px);
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
}

.header-cta-popup {
	max-width: 550px;
	margin: 0 auto;
	background: white;
	text-align: right;
	padding: 20px;
}

.header-cta-submit{
	margin: 20px 0 0;
}

.header-cta-content {
	text-align: left;
}
.header-cta-title {
	font-size: 36px;
	padding-bottom: 20px;
}
.header-cta-btn {
	background: none;
	border: none;
	color: #fff !important;
	font-family: "Nunito";
	font-weight: 700;
	font-size: 16px;
	padding: 0 0 7px;
	border-bottom: 3px solid #fc5102;
}
.header-cta-btn:hover {
	cursor: pointer;
}
.header-search-wrapper .search-btn {
	color: #444749;
	margin-left: 26px;
}
.RegularMenu li.searchBar {
	display: none;
}

@media (min-width: 1200px) {

	.header-module {
		padding: 0 20px;
		background: #434a4e!important;
	}

	.header-logo {
		display: block!important; /* clearing for moving between breakpoints with mobile menu open */
	}

	.header-logo--swap {
		display: none!important; /* clearing for moving between breakpoints with mobile menu open */
	}

	.header-menu .hs-menu-wrapper > ul {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}
	.header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
		margin-right: 24px;
	}
	.header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		padding: 7px 0;
		border-bottom: 3px solid transparent;
		transition: border .5s;
	}
	.header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1:hover > a {
		border-bottom: 3px solid #fc5102;
	}
	.header-menu .hs-menu-wrapper > ul .hs-item-has-children {
		position: relative;
	}
	.header-menu .hs-menu-wrapper > ul .hs-item-has-children > a {
		padding-right: 14px;
	}
	.header-menu .hs-menu-wrapper > ul .hs-item-has-children > a:after {
		content: "\f0dd";
		display: inline-block;
		font-family: "Font Awesome 5 Free";
		margin-left: 7px;
		line-height: 1;
		font-size: 15px;
		position: relative;
		top: -2px;
		right: 0;
		transition: color .5s;
		font-weight: 700;
	}
	.header-menu .hs-menu-wrapper > ul .hs-item-has-children:hover > a:after {
		color: #fc5102;
	}
	.header-menu
	.hs-menu-wrapper
	> ul
	.hs-item-has-children
	ul.hs-menu-children-wrapper {
		position: absolute;
		opacity: 0 !important;
		visibility: hidden !important;
		background: #fff;
		padding: 17px 30px 17px 0;
		min-width: 250px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		top: calc(100% - 10px);
		left: -20px;
		transition: 0s ease all;
		z-index: 5;
	}
	.header-menu
	.hs-menu-wrapper
	> ul
	> li.hs-menu-depth-1:hover
	> ul.hs-menu-children-wrapper {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.header-menu
	.hs-menu-wrapper
	> ul
	> li.hs-menu-depth-1
	> ul.hs-menu-children-wrapper
	li.hs-menu-item.hs-menu-depth-2
	> a {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 0 12px 30px;
		border-left: 4px solid transparent;
		transition: border .5s, color .5s;
	}

	.header-menu
	.hs-menu-wrapper
	> ul
	> li.hs-menu-depth-1
	> ul.hs-menu-children-wrapper
	li.hs-menu-item.hs-menu-depth-2
	> a:before {
		content:
	}

	.header-menu
	.hs-menu-wrapper
	> ul
	> li.hs-menu-depth-1
	> ul.hs-menu-children-wrapper
	li.hs-menu-item.hs-menu-depth-2
	> a:hover {
		color: #fc5102;
		border-color: #fc5102;
	}
	.header-menu .hs-menu-wrapper > ul > li{
		padding: 30px 0;
		color: #fff;
	}

	.header-cta {
		margin: 0 0 0 30px;
	}

	.header-mobilecta .header-cta {
		display: none!important;
	}

	a.search-btn {
		color: #fff;
	}

}

@media (max-width: 1199px) {

	.header-flex {
		align-items: flex-start;
	}

	.header-module .container {
		padding: 30px 20px;
	}
	.with-line .header-module {
		border-bottom: 1px solid rgba(67, 74, 79, 0.2);
	}

	.header-right {
		width: auto;
		padding: 0;
		text-align: right;
	}

	.search-icon {
		float: right;
	}
	.search-btn {
		margin-left: 0px;
	}

	.ChampNavigation {
		float: right;
		position: relative;
		width: 100%;
	}
	.ChampNavigation > a.champMenu {
		text-align: right;
		float: right;
		right: 15px;
		top: 15px;
		position: absolute;
		z-index: 99;
	}
	.ChampNavigation > ul {
		position: absolute;
		width: 100%;
		background-color: #e2e2e2;
		left: 0;
		top: 50px;
	}
	.ChampNavigation li a {
		padding: 10px;
		display: inline-block;
	}
	.ChampNavigation li a.champMenu.icon {
		float: right;
		width: 45px;
		text-align: center;
		background-color: #fff;
		cursor: pointer;
	}

	.hamburger {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		cursor: pointer;
		border: 0;
		margin: 0;
		padding: 0 0 10px;
		overflow: visible;
		background: none;
		color: #fff;
	}

	.hamburger.is-active {
		color: #434a4e;
	}

	.hamburger.is-active:after {
		background: #d0d2d3;
	}

	.hamburger:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fc5102;
	}

	.hamburger > span {
		margin-right: 10px;
		font-size: 16px;
		font-weight: 600;
	}

	.hamburger i {
		font-size: 16px;
	}

	.hamburger.is-active .fa-bars:before {
		content: "\f00d";
	}

	.ChampMenu {
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		z-index: 152;
		padding: 45px 0 0;
		background: white;
		text-align: left;
		height: calc(100vh - 90px);
		overflow-y: auto;
	}
	.ChampMenu > ui {
		padding: 0 20px;
	}
	.ChampMenu > li {
		margin: 0 20px!important; /* Override the reset value in reset.css */
		font-size: 18px;
		font-weight: 600;
		color: #434a4e !important;

	}

	.ChampMenu > li:not(:nth-last-child(2)) {
		border-bottom: 2px solid #eceded;
	}

	.ChampMenu .active {
		padding: 20px 0 0 0;
	}

	.ChampMenu li a {
		display: block;
	}

	.ChampMenu > li > a {
		padding: 20px 0;
		color: #434a4e;
	}
	.ChampMenu li.hs-menu-depth-2 a {
		color: #fff;
	}

	.ChampMenu > li > a:first-child:not(:only-child) {
		width: calc(100% - 30px);
	}

	a.champMenu.icon.active i {
		transform: rotate(180deg);
	}
	a.champMenu.icon.active {
		top: 0;
	}
	a.champMenu.icon i {
		transition: 0.3s ease all;
	}

	.ChampMenu .hs-item-has-children > a:first-child[aria-expanded="true"] {
		pointer-events: none;
	}

	.ChampMenu .hs-menu-children-wrapper {
		border-top: 5px solid #fc5102;
		padding: 25px;
		background-color: #434a4e;
		font-weight: 600;
	}
	.ChampMenu .hs-menu-children-wrapper > li {
		margin-bottom: 30px;
		padding: 0 10px 0 0;
	}
	.ChampMenu .hs-menu-children-wrapper > li:last-child {
		margin-bottom: 0px;
	}

	.header-search {
		display: none;
	}

	.search-btn > span {
		display: inline-block;
		margin-right: 10px;
	}

	.header-search-wrapper a.search-section-close {
		right: 20px;
		top: 20px;
		font-size: 20px;
	}
	.header-search-wrapper input.hs-search-field__input {
		font-size: 20px;
	}
	.header-search-wrapper .hs-search-field__bar {
		margin-top: 70px;
	}

	.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
		position: relative;
	}
	.champMenu.icon {
		float: none;
		position: absolute;
		width: calc(100% - 100px);
		text-align: right;
		top: 0;
		right: 0;
		width: 30px;
	}

	.header-cta {
		display: none;
	}

	.ChampMenu > li.header-mobilecta {
		margin: 0!important;
	}

	.header-mobilecta .header-cta {
		display: block;
		background: #434a4e;
		padding: 25px 0;
		text-align: center;
	}

	.header-mobilecta .header-cta a {
		display: inline-block;
		padding: 0;
	}

}

@media (max-width: 375px) {

	.ChampMenu > li {
		padding: 0 20px;
	}
	.ChampMenu > li:first-child {
		margin-top: 30px;
	}
}
