/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

.mobile-menu-btn{
/* 	border: 3px solid #44BCD2; */
}

@media (max-width: 1100px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
	font-size: 1rem!important;
	font-style: normal;
	font-weight: 900 !important;
	line-height: normal !important;
  text-decoration: none;
	text-transform: capitalize !important;
  position: relative;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
/* 	border-bottom: 2px solid #F97552; */
	color: #DB864E !important;
}



.menu__item--depth-2 > .menu__link:hover,
.menu__link:focus,
.menu__link:active {
/* 	border-bottom: 2px solid #44bcd2; */
}


.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}



#hs_cos_wrapper_navigation > nav.menu.menu--desktop > ul > li:last-child{
	padding: 9px 24px;
	border-radius: 100px;
	background: linear-gradient(83deg, #AF5C37 -3.25%, #924A2B 92.2%);

}

#hs_cos_wrapper_navigation > nav.menu.menu--desktop > ul > li:last-child:hover{
	background: linear-gradient(264deg, #63270C 0.85%, #9D4B27 88.2%);
}

#hs_cos_wrapper_navigation > nav.menu.menu--desktop > ul > li:last-child > span{
	color: #FFF;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase !important;
}

#hs_cos_wrapper_navigation > nav.menu.menu--desktop > ul > li:last-child > span:hover{
	border-bottom: none;
}

.header-button{
	padding: 13px 21px;
	border-radius: 100px;
	background: linear-gradient(83deg, #AF5C37 -3.25%, #924A2B 92.2%);
	color: #FFF;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-decoration:none;
}

.header-button:hover{
	background: linear-gradient(264deg, #63270C 0.85%, #9D4B27 88.2%);
	border-bottom: none;
	color:#fff;
	font-weight: 900;
	line-height: normal;
	text-decoration:none;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .menu__link {
    font-size: 0.833rem;
  }
}

@media (max-width: 1100px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }

	.menu__item--depth-1{
	border-top: 2px solid #3F69B8 !important;
}
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
  text-transform: uppercase;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
	background-color:#F97552 !important;
}

@media (max-width: 1100px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 18px 26px;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: unset;
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 2px solid  #3F69B8;;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__item:hover {
	border-bottom: none;
}

.menu__submenu .menu__item:active {
  border-bottom: 2px solid #44bcd2;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1100px) {
	
	.menu__item .menu__item--depth-1 .menu__item--has-submenu:after{
		content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9937 5.52192L10.7773 2L12 3.2365L6.9938 7.88235L2 3.2365L3.2227 2L6.9937 5.52192Z' fill='white' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
	  height: 10px;
		width:14px;
		
	}
	
	.mega-link-icon:after{
		content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9937 5.52192L10.7773 2L12 3.2365L6.9938 7.88235L2 3.2365L3.2227 2L6.9937 5.52192Z' fill='white' stroke='white' stroke-width='2'/%3e%3c/svg%3e");
	  height: 10px;
		width:14px;
		
	}
	
	
/*   .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  } */

  /* Keeps triangle to the left for the first menu item's drop down menu */

/*   .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }

	.menu__child-toggle-icon{
		display:none !important;
	} */
}

@media (max-width: 1100px) {
	.mega-menu-primary{
		display:none;
	}
	
	.menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #052852;
    border-bottom: none;
    border-top: 2px solid #3F69B8;;
    padding: 0;

  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
	
	.menu__child-toggle--open svg{
		transform: rotate(180deg);
	}
	
}

/* Menu icons */

@media(min-width: 1101px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 1100px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
		
  }

  .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11' fill='none'%3e%3cpath d='M4.28571 0V3.92857H0V7.07143H4.28571V11H7.71429V7.07143H12V3.92857H7.71429V0H4.28571Z' fill='white'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
		margin-top:12px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3e%3cg clip-path='url(%23clip0_1379_1260)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.59631H15V9.40316H0V5.59631Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1379_1260'%3e%3crect width='15' height='15' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
		background-repeat: no-repeat;
		display: block;
		height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

	.mobile-search{
		display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-end;
		align-items:center;
    padding: 10px 20px;
	}
	.mobile-search-input{
		flex-grow:1;
	}
	
	#mobile-search-form-box{
		position:absolute;
		left: 100%;
		width: 200px;
		z-index: 10;
	}

	.mobile-btn-wrapper{
		position: relative;
		padding: 20px 30px;
	}
	.mobile-menu-btn{
		width: 100%;

	}
	
	.menu__child-toggle.no-button svg{
		position: absolute;
		right:26px;
	}
	

	.menu__item .menu__item--depth-2  >  a.menu__link{
		background-color:#2653A7;
		color: #FFF;
		font-size: 15px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: normal;
		padding: 17px 26px;
	}
	
	.menu__item .menu__item--depth-2 .menu__child-toggle{
		background: ;
	} 

	
	.menu__item .menu__item--depth-3{
		background-color: #1A67B7;
	} 

	.menu__item .menu__item--depth-3  >  a.menu__link{
		background-color:opacity: 0.6;
		background: #3560B1;
		color: #FFF;
		font-size: 15px !important;
		font-style: normal !important;
		font-weight: 700 !important;
		line-height: normal;
		padding: 17px 26px;
	}
}
.mobile-search-form-submit {
  background: none;
  border: none;
  padding: 0;
}
.mobile-search-form-submit:focus {
  border: none; 
}

