._header_humbd_1 {
  border-bottom: 1px solid #ebebeb;
}

._wrapper_humbd_9 {
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
}

._header_main_row_humbd_21,
._mobile_header_humbd_23 {
  min-height: 80px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

._logo_wrap_humbd_35 {
  padding: 9px 6px;
}

._primary_links_humbd_43 {
  margin-left: 30px;
}

._main_nav_humbd_51 {
  margin: 0 auto;
  width: 94%;
  max-width: 1640px;
  justify-content: space-between;
}

._main_nav_link_humbd_65 {
  padding: 10px 8px;
  text-align: center;
}

._main_nav_link_humbd_65 .active {
  border-color: currentColor;
  transition: border-color 0.5s ease;
}

._main_nav_link_humbd_65 .active {
  font-weight: 700;
}

._main_nav_link_humbd_65 > a {
  color: #1e3860;
  display: inline-block;
  font-size: 18px;
  padding: 4px 26px;
  border-bottom: 4px solid transparent;
}

._sub_nav_link_humbd_109 a,
._main_nav_link_humbd_65 a,
._signin_wrap_humbd_113 a,
._signin_btn_humbd_115 {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

._sub_nav_link_humbd_109:hover,
._main_nav_link_humbd_65 a:hover,
._signin_wrap_humbd_113 a:hover {
  opacity: 0.8;
}

._signin_wrap_humbd_113 .link {
  text-decoration: none;
  padding: 8px;
}

._signin_btn_humbd_115 {
  background-color: #2f5b88;
  border: none;
  color: #fff;
  padding: 11px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  border-radius: 8px;
  margin-left: 8px;
  cursor: pointer;
}

._signin_btn_humbd_115:hover {
  opacity: 0.9;
}

._signin_btn_humbd_115 > span {
  margin-right: 8px;
}

._sub_nav_humbd_109 {
  background-color: #1e3860;
}

._header_sub_row_humbd_197 {
  padding-block: 12px;
  min-height: 48px;
}

._sub_nav_link_humbd_109 {
  padding-inline: 1rem;
  text-align: center;
  color: #fff;
}

._sub_nav_link_humbd_109 a {
  font-weight: 500;
  line-height: 1.5;
}

._shadow_humbd_229 {
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
}

@keyframes _fadeInDown_humbd_1 {
  from {
    opacity: 0;
    transform: translate3d(0, -1%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

._opacity_humbd_261 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: _fadeInDown_humbd_1;
}

._footer_humbd_273 {
  margin-top: 0.5rem;
  padding-top: 1rem;
}

._footer_humbd_273::before {
  content: "";
  background-color: #8f8f8f;
  height: 2px;
  opacity: 0.3;
  position: absolute;
  right: 8px;
  top: 0;
  width: 94%;
}

._open_humbd_305 {
  opacity: 0.8;
}

._open_humbd_305 > img {
  transform: scaleY(-1);
}

._mt_8_humbd_321 {
  margin-top: 8px;
}

._mt_16_humbd_329 {
  margin-top: 1rem;
}

._ml_8_humbd_337 {
  margin-left: 8px;
}

._reversed_row_humbd_345 {
  flex-direction: row-reverse;
}

._nav_anchor_humbd_353 {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1;
  background-color: #4a5560;
  border-radius: 8px;
}

._sub_nav_link_humbd_109:hover,
._signin_wrap_humbd_113 a:hover,
._main_nav_link_humbd_65 a:not(.active):hover,
._site_lists_humbd_375 a:hover {
  text-decoration: underline;
}

._hamburger_humbd_383 {
  background: transparent;
  border: none;
  font-size: 0px;
  line-height: 1;
  outline: none;
}

._hamburger_humbd_383:hover,
._mobile_header_humbd_23 button:hover {
  cursor: pointer;
  opacity: 0.8;
}

._mobile_logo_humbd_411 {
  flex: 1 1 0%;
  text-align: center;
}

._mobile_header_humbd_23 {
  padding-bottom: 1rem;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #ebebeb;
}

._mobile_header_humbd_23 p {
  font: 400 20px / 1.3 var(--header-font-family);
  margin-bottom: 0;
}

._mobile_header_humbd_23 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background: none;
  border: none;
}

._mobile_nav_humbd_463 {
  border-right: 1px solid #ebebeb;
  left: -100%;
  min-height: 100vh;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: fixed;
  z-index: 9999999;
}

._mobile_opened_humbd_485 {
  left: 0%;
}

body:has(._mobile_opened_humbd_485) {
  overflow-y: hidden;
}

._mobile_nav_item_humbd_501 {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
}

._mobile_nav_item_humbd_501 > a {
  color: #333d46;
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 40px;
  text-decoration: none;
  width: 100%;
}

._icon_wrap_humbd_531 {
  line-height: 1;
  height: 24px;
}

._mobile_footer_humbd_541 {
  position: relative;
  width: 100%;
}

._mobile_footer_content_humbd_551 {
  background-color: #f4f4f4;
  flex: 1 1 0%;
  padding: 16px 24px 16px 40px;
}

._mobile_footer_content_humbd_551 p {
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

._mobile_footer_media_humbd_581 {
  flex-basis: 42%;
  background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
    no-repeat right center / cover;
  background-color: #f4f4f4;
}

._footer_cta_humbd_595 {
  margin-top: 3px;
}

._footer_cta_humbd_595 a {
  background-color: #2f5b88;
  border-radius: 4px;
  border: 2px solid transparent;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 4px 32px;
  text-decoration: none;
}

._footer_cta_humbd_595 a:hover {
  background-color: transparent;
  border-color: #2f5b88;
  color: #2f5b88;
  text-decoration: underline;
}

._footer_cta_humbd_595 a:active {
  background-color: #2f5b88;
  border-color: transparent;
  color: #fff;
}

._mobile_footer_humbd_541 > .flex_row {
  min-height: 112px;
}

._inner_wrapper_humbd_659 {
  max-height: 100vh;
  overflow-y: scroll;
}

._btn_humbd_669 {
  display: block;
  position: relative;
}

._sub_menu_humbd_679 {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease-out;
  background: #fff;
}

._sub_menu_humbd_679 a {
  display: block;
  padding: 12px 14px 12px 64px;
  position: relative;
  color: #333d46;
  text-decoration: none;
}

._sub_menu_humbd_679 a._main_humbd_51 {
  font-weight: 700;
}

._sub_menu_humbd_679 a + a {
  border-top: 1px solid #ebebeb;
}

@media (max-width: 1280px) and (min-width: 1024px) {
  ._wrapper_humbd_9 {
    width: calc(100% - 28px);
  }
}

._desktop_only_humbd_737 {
  margin: 0 auto;
  width: 94%;
  max-width: 1640px;
}

@media (max-width: 1075px) {
  ._desktop_only_humbd_737 {
    display: none !important;
    margin: 0 auto;
    width: 94%;
    max-width: 1640px;
  }
}

@media (max-width: 768px) {
  ._wrapper_humbd_9 {
    width: calc(100% - 48px);
  }

  ._mobile_header_humbd_23 button {
    right: 1.5rem;
  }

  ._mobile_nav_item_humbd_501 > a {
    padding: 16px 24px;
  }

  ._sub_menu_humbd_679 a {
    padding-left: 48px;
  }

  ._mobile_footer_content_humbd_551 {
    padding-right: 15px;
    padding-left: 24px;
  }
}

@media (max-width: 450px) {
  ._footer_cta_humbd_595 a {
    white-space: break-spaces;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1076px) {
  ._mobile_only_humbd_831 {
    display: none !important;
  }
}

@media (max-width: 1076px) {
  ._mobile_logo_humbd_411 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin: 10px auto;
  }
}
