.navigation-module {
	position:relative;
}
.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
	max-width: 100%;
    overflow: hidden;
    text-overflow: unset;
}
.navigation-module .inner-wrapper{
	padding:17px 30px;
	box-shadow: 0 0 36px 0 rgba(0,0,0,0.1);
	background-color: #FFFFFF;
}
.navigation-module .btn:hover{
	padding-right: 38px;
}
.navigation-module .btn:hover:after {
	opacity: 0;
	right: 21px;
}
.navigation-module .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation-module nav{

}
.navigation-module nav .hs-menu-wrapper > ul{
	vertical-align:middle;
}
.navigation-module nav .hs-menu-wrapper > ul li.hs-menu-depth-1 > a{
	color: #6B6B6B;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 14px;
	letter-spacing: 0.88px;
	line-height: 18px;
	text-align: center; 
	text-transform:uppercase;
	padding: 10px 30px !important;
	vertical-align: middle;

	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation-module nav .hs-menu-wrapper > ul li.hs-menu-depth-1:hover > a{
	color: #FF5757;

}
.navigation-module nav .hs-menu-depth-2{
	background-color: #F2F2F2;
}
.navigation-module nav .hs-menu-depth-2 a{
	max-width: 100% !important;
	width: auto !important;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 25px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
	margin-bottom:0;
}
.navigation-module nav .hs-menu-depth-2 a:hover{
	background:#fff;
}
.navigation-module nav .hs-menu-depth-1 .hs-menu-children-wrapper{
	padding-top: 23px;
	left:30px !Important;
}
.navigation-module .inner .nav-simple ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	width:100%;
}
.navigation-module .inner .nav-simple ul li{
	float:left;
  margin-left:15px;
}

.navigation-module .inner .nav-trigger,
.navigation-module .inner .navigation{
	display:none;
}
.navigation-module nav .hs-menu-depth-2:first-child{
	padding-top:15px;
}
.navigation-module nav .hs-menu-depth-2:last-child{
	padding-bottom:15px;
}
.btn{
	text-decoration:none;	
	color: #6B6B6B;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.88px;
	line-height: 18px;
	text-align: center;
	border:2px solid transparent;
	border-radius:100px;
	padding: 11px 38px;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:after{
	content: '';
	background: url(//cdn2.hubspot.net/hubfs/4247751/Website/Global/Arrow%20white.svg);
	position: absolute;
	right: 23px;
	width: 14px;
	height: 12px;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	top: 14px;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn:hover:after{
	opacity:1;
	right: 21px;
}
.btn:hover {
	padding-right: 50px;
	text-decoration:none;
}
.btn-grey{
	background:#fff;
	color: #6F6E6E;
	border-color:#6F6E6E;
}
.btn-grey:hover{
	background:#6F6E6E;
	color: #fff;
	border-color:#6F6E6E;
}
.btn-red.fill{
	background:#FF5757;
	color: #fff;
	border-color:#FF5757;
}
.btn-red.fill:hover{
	background:#E73E3E;
	color: #fff;
	border-color:#E73E3E;
}
.btn-white{
	background:#fff;
	color: #FF5757;
	border-color:#fff;
}
.btn-white:hover{
	background:#E2E2E2;
	color: #FF5757;
	border-color:#E2E2E2;
}
.navigation-module .page-center,
footer .page-center{
	max-width:1200px !Important;
	margin:0 auto !Important;
	float:none;
}
@media only screen and (max-width : 1264px) {
	.navigation-module nav .hs-menu-wrapper > ul li.hs-menu-depth-1 > a{
		padding: 10px 15px !important;
	}
}

@media only screen and (max-width : 1114px) {
	.navigation-module .inner .nav-trigger,
	.navigation-module .inner .navigation,
	.navigation-module .inner .navigation nav,
	.navigation-module .inner .navigation .nav-simple{
		display:block;
	}
	.navigation-module .inner nav,
	.navigation-module .inner .nav-simple{
		display:none;
	}
	.navigation-module .inner .navigation{
		position: absolute;
		top: 63px;
		background:#fff;
		left:-110vw;
		z-index: 10;
		padding-bottom:30px;
		width: 60vw;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.navigation-module.nav-open .inner .navigation{
		left:0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
		float:none;
		width:100%;
	}
	.navigation-module nav .hs-menu-wrapper>ul li.hs-menu-depth-1>a{
		width: calc(100% - 55px);
		max-width: 100%;
		text-align:left;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children{
		position:relative;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{
		content:'\f107';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		right:0;
		top: 9px;
		font-size:18px;
		position: absolute;
		color:#343333;
		width: 50px;
		height: 20px;
		display: inline-block;
		text-align: center;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children.subnav-open:after{
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
		opacity: 1 !Important;
		visibility: visible !Important;
		position:static !Important;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
		padding:10px 0;
		background-color: #f2f2f2;
		position:absolute !important;
		opacity: 0 !Important;
		visibility: hidden !Important;
		-webkit-transition: all .0s ease-in-out;
		-moz-transition: all .0s ease-in-out;
		-o-transition: all .0s ease-in-out;
		-ms-transition: all .0s ease-in-out;
		transition: all .0s ease-in-out;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.subnav-open ul.hs-menu-children-wrapper{
		position:static !important;
		opacity: 1 !Important;
		visibility: visible !Important;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.navigation-module .inner .nav-simple ul li{
		width:100%;
		float:none;
	}
	.navigation-module .inner .nav-simple ul li:last-child{
		margin-left:0;
	}
	.navigation-module .inner .nav-simple ul li:first-child{
		margin-top:15px;
		margin-bottom:20px;
	}
	.navigation-module .inner .nav-simple ul li{
		margin-bottom:10px;
	}
	.navigation-module .inner .nav-simple ul{
		padding-left:15px;
	}
	.navigation-module nav .hs-menu-wrapper > ul li.hs-menu-depth-1:hover > a {
		color: #6B6B6B;
	}
	.navigation-module .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children.subnav-open > a{
		color: #FF5757;
	}
	.navigation-module .hamburger{
		padding:0;
	}
	.navigation-module .hamburger-inner,
	.navigation-module .hamburger-inner::before,
	.navigation-module .hamburger-inner::after{
		width: 30px;
		background-color: #343333;
	}
	.navigation-module .hamburger.is-active .hamburger-inner,
	.navigation-module .hamburger.is-active .hamburger-inner::before,
	.navigation-module .hamburger.is-active .hamburger-inner::after{
		background-color: #343333;
	}
	.hamburger:hover,
	.hamburger.is-active:hover{
		opacity: 1;
	}
	.navigation-module .nav-logo img{
		max-width:130px !important;
	}
	.navigation-module .inner-wrapper {
		padding: 10px 15px;
	}
	.navigation-module .hamburger-box{
		vertical-align:middle
	}
	.hamburger--collapse .hamburger-inner::after{
		top:-16px;
	}
	.navigation-module .hamburger-inner,
	.navigation-module .hamburger-inner::before,
	.navigation-module .hamburger-inner::after,
	.hamburger-box{
		width: 25px;
	}
	.hamburger-box{
		width: 25px;
		height:20px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after{
		height: 2px;
	}
	.hamburger-inner::before {
		top: -8px;
	}
	.navigation-module nav .hs-menu-wrapper > ul{
		width:100%;
	}
}

@media only screen and (max-width : 767px) {
.navigation-module .inner .nav-simple ul li{
  margin-left:0px;
}
}

@media only screen and (max-width : 480px) {
	.navigation-module .inner .navigation {
		width: 80vw;
	}
}

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

}



