/* Menu */

.menu-mega.menu--desktop {
  display: block;
	padding-top: 12px;
}

.menu--mobile {
  display: none;
}

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

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

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
  line-height: 26px;
	padding: 15px 0;
  text-decoration: none;
	transition: all calc(var(--awb-transition-time) * 1ms) cubic-bezier(.42, .01, .58, 1);
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
	font-weight: 300;
  text-decoration: none;
}
.menu-mega .menu__item--depth-1 {
  padding: 0;
}
.menu__item--depth-1 > .menu__link {
	border-bottom: solid 5px transparent;
	text-transform: none;
}
.menu__item--depth-1:hover > .menu__link {
	border-bottom: solid 5px #fff;
}
.menu__link--active-link,
.menu__link--active-branch {
  border-color: rgb(118, 194, 0);
}


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

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

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  margin: 0 17.5px;
	padding-bottom: 15px;
}

.menu__item--depth-1:first-child {
  margin-left: 0;
}
.menu__item--depth-1:last-child {
  margin-right: 0;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1130px) {
  .menu__item--depth-1 {
    border-top: 1px solid rgba(17, 64, 101, 0.25);
		margin: 0;
    padding: 0;
  }
	.menu__item--depth-1:first-child {
	  border-top: 0;
	}

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
	.menu__link {
		align-items: center;
		border-bottom: 0 !important;
    color: rgb(17, 64, 101) !important;
    display: flex !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    padding: 0 1.5em !important;
    min-height: 65px;
		margin: 0;
	}
	.menu__link:hover {
	  border: none !important;
    color: rgb(17, 64, 101) !important;
	}
	.menu__item {
	  background-color: #fff;
	}
	.menu__item:hover {
		background-color: #f9f9f9;
	}
	.menu__item--depth-2 a {
		padding-left: 2.5em!important;
	}
}

/* Menu items - submenus */

.menu__submenu {
	background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(17,64,101,0.4);
  border-radius: 0;
  display: none;
  left: 0;
	margin-top: 15px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: max-content;
  z-index: 99999;
}

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

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* 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: 1px solid rgba(17, 64, 101, 0.25);
	color: rgb(86, 86, 86);
	font-size: 17px;
	line-height: 1.4;
  padding: 0;
  width: 100%;
}
.menu__submenu .menu__link {
	color: rgb(17, 64, 101);
  display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
  padding: 12px 20px;
	text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}

.menu__submenu .menu__item:hover {
	background-color: #f9f9fb !important;
	color: rgb(88, 89, 91) !important;
}
.menu__submenu .menu__item:hover a.menu__link {
	background-color: #f9f9fb !important;
	color: rgb(88, 89, 91) !important;
}
.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: 768px) {
  .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;
  }
}
*/

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

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    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 icons 

@media(min-width: 768px) {
  .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: 1130px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu__child-toggle-icon {
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23114065%7D%3C/style%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: 12px 12px;
    background-position: center;
    display: block;
    height: 100%;
    transition: transform 0.4s;
    width: 15px;
    padding: 0 34px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.4s;
  }
}

#hs_cos_wrapper_navigation-primary .menu-char-button > .menu__link {
  background-color: rgb(118, 194, 0);
	border: solid 1px rgb(118, 194, 0);
  border-radius: 8px;
  color: rgb(0, 28, 55);
  cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 17px;
	padding: 13px 29px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 300ms;
}
#hs_cos_wrapper_navigation-primary .menu-char-button > .menu__link:hover {
	background-color: transparent;
	color: rgb(118, 194, 0) !important;
}

/* mega menu */

.menu-char-mega.menu__item--open > .menu__submenu.menu__submenu--level-2 {
	display: flex;
	justify-content: space-around;
	padding: 40px 20px;
	width: 975px;
}
.menu-char-mega .menu__submenu .menu__item.menu__item--depth-2 {
	border: none;
  width: 40%;
}
.menu-char-mega .menu__item--depth-2:first-child:after {
	content: '';
	background-color: rgb(226, 227, 228);
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 113%;
	top: 0;
}
.menu-char-mega .menu__submenu .menu__item.menu__item--depth-2,
.menu-char-mega .menu__item--depth-2 > a {
	border-bottom: 0;
	color: rgb(17, 64, 101);
	display: block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0;
	position: relative;
}
.menu-char-mega .menu__item--depth-2 > a:after {
	content: '';
	background-color: rgb(118, 194, 0);
	display: block;
	height: 5px;
	margin-top: 10px;
	max-width: 130px;
	width: 100%;
}

.menu-char-mega .menu__submenu .menu__item.menu__item--depth-2:hover,
.menu__submenu .menu__item.menu__item--depth-2:hover a.menu__link{
	background-color: transparent !important;
	color: rgb(17, 64, 101) !important;
}
.menu-char-mega .menu__submenu--level-3 {
	border-bottom: none;
	box-shadow: none;
  display: block;
  left: 0;
	list-style: none;
	margin: 0;
	padding: 10px 0 11px;
	position: relative;
	width: 100%;
}

.menu-char-mega .menu__submenu .menu__item.menu__item--depth-3 {
	border-bottom: rgb(226, 227, 228) solid 1px;
	box-shadow: none;
  display: block;
  left: 0;
	list-style: none;
	margin: 0;
	padding: 10px 0 11px;
	position: relative;
	width: 100%;
}

.menu-char-mega .menu__submenu .menu__item.menu__item--depth-3 > a {
	color: rgb(17, 64, 101);
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 0;
	width: 100%;
}

.menu-char-mega .no-button {
	display:none !important; 
}