/* Mega Menu Styles */
.mega-menu-primary ul{
	margin-bottom: 0;
}

.mega-menu-primary li{
  	list-style: none;
		transition:all 0.3s ease-in-out;
}

.cta-li{
	padding: 5px 0 0 20px;
}

.mega-menu-wrapper{
	background: #052852;
	box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
	width:100%;
	border-top: 15px solid  lightgray;
	color: #fff;
	border-image-source: url("https://43959763.fs1.hubspotusercontent-na1.net/hubfs/43959763/steel-gradiant.jpeg") ;
	border-image-slice: 100;
	border-image-repeat: stretch;
	transition:height 0.3s ease-in-out;
	transition-delay: 0.1s;
}

.mega-menu-wrapper h5{
	color: #FFF;
	font-family: Raleway;
	font-size: 19px;
	font-style: normal;
	font-weight: 900;
	line-height: 34px; /* 178.947% */
	letter-spacing: -0.19px;
	margin-bottom:10px;
}

.mega-col{
	display: flex;
	flex-direction:column;
}

.mega-col ul{
	display:flex;
	flex-direction: column;
}

.mega-row{
	justify-content: space-evenly;
}

.mega-link {
	list-style:none;
	padding:10px 20px;
  padding-bottom:35px;
}

.mega-link a{
	color: #FFF;
	font-family: Raleway;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
}

.mega-link a:hover{
	color: #DB864E;
}


.mega-col .hs-menu-item a{
	color: #FFF;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	text-decoration-line: none;
	margin-bottom: 20px;
	text-transform:none;

}

.mega-col .hs-menu-item a:hover{
	text-decoration-line: underline;
}

.mega-menu-wrapper{
	display: none;
}

.mega-menu-wrapper.active{
	display:block;
	position:absolute;
	width: 100%;
	height:auto;
	left:0;
	top:150px;
	padding: 33px;
}

.app-info{
  text-align:center;
	border-top: 2px solid #3F69B8 ;
	padding: 18px 32px;
}

.app-info h4 {
	color:#fff;
	text-align: center;
}

.applinks{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

.search-login{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	align-items:center;
}

.search-login .header__close--toggle{
	margin-right: 30px;
}

.mobile-search{
	position:relative;
}

.applinks img{
	max-width: 100px;
}

/* Login Box */
.cta-li{
	position: relative
}

#login-trigger, #mobile-trigger {
	position:relative;
}

#login-box{
	border-radius: 10px;
	background: #052852;
	box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
	position:absolute;
	width: 224px;
	height: auto;
	padding: 22px 17px;
	right: 0;
	top:50px;
}

#mobile-login-box {
		border-radius: 10px;
	background: #052852;
	box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
	position:absolute;
	width: 224px;
	height: auto;
	padding: 22px 17px;
	right: -30px;
	top:60px;
	z-index: 100;
}


#login-box form, #mobile-login-box form {
	background: transparent;
}

#login-box form label, #mobile-login-box  form label{
	color: #FFF;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: 12px; /* 100% */
}

#login-box form input, #mobile-login-box form input{
	display: inline-flex;
	height: 30px;
	padding: 1px 12px 0px 12px;
	flex-shrink: 0;
	border-radius: 4px;
	margin-bottom: 18px;
}



.reset-section{
  margin-bottom: 16px;
}

.reset-section a{
	color: #FFF;
	font-family: Raleway;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: capitalize;
	display:block;
	margin-bottom: 8px;
}

#login-box .hs-button, #mobile-login-box .hs-button{
	font-size: 15px;
	padding: 11px 18px;
}

