/* Display header mobile menu buttons as a column */
.hhs-side-menu__ctas .hhs-header-cta {
  flex-flow: column nowrap;
}

/* Style first menu item as button */
.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(1) {
  margin-top: 10px !important;
}

.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(1) > a {
  background-color: #0b66ff !important;
  border: 2px solid #0b66ff !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  min-width: 130px !important;
  padding: 5px 35px 6px !important;
  text-align: center !important;
  text-transform: none !important;
}

.sc-site-header__menu--184589272856
  > ul
  li.hs-menu-depth-1:nth-child(1)
  > a:hover {
  background-color: #0b66ff !important;
  border: 2px solid #0b66ff !important;
}

/* Force hover color of first menu item styled as button */
.hhs-top-bar.sticky-menu
  .sc-site-header__menu--184589272856
  > ul
  li.hs-menu-depth-1:nth-child(1)
  > a:hover {
  color: #ffffff !important;
}

/*.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(3) > a,
.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(4) > a {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}

.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(3) > a:hover,
.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-1:nth-child(4) > a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}*/

/* Style dropdown submenu items as buttons and hide down arrow */

/*.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-2 > a {
  background-color: #ffffff !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  font-family: Arial,sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin-top: 10px;
  min-width: 130px !important;
  padding: 8px 25px 7px !important;
  text-align: center !important;
  text-transform: none !important;
}

.sc-site-header__menu--184589272856 > ul li.hs-menu-depth-2 > a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/*.hs-menu-children-wrapper {
  background-color: transparent !important;
  margin-left: -25% !important;
  box-shadow: none !important;
}

.sc-site-header__menu--184589272856 a > svg {
  display: none;
}*/
