@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. package/dist/ATMLocator/ATMLocator.js +11 -3
  2. package/dist/Accordion/Accordion.css.js +2 -1
  3. package/dist/Accordion/Accordion.js +2 -1
  4. package/dist/AlertBanner/index.js +2 -1
  5. package/dist/Article/Article.css.d.ts +9 -36
  6. package/dist/Article/Article.css.js +12 -9
  7. package/dist/Article/index.js +3 -2
  8. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  9. package/dist/ArticlesSet/ArticlesSet.css.js +2 -1
  10. package/dist/ArticlesSet/ArticlesSet.js +3 -3
  11. package/dist/Auth/ErrorAlert.js +10 -2
  12. package/dist/Auth/SignIn.css.js +2 -1
  13. package/dist/Auth/SignInPassword.js +2 -2
  14. package/dist/Avatar/Avatar.module.js +7 -7
  15. package/dist/AwardsBanner/AwardsBanner.css.js +5 -1
  16. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  17. package/dist/Blockquote/Blockquote.module.js +3 -3
  18. package/dist/BulletItem/BulletItem.js +3 -1
  19. package/dist/Button/Button.css.d.ts +3 -3
  20. package/dist/Button/Button.css.js +2 -1
  21. package/dist/Button/Button.js +10 -2
  22. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +2 -1
  23. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  24. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  25. package/dist/Calculators/ApyCalculator/ApyCalculator.css.js +2 -1
  26. package/dist/Calculators/ApyCalculator/index.js +11 -5
  27. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +3 -0
  28. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +10 -2
  29. package/dist/Calculators/AxosOneCalculator/index.d.ts +3 -0
  30. package/dist/Calculators/AxosOneCalculator/index.js +106 -70
  31. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  32. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.js +2 -1
  33. package/dist/Calculators/BalanceAPYCalculator/index.js +2 -1
  34. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +0 -1
  35. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +3 -4
  36. package/dist/Calculators/BuyDownCalculator/index.d.ts +4 -1
  37. package/dist/Calculators/BuyDownCalculator/index.js +108 -68
  38. package/dist/Calculators/Calculator.d.ts +3 -0
  39. package/dist/Calculators/Calculator.js +18 -6
  40. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  41. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  42. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -1
  43. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  44. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.js +2 -1
  45. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.js +2 -1
  46. package/dist/Calculators/SummitApyCalculator/index.js +17 -7
  47. package/dist/Calculators/calculator.css.d.ts +2 -8
  48. package/dist/Calculators/calculator.css.js +2 -1
  49. package/dist/CallToActionBar/CallToActionBar.css.d.ts +3 -1
  50. package/dist/CallToActionBar/CallToActionBar.css.js +23 -16
  51. package/dist/CallToActionBar/index.js +4 -3
  52. package/dist/Carousel/Carousel.css.d.ts +8 -19
  53. package/dist/Carousel/Carousel.css.js +2 -1
  54. package/dist/Carousel/index.js +10 -2
  55. package/dist/Chatbot/AnimatedGradientBorder.css.d.ts +3 -0
  56. package/dist/Chatbot/AnimatedGradientBorder.css.js +13 -0
  57. package/dist/Chatbot/Bubble.css.d.ts +6 -0
  58. package/dist/Chatbot/Bubble.css.js +19 -0
  59. package/dist/Chatbot/Bubble.d.ts +5 -0
  60. package/dist/Chatbot/Bubble.js +110 -0
  61. package/dist/Chatbot/Chat.d.ts +1 -0
  62. package/dist/Chatbot/Chat.js +165 -0
  63. package/dist/Chatbot/ChatWindow.css.d.ts +36 -0
  64. package/dist/Chatbot/ChatWindow.css.js +70 -0
  65. package/dist/Chatbot/ChatWindow.d.ts +29 -0
  66. package/dist/Chatbot/ChatWindow.js +506 -0
  67. package/dist/Chatbot/Chatbot.css.d.ts +2 -0
  68. package/dist/Chatbot/Chatbot.css.js +7 -0
  69. package/dist/Chatbot/Chatbot.d.ts +10 -0
  70. package/dist/Chatbot/Chatbot.js +284 -0
  71. package/dist/Chatbot/ChatbotMessage.d.ts +16 -0
  72. package/dist/Chatbot/ChatbotMessage.js +216 -0
  73. package/dist/Chatbot/EllipsisAnimation.d.ts +2 -0
  74. package/dist/Chatbot/EllipsisAnimation.js +85 -0
  75. package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
  76. package/dist/Chatbot/EllipsisIcon.js +19 -0
  77. package/dist/Chatbot/ThankYouMessage.d.ts +9 -0
  78. package/dist/Chatbot/ThankYouMessage.js +510 -0
  79. package/dist/Chatbot/authenticate.d.ts +3 -0
  80. package/dist/Chatbot/authenticate.js +16 -0
  81. package/dist/Chatbot/index.d.ts +8 -0
  82. package/dist/Chatbot/index.js +55 -0
  83. package/dist/Chatbot/store/chat.d.ts +13 -0
  84. package/dist/Chatbot/store/chat.js +21 -0
  85. package/dist/Chatbot/store/messages.d.ts +15 -0
  86. package/dist/Chatbot/store/messages.js +18 -0
  87. package/dist/Chatbot/useHeadlessChat.d.ts +27 -0
  88. package/dist/Chatbot/useHeadlessChat.js +240 -0
  89. package/dist/Chevron/Chevron.css.d.ts +2 -2
  90. package/dist/Chevron/Chevron.css.js +2 -1
  91. package/dist/Chevron/index.js +10 -2
  92. package/dist/CollectInformationAlert/CollectInformationAlert.css.js +2 -1
  93. package/dist/CollectInformationAlert/index.js +3 -2
  94. package/dist/Comparison/Comparison.css.js +2 -1
  95. package/dist/Comparison/Comparison.js +10 -2
  96. package/dist/ContentBanner/ContentBanner.css.js +3 -1
  97. package/dist/DownloadTile/DownloadTile.css.js +2 -1
  98. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +153 -0
  99. package/dist/ExecutiveBio/ExecutiveBio.css.js +52 -1
  100. package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
  101. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +11 -4
  102. package/dist/ExecutiveBio/ExecutiveBio.js +268 -7
  103. package/dist/ExecutiveBio/Overlay.d.ts +8 -0
  104. package/dist/ExecutiveBio/Overlay.js +589 -0
  105. package/dist/ExecutiveBio/index.js +26 -1
  106. package/dist/FaqAccordion/FaqAccordion.css.js +2 -1
  107. package/dist/FaqAccordion/index.js +10 -2
  108. package/dist/FooterDisclosure/LVF/LaVictorieFooter.css.js +2 -1
  109. package/dist/FooterDisclosure/LVF/LaVictorieFooter.js +2 -1
  110. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.css.js +2 -1
  111. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +14 -28
  112. package/dist/Forms/ApplicationStart.js +6 -3
  113. package/dist/Forms/ApplyNow.js +11 -3
  114. package/dist/Forms/ClearingForm.js +6 -3
  115. package/dist/Forms/CommercialDeposits.js +6 -3
  116. package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
  117. package/dist/Forms/CommercialDepositsNoLendingOption.js +333 -0
  118. package/dist/Forms/CommercialLending.js +6 -3
  119. package/dist/Forms/CommercialPremiumFinance.js +6 -3
  120. package/dist/Forms/ContactCompany.js +6 -3
  121. package/dist/Forms/ContactCompanyTitle.js +6 -3
  122. package/dist/Forms/ContactUs.js +6 -3
  123. package/dist/Forms/ContactUsAAS.js +6 -3
  124. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  125. package/dist/Forms/ContactUsBusiness.js +18 -8
  126. package/dist/Forms/ContactUsBusinessNameEmail.js +14 -4
  127. package/dist/Forms/ContactUsLVF.js +6 -3
  128. package/dist/Forms/ContactUsNMLSId.js +14 -4
  129. package/dist/Forms/CpraRequest.d.ts +1 -1
  130. package/dist/Forms/CpraRequest.js +7 -3
  131. package/dist/Forms/CraPublicFile.js +14 -4
  132. package/dist/Forms/DealerServices.js +6 -3
  133. package/dist/Forms/EmailOnly.js +96 -66
  134. package/dist/Forms/EmailUs.js +9 -6
  135. package/dist/Forms/FormEnums.js +4 -1
  136. package/dist/Forms/Forms.css.d.ts +8 -31
  137. package/dist/Forms/Forms.css.js +52 -45
  138. package/dist/Forms/HoneyPot/index.js +2 -1
  139. package/dist/Forms/MortgageRate/MortgageRateForm.js +46 -15
  140. package/dist/Forms/MortgageRate/MortgageRateQuoteFilters.js +11 -5
  141. package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -2
  142. package/dist/Forms/MortgageWarehouseLending.js +14 -4
  143. package/dist/Forms/QuickPricer/QuickPricerForm.js +18 -13
  144. package/dist/Forms/QuickPricer/UserInformation.css.js +2 -1
  145. package/dist/Forms/ScheduleCall.js +6 -3
  146. package/dist/Forms/ScheduleCallPremier.js +6 -3
  147. package/dist/Forms/SuccesForm.js +12 -4
  148. package/dist/Forms/VendorQuestionnaire.js +6 -2
  149. package/dist/Forms/WcplSurvey.js +2 -1
  150. package/dist/Forms/index.d.ts +1 -0
  151. package/dist/Forms/index.js +7 -1
  152. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  153. package/dist/HeroBanner/HeroBanner.css.js +3 -1
  154. package/dist/HeroBanner/HeroBanner.js +16 -17
  155. package/dist/HeroBanner/LargeBanner.css.js +2 -1
  156. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  157. package/dist/HeroBanner/SelectionBanner.css.js +8 -7
  158. package/dist/Hyperlink/Hyperlink.css.d.ts +4 -4
  159. package/dist/Hyperlink/Hyperlink.css.js +5 -1
  160. package/dist/Hyperlink/index.js +10 -2
  161. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  162. package/dist/IconBillboard/IconBillboard.css.js +2 -1
  163. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  164. package/dist/ImageBillboard/ImageBillboard.css.js +3 -1
  165. package/dist/ImageBillboard/ImageBillboard.js +2 -1
  166. package/dist/ImageBillboard/ImageBillboardSet.js +2 -1
  167. package/dist/ImageLink/ImageLink.js +11 -3
  168. package/dist/ImageLink/ImageLinkSet.js +10 -2
  169. package/dist/ImageLink/index.js +10 -2
  170. package/dist/Input/Input.css.d.ts +1 -0
  171. package/dist/Input/Input.css.js +12 -9
  172. package/dist/Input/index.js +2 -1
  173. package/dist/Inputs/Input.css.js +2 -1
  174. package/dist/Insight/Featured/CategorySelector.css.js +2 -1
  175. package/dist/Insight/Featured/CategorySelector.js +10 -2
  176. package/dist/Insight/Featured/Featured.js +10 -2
  177. package/dist/Insight/Featured/Header.js +10 -2
  178. package/dist/Insight/Insight.css.d.ts +18 -0
  179. package/dist/Insight/Insight.css.js +44 -8
  180. package/dist/Insight/index.js +19 -1
  181. package/dist/Interstitial/Interstitial-variants.css.js +2 -1
  182. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +2 -0
  183. package/dist/LandingPageHeader/LandingPageHeader.css.js +8 -3
  184. package/dist/LandingPageHeader/LandingPageHeader.js +20 -10
  185. package/dist/LandingPageHeader/index.js +3 -1
  186. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  187. package/dist/LoadingIndicator/index.js +1 -0
  188. package/dist/MainHTML/index.d.ts +1 -1
  189. package/dist/MainHTML/index.js +3 -1
  190. package/dist/Modal/Modal.css.d.ts +1 -0
  191. package/dist/Modal/Modal.css.js +7 -4
  192. package/dist/Modal/Modal.js +13 -5
  193. package/dist/Modal/contextApi/store.js +2 -2
  194. package/dist/NavigationMenu/AxosALTS/NavBar.css.js +2 -1
  195. package/dist/NavigationMenu/AxosALTS/NavData.js +10 -2
  196. package/dist/NavigationMenu/AxosALTS/index.js +10 -2
  197. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +2 -0
  198. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +8 -2
  199. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  200. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -1
  201. package/dist/NavigationMenu/AxosAdvisor/index.js +40 -22
  202. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +2 -0
  203. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +8 -2
  204. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  205. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
  206. package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +4 -3
  207. package/dist/NavigationMenu/AxosAdvisorServices/index.js +14 -8
  208. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  209. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  210. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +5 -10
  211. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +20 -21
  212. package/dist/NavigationMenu/AxosBank/NavBar.css.js +3 -1
  213. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  214. package/dist/NavigationMenu/AxosBank/NavData.js +10 -2
  215. package/dist/NavigationMenu/AxosBank/SubNavBar.js +290 -332
  216. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  217. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +6 -1
  218. package/dist/NavigationMenu/AxosBank/index.js +10 -2
  219. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  220. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  221. package/dist/NavigationMenu/LaVictoire/NavData.js +10 -2
  222. package/dist/NavigationMenu/LaVictoire/index.js +10 -2
  223. package/dist/NavigationMenu/NavDataJson.js +10 -2
  224. package/dist/NavigationMenu/Navbar.js +10 -2
  225. package/dist/NavigationMenu/SignInNavButton.js +10 -2
  226. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  227. package/dist/PageNavItem/PageNavItem.css.js +2 -1
  228. package/dist/Pagination/Pagination.js +8 -7
  229. package/dist/SecondaryFooter/SecondaryFooter.css.js +2 -1
  230. package/dist/SetContainer/SetContainer.css.js +2 -1
  231. package/dist/SetContainer/SetContainer.js +11 -3
  232. package/dist/SocialMediaBar/iconsRepository.js +10 -2
  233. package/dist/StepItem/StepItem.css.d.ts +8 -36
  234. package/dist/StepItem/StepItem.css.js +2 -1
  235. package/dist/StepItemSet/StepItemSet.css.d.ts +6 -32
  236. package/dist/StepItemSet/StepItemSet.css.js +13 -6
  237. package/dist/StepItemSet/StepItemSet.d.ts +8 -0
  238. package/dist/StepItemSet/StepItemSet.js +39 -14
  239. package/dist/StepItemSet/index.js +4 -2
  240. package/dist/Tab/Tab.css.js +2 -1
  241. package/dist/Tab/Tab.js +1 -0
  242. package/dist/Table/Table.css.d.ts +7 -7
  243. package/dist/Table/Table.css.js +7 -6
  244. package/dist/Table/Table.js +3 -2
  245. package/dist/TextBlock/TextBlock.css.js +2 -1
  246. package/dist/VideoTile/VideoTile.css.js +2 -1
  247. package/dist/VideoTile/VideoTile.js +10 -2
  248. package/dist/VideoWrapper/index.js +10 -2
  249. package/dist/WalnutIframe/wrapper.module.js +3 -3
  250. package/dist/assets/Accordion/Accordion.css +4 -4
  251. package/dist/assets/Article/Article.css +87 -86
  252. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  253. package/dist/assets/Auth/SignIn.css +12 -12
  254. package/dist/assets/Avatar/Avatar.css.css +59 -59
  255. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  256. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  257. package/dist/assets/Blockquote/Blockquote.css.css +72 -68
  258. package/dist/assets/Button/Button.css +28 -28
  259. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  260. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  261. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +72 -14
  262. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +22 -34
  263. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +15 -21
  264. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  265. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +10 -10
  266. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +18 -10
  267. package/dist/assets/Calculators/calculator.css +9 -15
  268. package/dist/assets/CallToActionBar/CallToActionBar.css +95 -69
  269. package/dist/assets/Carousel/Carousel.css +27 -41
  270. package/dist/assets/Chatbot/AnimatedGradientBorder.css +37 -0
  271. package/dist/assets/Chatbot/Bubble.css +88 -0
  272. package/dist/assets/Chatbot/ChatWindow.css +351 -0
  273. package/dist/assets/Chatbot/Chatbot.css +3 -0
  274. package/dist/assets/Chevron/Chevron.css +11 -10
  275. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  276. package/dist/assets/Comparison/Comparison.css +5 -4
  277. package/dist/assets/ContentBanner/ContentBanner.css +14 -8
  278. package/dist/assets/DownloadTile/DownloadTile.css +6 -6
  279. package/dist/assets/ExecutiveBio/ExecutiveBio.css +342 -27
  280. package/dist/assets/FaqAccordion/FaqAccordion.css +5 -5
  281. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  282. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  283. package/dist/assets/Forms/Forms.css +176 -165
  284. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  285. package/dist/assets/HeroBanner/HeroBanner.css +85 -76
  286. package/dist/assets/HeroBanner/LargeBanner.css +15 -15
  287. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  288. package/dist/assets/Hyperlink/Hyperlink.css +4 -4
  289. package/dist/assets/IconBillboard/IconBillboard.css +32 -48
  290. package/dist/assets/ImageBillboard/ImageBillboard.css +59 -64
  291. package/dist/assets/Input/Input.css +54 -47
  292. package/dist/assets/Inputs/Input.css +4 -4
  293. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  294. package/dist/assets/Insight/Insight.css +212 -43
  295. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  296. package/dist/assets/LandingPageHeader/LandingPageHeader.css +37 -4
  297. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  298. package/dist/assets/Modal/Modal.css +17 -28
  299. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  300. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +25 -2
  301. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -597
  302. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +5 -4
  303. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +25 -2
  304. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -618
  305. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +22 -4
  306. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -191
  307. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +21 -9
  308. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -473
  309. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  310. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -458
  311. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -83
  312. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  313. package/dist/assets/Pagination/Pagination.css +1 -1
  314. package/dist/assets/SetContainer/SetContainer.css +5 -5
  315. package/dist/assets/StepItem/StepItem.css +26 -42
  316. package/dist/assets/StepItemSet/StepItemSet.css +50 -41
  317. package/dist/assets/Tab/Tab.css +12 -12
  318. package/dist/assets/Table/Table.css +90 -97
  319. package/dist/assets/TextBlock/TextBlock.css +1 -1
  320. package/dist/assets/TopicalNavItem/TopicalNavItem.css +3 -3
  321. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  322. package/dist/assets/VideoTile/VideoTile.css +1 -1
  323. package/dist/assets/WalnutIframe/wrapper.css.css +48 -49
  324. package/dist/assets/globals.css +11 -8
  325. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  326. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  327. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  328. package/dist/assets/themes/axos.css +44 -32
  329. package/dist/assets/themes/premier.css +43 -31
  330. package/dist/assets/themes/ufb.css +52 -0
  331. package/dist/assets/themes/victorie.css +35 -23
  332. package/dist/icons/ArrowIcon/ArrowIcon.css.js +2 -1
  333. package/dist/icons/CheckCircle.js +1 -1
  334. package/dist/icons/CheckCircleLight.js +1 -1
  335. package/dist/icons/CheckIcon/CheckIcon.css.js +2 -1
  336. package/dist/icons/CheckIcon/index.js +1 -1
  337. package/dist/icons/Clock/index.js +6 -6
  338. package/dist/icons/DownloadIcon/DownloadIcon.css.js +2 -1
  339. package/dist/icons/FollowIcon/FollowIcon.css.js +2 -1
  340. package/dist/icons/Logos/SPB.d.ts +4 -0
  341. package/dist/icons/Logos/SPB.js +132 -0
  342. package/dist/icons/QuoteIconGrey.js +2 -2
  343. package/dist/icons/index.d.ts +1 -0
  344. package/dist/icons/index.js +2 -0
  345. package/dist/main.d.ts +1 -0
  346. package/dist/main.js +139 -22
  347. package/dist/themes/axos.css.d.ts +30 -12
  348. package/dist/themes/axos.css.js +1 -1
  349. package/dist/themes/index.d.ts +1 -0
  350. package/dist/themes/index.js +2 -0
  351. package/dist/themes/ufb.css.d.ts +1 -0
  352. package/dist/themes/ufb.css.js +6 -0
  353. package/dist/utils/allowedAxosDomains.js +2 -1
  354. package/dist/utils/emailValidation.d.ts +1 -0
  355. package/dist/utils/emailValidation.js +31 -0
  356. package/dist/utils/index.d.ts +4 -1
  357. package/dist/utils/index.js +9 -1
  358. package/dist/utils/nmlsValidation.d.ts +1 -0
  359. package/dist/utils/nmlsValidation.js +34 -0
  360. package/dist/utils/useCachedValidators.d.ts +2 -0
  361. package/dist/utils/useCachedValidators.js +22 -0
  362. package/package.json +136 -133
@@ -1,458 +1,484 @@
1
- ._header_1o3gh_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_1o3gh_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_1o3gh_21,
12
- ._mobile_header_1o3gh_23 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_1o3gh_35 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_1o3gh_43 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_1o3gh_51 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_1o3gh_51 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- font-weight: 700;
35
- }
36
-
37
- ._main_nav_link_1o3gh_51 > a {
38
- color: #1e262f;
39
- display: inline-block;
40
- font-size: 16px;
41
- padding: 4px 26px;
42
- border-bottom: 4px solid transparent;
43
- }
44
-
45
- ._sub_nav_link_1o3gh_89 a,
46
- ._main_nav_link_1o3gh_51 a,
47
- ._signin_wrap_1o3gh_93 a,
48
- ._signin_btn_1o3gh_95 {
49
- text-decoration: none;
50
- transition: opacity 0.3s ease;
51
- }
52
-
53
- ._sub_nav_link_1o3gh_89:hover,
54
- ._main_nav_link_1o3gh_51 a:hover,
55
- ._signin_wrap_1o3gh_93 a:hover {
56
- opacity: 0.8;
57
- }
58
-
59
- ._signin_wrap_1o3gh_93 .link {
60
- text-decoration: none;
61
- padding: 8px;
62
- }
63
-
64
- ._signin_btn_1o3gh_95 {
65
- border-color: transparent;
66
- background-color: #1e262f;
67
- color: #fff;
68
- padding: 11px 24px;
69
- font-size: 16px;
70
- font-weight: 700;
71
- line-height: 1.44;
72
- border-radius: 8px;
73
- margin-left: 8px;
74
- cursor: pointer;
75
- }
76
-
77
- ._signin_btn_1o3gh_95:hover {
78
- color: #1e262f;
79
- background-color: transparent;
80
- opacity: 0.9;
81
- }
82
-
83
- ._signin_btn_1o3gh_95:hover > svg path {
84
- fill: #1e262f;
85
- }
86
-
87
- ._signin_btn_1o3gh_95 > span {
88
- margin-right: 8px;
89
- }
90
-
91
- ._sub_nav_1o3gh_89 {
92
- background-color: #1e262f;
93
- color: #fff;
94
- }
95
-
96
- ._header_sub_row_1o3gh_191 {
97
- min-height: 48px;
98
- position: relative;
99
- }
100
-
101
- ._sub_nav_link_1o3gh_89 {
102
- padding-inline: 1rem;
103
- text-align: center;
104
- color: #fff;
105
- }
106
-
107
- ._sub_nav_link_1o3gh_89 a {
108
- display: flex;
109
- align-items: center;
110
- font-weight: 500;
111
- line-height: 1.5;
112
- padding: 12px 9.5px;
113
- }
114
-
115
- ._sub_nav_link_1o3gh_89 a:hover {
116
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
117
- }
118
-
119
- ._signin_dropdown_1o3gh_237 {
120
- display: none;
121
- min-width: 288px;
122
- padding: 1.5rem 1rem;
123
- position: absolute;
124
- right: 0;
125
- top: 100%;
126
- z-index: 1204;
127
- }
128
-
129
- ._shadow_1o3gh_257 {
130
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
131
- border: 0.5px solid rgb(255 255 255 / 14%);
132
- border-top: none;
133
- }
134
-
135
- ._signin_subheader_1o3gh_269 {
136
- color: #323339;
137
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
138
- }
139
-
140
- ._signin_subheader_1o3gh_269 a {
141
- line-height: 1.5;
142
- }
143
-
144
- @keyframes _fadeInDown_1o3gh_1 {
145
- from {
146
- opacity: 0;
147
- transform: translate3d(0, -1%, 0);
148
- }
149
-
150
- to {
151
- opacity: 1;
152
- transform: none;
153
- }
154
- }
155
-
156
- ._opacity_1o3gh_311 {
157
- animation-duration: 0.5s;
158
- animation-fill-mode: both;
159
- animation-name: _fadeInDown_1o3gh_1;
160
- }
161
-
162
- ._open_1o3gh_323 {
163
- opacity: 0.8;
164
- }
165
-
166
- ._open_1o3gh_323 > svg {
167
- transform: scaleY(-1);
168
- }
169
-
170
- ._open_1o3gh_323 + ._signin_dropdown_1o3gh_237 {
171
- display: block;
172
- }
173
-
174
- ._sub_nav_link_1o3gh_89:hover,
175
- ._signin_wrap_1o3gh_93 a:hover,
176
- ._main_nav_link_1o3gh_51 a:not(.active):hover {
177
- text-decoration: underline;
178
- }
179
-
180
- ._hamburger_1o3gh_359 {
181
- background: transparent;
182
- border: none;
183
- font-size: 0px;
184
- line-height: 1;
185
- outline: none;
186
- }
187
-
188
- ._hamburger_1o3gh_359:hover,
189
- ._mobile_header_1o3gh_23 button:hover {
190
- cursor: pointer;
191
- opacity: 0.8;
192
- }
193
-
194
- ._signin_wrap_1o3gh_93 > ._mobile_only_1o3gh_387 > a {
195
- color: #4a5560;
196
- padding: 0;
197
- line-height: 1;
198
- }
199
-
200
- ._mobile_logo_1o3gh_399 {
201
- flex: 1 1 0%;
202
- text-align: center;
203
- }
204
-
205
- ._highlight_1o3gh_409 > a {
206
- border-bottom: none;
207
- color: #1e262f;
208
- font-weight: 700;
209
- line-height: 1.44;
210
- }
211
-
212
- ._mobile_header_1o3gh_23 {
213
- border-bottom: 1px solid #ebebeb;
214
- display: grid;
215
- padding-bottom: 1rem;
216
- place-items: center;
217
- }
218
-
219
- ._mobile_header_1o3gh_23 p {
220
- font: 400 20px / 1.3 var(--header-font-family);
221
- }
222
-
223
- ._mobile_header_1o3gh_23 button {
224
- background: none;
225
- border: none;
226
- position: absolute;
227
- right: 40px;
228
- top: 50%;
229
- transform: translateY(-50%);
230
- }
231
-
232
- ._mobile_nav_1o3gh_463 {
233
- border-right: 1px solid #ebebeb;
234
- left: -100%;
235
- min-height: 100vh;
236
- position: fixed;
237
- top: 0;
238
- transition: all 0.4s ease-in-out;
239
- width: 100%;
240
- z-index: 999;
241
- }
242
-
243
- ._mobile_opened_1o3gh_485 {
244
- left: 0%;
245
- }
246
-
247
- body:has(._mobile_opened_1o3gh_485) {
248
- overflow-y: hidden;
249
- }
250
-
251
- ._mobile_nav_item_1o3gh_501 {
252
- background-color: #f4f4f4;
253
- border-bottom: 1px solid #ebebeb;
254
- }
255
-
256
- ._mobile_nav_item_1o3gh_501 > a {
257
- color: #323339;
258
- display: flex;
259
- font-weight: 700;
260
- line-height: 1.5;
261
- padding: 16px 40px;
262
- text-decoration: none;
263
- width: 100%;
264
- }
265
-
266
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531 {
267
- background-color: #f4f4f4;
268
- isolation: isolate;
269
- position: relative;
270
- }
271
-
272
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531::before {
273
- content: "";
274
- background-color: #ebebeb;
275
- height: 100%;
276
- position: absolute;
277
- right: 104px;
278
- top: 0;
279
- width: 1px;
280
- z-index: -1;
281
- }
282
-
283
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531 > a {
284
- color: #1e3860;
285
- }
286
-
287
- ._icon_wrap_1o3gh_573 {
288
- line-height: 1;
289
- height: 24px;
290
- }
291
-
292
- ._mobile_footer_1o3gh_583 {
293
- position: relative;
294
- width: 100%;
295
- }
296
-
297
- ._mobile_footer_content_1o3gh_593 {
298
- background-color: #f4f4f4;
299
- flex: 1 1 0%;
300
- padding: 16px 24px 16px 40px;
301
- }
302
-
303
- ._mobile_footer_content_1o3gh_593 p {
304
- line-height: 1.5;
305
- text-overflow: ellipsis;
306
- display: -webkit-box;
307
- -webkit-box-orient: vertical;
308
- line-clamp: 2;
309
- -webkit-line-clamp: 2;
310
- }
311
-
312
- ._mobile_footer_media_1o3gh_623 {
313
- flex-basis: min(42%, 300px);
314
- background: url("https://images.axos.com/o9ov1v03uwqk/7eptb6tVSWJJbpHWmwjC50/7f09f3cb9b2255ccfa2d0a0095bee307/axc-footer.png")
315
- no-repeat 81% / cover;
316
- }
317
-
318
- ._footer_cta_1o3gh_635 {
319
- margin-top: 3px;
320
- }
321
-
322
- ._footer_cta_1o3gh_635 a {
323
- border-radius: 4px;
324
- border: 2px solid transparent;
325
- color: #fff;
326
- display: inline-block;
327
- font-weight: 700;
328
- padding: 4px 32px;
329
- text-decoration: none;
330
- }
331
-
332
- ._footer_cta_1o3gh_635 a:hover {
333
- background-color: transparent;
334
- text-decoration: underline;
335
- }
336
-
337
- ._footer_cta_1o3gh_635 a:active {
338
- border-color: transparent;
339
- color: #fff;
340
- }
341
-
342
- ._mobile_footer_1o3gh_583 > .flex_row {
343
- min-height: 112px;
344
- }
345
-
346
- ._inner_wrapper_1o3gh_691 {
347
- max-height: 100vh;
348
- overflow-y: scroll;
349
- padding-bottom: 50px;
350
- }
351
-
352
- ._btn_1o3gh_703 {
353
- display: block;
354
- position: relative;
355
- }
356
-
357
- ._sub_menu_1o3gh_713 {
358
- overflow: hidden;
359
- max-height: 0;
360
- transition: max-height 0.8s ease-out;
361
- background: #fff;
362
- overflow-y: scroll;
363
- }
364
-
365
- ._sub_menu_1o3gh_713 a,
366
- ._sub_menu_1o3gh_713 span {
367
- display: block;
368
- padding: 12px 14px 12px 64px;
369
- position: relative;
370
- color: #323339;
371
- text-decoration: none;
372
- }
373
-
374
- ._sub_menu_1o3gh_713 ._main_1o3gh_51 {
375
- font-weight: 700;
376
- }
377
-
378
- ._sub_menu_1o3gh_713 > * {
379
- border-top: 1px solid #ebebeb;
380
- }
381
-
382
- ._dd_footer_1o3gh_763 {
383
- justify-content: flex-end;
384
- flex: 1 1 0%;
385
- align-items: end;
386
- font-size: 11px;
387
- letter-spacing: 0.3px;
388
- }
389
-
390
- @media (max-width: 1121px) {
391
- ._mobile_logo_1o3gh_399 {
392
- position: absolute;
393
- transform: translateX(-50%);
394
- left: 50%;
395
- flex: none;
396
- }
397
- }
398
-
399
- @media (max-width: 1280px) and (min-width: 1024px) {
400
- ._wrapper_1o3gh_9 {
401
- width: calc(100% - 28px);
402
- }
403
- ._main_nav_link_1o3gh_51 > a {
404
- padding: 4px 6px;
405
- font-size: 15px;
406
- }
407
- ._desktop_only_1o3gh_813 > a {
408
- font-size: 15px;
409
- }
410
- }
411
-
412
- @media (max-width: 1023px) {
413
- ._desktop_only_1o3gh_813 {
414
- display: none !important;
415
- }
416
- }
417
-
418
- @media (max-width: 768px) {
419
- ._wrapper_1o3gh_9 {
420
- width: calc(100% - 48px);
421
- }
422
-
423
- ._mobile_header_1o3gh_23 button {
424
- right: 1.5rem;
425
- }
426
-
427
- ._mobile_nav_item_1o3gh_501 > a {
428
- padding: 16px 24px;
429
- }
430
-
431
- ._sub_menu_1o3gh_713 a,
432
- ._sub_menu_1o3gh_713 span {
433
- padding-left: 48px;
434
- }
435
-
436
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531::before {
437
- right: 72px;
438
- }
439
-
440
- ._mobile_footer_content_1o3gh_593 {
441
- padding-right: 15px;
442
- padding-left: 24px;
443
- }
444
- }
445
-
446
- @media (max-width: 450px) {
447
- ._footer_cta_1o3gh_635 a {
448
- white-space: break-spaces;
449
- width: 100%;
450
- text-align: center;
451
- }
452
- }
453
-
454
- @media (min-width: 1024px) {
455
- ._mobile_only_1o3gh_387 {
456
- display: none !important;
457
- }
458
- }
1
+ ._header_hmrrj_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_hmrrj_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_hmrrj_11,
12
+ ._mobile_header_hmrrj_12 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_hmrrj_18 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_hmrrj_22 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_hmrrj_26 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_hmrrj_26 > a {
32
+ border-bottom: 4px solid transparent;
33
+ display: inline-block;
34
+ font-size: 16px;
35
+ padding: 4px 26px;
36
+ position: relative;
37
+ }
38
+
39
+ ._main_nav_link_hmrrj_26 > a::after {
40
+ content: "";
41
+ position: absolute;
42
+ left: 0;
43
+ bottom: -4px;
44
+ width: 100%;
45
+ height: 4px;
46
+ background-color: currentColor;
47
+ opacity: 0;
48
+ }
49
+
50
+ ._main_nav_link_hmrrj_26 .active {
51
+ font-weight: 700;
52
+ }
53
+
54
+ ._main_nav_link_hmrrj_26 > .active::after {
55
+ opacity: 1;
56
+ }
57
+
58
+ ._sub_nav_link_hmrrj_58 a,
59
+ ._main_nav_link_hmrrj_26 a,
60
+ ._signin_wrap_hmrrj_60 a,
61
+ ._signin_btn_hmrrj_61 {
62
+ text-decoration: none;
63
+ transition: opacity 0.3s ease;
64
+ }
65
+
66
+ ._sub_nav_link_hmrrj_58:hover,
67
+ ._main_nav_link_hmrrj_26 a:hover,
68
+ ._signin_wrap_hmrrj_60 a:hover {
69
+ opacity: 0.8;
70
+ }
71
+
72
+ ._signin_wrap_hmrrj_60 .link {
73
+ text-decoration: none;
74
+ padding: 8px;
75
+ }
76
+
77
+ ._signin_btn_hmrrj_61 {
78
+ background-color: var(--_1073cm8f);
79
+ border-color: transparent;
80
+ border-radius: 8px;
81
+ color: #fff;
82
+ cursor: pointer;
83
+ font-size: 16px;
84
+ font-weight: 700;
85
+ line-height: 1.44;
86
+ margin-left: 8px;
87
+ padding: 11px 24px;
88
+ }
89
+
90
+ ._signin_btn_hmrrj_61:hover {
91
+ background-color: transparent;
92
+ color: var(--_1073cm8f);
93
+ opacity: 0.9;
94
+ }
95
+
96
+ ._signin_btn_hmrrj_61:active {
97
+ background-color: var(--_1073cm8f);
98
+ border-color: transparent;
99
+ color: #ffffff;
100
+ }
101
+
102
+ ._signin_btn_hmrrj_61:hover > svg path {
103
+ fill: var(--_1073cm8f);
104
+ }
105
+
106
+ ._signin_btn_hmrrj_61:active > svg path {
107
+ fill: #ffffff;
108
+ }
109
+
110
+ ._signin_btn_hmrrj_61 > span {
111
+ margin-right: 8px;
112
+ }
113
+
114
+ ._sub_nav_hmrrj_58 {
115
+ background-color: var(--_1073cm8f);
116
+ border-bottom: 1px solid rgb(255 255 255 / 29%);
117
+ color: #ffffff;
118
+ }
119
+
120
+ ._header_sub_row_hmrrj_120 {
121
+ min-height: 48px;
122
+ position: relative;
123
+ }
124
+
125
+ ._sub_nav_link_hmrrj_58 {
126
+ color: #ffffff;
127
+ padding-inline: 1rem;
128
+ text-align: center;
129
+ }
130
+
131
+ ._sub_nav_link_hmrrj_58 a {
132
+ display: flex;
133
+ align-items: center;
134
+ font-family: var(--header-font-family);
135
+ font-weight: 700;
136
+ line-height: 1.5;
137
+ padding: 12px 0px;
138
+ }
139
+
140
+ ._sub_nav_link_hmrrj_58 a:hover {
141
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
142
+ }
143
+
144
+ ._signin_dropdown_hmrrj_144 {
145
+ display: none;
146
+ min-width: 288px;
147
+ padding: 1.5rem 1rem;
148
+ position: absolute;
149
+ right: 0;
150
+ top: 100%;
151
+ z-index: 1204;
152
+ }
153
+
154
+ ._shadow_hmrrj_154 {
155
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
156
+ border: 0.5px solid rgb(255 255 255 / 14%);
157
+ border-top: none;
158
+ }
159
+
160
+ ._signin_subheader_hmrrj_160 {
161
+ color: #323339;
162
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
163
+ }
164
+
165
+ ._signin_subheader_hmrrj_160 a {
166
+ line-height: 1.5;
167
+ }
168
+
169
+ @keyframes _fadeInDown_hmrrj_1 {
170
+ from {
171
+ opacity: 0;
172
+ transform: translate3d(0, -1%, 0);
173
+ }
174
+
175
+ to {
176
+ opacity: 1;
177
+ transform: none;
178
+ }
179
+ }
180
+
181
+ ._opacity_hmrrj_181 {
182
+ animation-duration: 0.5s;
183
+ animation-fill-mode: both;
184
+ animation-name: _fadeInDown_hmrrj_1;
185
+ }
186
+
187
+ ._open_hmrrj_187 {
188
+ opacity: 0.8;
189
+ }
190
+
191
+ ._open_hmrrj_187 > svg {
192
+ transform: scaleY(-1);
193
+ }
194
+
195
+ ._open_hmrrj_187 + ._signin_dropdown_hmrrj_144 {
196
+ display: block;
197
+ }
198
+
199
+ ._sub_nav_link_hmrrj_58:hover,
200
+ ._signin_wrap_hmrrj_60 a:hover,
201
+ ._main_nav_link_hmrrj_26 a:not(.active):hover {
202
+ text-decoration: underline;
203
+ }
204
+
205
+ ._hamburger_hmrrj_205 {
206
+ background: transparent;
207
+ border: none;
208
+ font-size: 0px;
209
+ line-height: 1;
210
+ outline: none;
211
+ }
212
+
213
+ ._hamburger_hmrrj_205:hover,
214
+ ._mobile_header_hmrrj_12 button:hover {
215
+ cursor: pointer;
216
+ opacity: 0.8;
217
+ }
218
+
219
+ ._signin_wrap_hmrrj_60 > ._mobile_only_hmrrj_219 > a {
220
+ color: #4a5560;
221
+ padding: 0;
222
+ line-height: 1;
223
+ }
224
+
225
+ ._mobile_logo_hmrrj_225 {
226
+ flex: 1 1 0%;
227
+ text-align: center;
228
+ }
229
+
230
+ ._highlight_hmrrj_230 > a {
231
+ border-bottom: none;
232
+ color: #1e262f;
233
+ font-weight: 700;
234
+ line-height: 1.44;
235
+ }
236
+
237
+ ._mobile_header_hmrrj_12 {
238
+ border-bottom: 1px solid #ebebeb;
239
+ display: grid;
240
+ padding-bottom: 1rem;
241
+ place-items: center;
242
+ }
243
+
244
+ ._mobile_header_hmrrj_12 p {
245
+ font: 400 20px / 1.3 var(--header-font-family);
246
+ }
247
+
248
+ ._mobile_header_hmrrj_12 button {
249
+ background: none;
250
+ border: none;
251
+ position: absolute;
252
+ right: 40px;
253
+ top: 50%;
254
+ transform: translateY(-50%);
255
+ }
256
+
257
+ ._mobile_nav_hmrrj_257 {
258
+ border-right: 1px solid #ebebeb;
259
+ left: -100%;
260
+ min-height: 100vh;
261
+ position: fixed;
262
+ top: 0;
263
+ transition: all 0.4s ease-in-out;
264
+ width: 100%;
265
+ z-index: 999;
266
+ }
267
+
268
+ ._mobile_opened_hmrrj_268 {
269
+ left: 0%;
270
+ }
271
+
272
+ body:has(._mobile_opened_hmrrj_268) {
273
+ overflow-y: hidden;
274
+ }
275
+
276
+ ._mobile_nav_item_hmrrj_276 {
277
+ background-color: #f4f4f4;
278
+ border-bottom: 1px solid #ebebeb;
279
+ }
280
+
281
+ ._mobile_nav_item_hmrrj_276 > a {
282
+ color: #323339;
283
+ display: flex;
284
+ font-weight: 700;
285
+ line-height: 1.5;
286
+ padding: 16px 40px;
287
+ text-decoration: none;
288
+ width: 100%;
289
+ }
290
+
291
+ ._mobile_nav_item_hmrrj_276._has_dropdown_hmrrj_291 {
292
+ background-color: #f4f4f4;
293
+ isolation: isolate;
294
+ position: relative;
295
+ }
296
+
297
+ ._mobile_nav_item_hmrrj_276._has_dropdown_hmrrj_291::before {
298
+ content: "";
299
+ background-color: #ebebeb;
300
+ height: 100%;
301
+ position: absolute;
302
+ right: 104px;
303
+ top: 0;
304
+ width: 1px;
305
+ z-index: -1;
306
+ }
307
+
308
+ ._mobile_nav_item_hmrrj_276._has_dropdown_hmrrj_291 > a {
309
+ color: #1e3860;
310
+ }
311
+
312
+ ._icon_wrap_hmrrj_312 {
313
+ line-height: 1;
314
+ height: 24px;
315
+ }
316
+
317
+ ._mobile_footer_hmrrj_317 {
318
+ position: relative;
319
+ width: 100%;
320
+ }
321
+
322
+ ._mobile_footer_content_hmrrj_322 {
323
+ background-color: #f4f4f4;
324
+ flex: 1 1 0%;
325
+ padding: 16px 24px 16px 40px;
326
+ }
327
+
328
+ ._mobile_footer_content_hmrrj_322 p {
329
+ line-height: 1.5;
330
+ text-overflow: ellipsis;
331
+ display: -webkit-box;
332
+ -webkit-box-orient: vertical;
333
+ line-clamp: 2;
334
+ -webkit-line-clamp: 2;
335
+ }
336
+
337
+ ._mobile_footer_media_hmrrj_337 {
338
+ flex-basis: min(42%, 300px);
339
+ background: url("https://www.axos.com/images/7eptb6tVSWJJbpHWmwjC50/axc-footer.png")
340
+ no-repeat 81% / cover;
341
+ }
342
+
343
+ ._footer_cta_hmrrj_343 {
344
+ margin-top: 3px;
345
+ }
346
+
347
+ ._footer_cta_hmrrj_343 a {
348
+ border-radius: 4px;
349
+ border: 2px solid transparent;
350
+ color: #fff;
351
+ display: inline-block;
352
+ font-weight: 700;
353
+ padding: 4px 32px;
354
+ text-decoration: none;
355
+ }
356
+
357
+ ._footer_cta_hmrrj_343 a:hover {
358
+ background-color: transparent;
359
+ text-decoration: underline;
360
+ }
361
+
362
+ ._footer_cta_hmrrj_343 a:active {
363
+ background-color: var(--_1073cm82);
364
+ border-color: transparent;
365
+ color: #fff;
366
+ }
367
+
368
+ ._mobile_footer_hmrrj_317 > .flex_row {
369
+ min-height: 112px;
370
+ }
371
+
372
+ ._inner_wrapper_hmrrj_372 {
373
+ max-height: 100vh;
374
+ overflow-y: scroll;
375
+ padding-bottom: 50px;
376
+ }
377
+
378
+ ._btn_hmrrj_378 {
379
+ display: block;
380
+ position: relative;
381
+ }
382
+
383
+ ._sub_menu_hmrrj_383 {
384
+ overflow: hidden;
385
+ max-height: 0;
386
+ transition: max-height 0.8s ease-out;
387
+ background: #fff;
388
+ overflow-y: scroll;
389
+ }
390
+
391
+ ._sub_menu_hmrrj_383 a,
392
+ ._sub_menu_hmrrj_383 span {
393
+ display: block;
394
+ padding: 12px 14px 12px 64px;
395
+ position: relative;
396
+ color: #323339;
397
+ text-decoration: none;
398
+ }
399
+
400
+ ._sub_menu_hmrrj_383 ._main_hmrrj_26 {
401
+ font-weight: 700;
402
+ }
403
+
404
+ ._sub_menu_hmrrj_383 > * {
405
+ border-top: 1px solid #ebebeb;
406
+ }
407
+
408
+ ._dd_footer_hmrrj_408 {
409
+ justify-content: flex-end;
410
+ flex: 1 1 0%;
411
+ align-items: end;
412
+ font-size: 11px;
413
+ letter-spacing: 0.3px;
414
+ }
415
+
416
+ @media (max-width: 1121px) {
417
+ ._mobile_logo_hmrrj_225 {
418
+ position: absolute;
419
+ transform: translateX(-50%);
420
+ left: 50%;
421
+ flex: none;
422
+ }
423
+ }
424
+
425
+ @media (max-width: 1280px) and (min-width: 1024px) {
426
+ ._wrapper_hmrrj_5 {
427
+ width: calc(100% - 28px);
428
+ }
429
+ ._main_nav_link_hmrrj_26 > a {
430
+ padding: 4px 6px;
431
+ font-size: 15px;
432
+ }
433
+ ._desktop_only_hmrrj_433 > a {
434
+ font-size: 15px;
435
+ }
436
+ }
437
+
438
+ @media (max-width: 1023px) {
439
+ ._desktop_only_hmrrj_433 {
440
+ display: none !important;
441
+ }
442
+ }
443
+
444
+ @media (max-width: 768px) {
445
+ ._wrapper_hmrrj_5 {
446
+ width: calc(100% - 48px);
447
+ }
448
+
449
+ ._mobile_header_hmrrj_12 button {
450
+ right: 1.5rem;
451
+ }
452
+
453
+ ._mobile_nav_item_hmrrj_276 > a {
454
+ padding: 16px 24px;
455
+ }
456
+
457
+ ._sub_menu_hmrrj_383 a,
458
+ ._sub_menu_hmrrj_383 span {
459
+ padding-left: 48px;
460
+ }
461
+
462
+ ._mobile_nav_item_hmrrj_276._has_dropdown_hmrrj_291::before {
463
+ right: 72px;
464
+ }
465
+
466
+ ._mobile_footer_content_hmrrj_322 {
467
+ padding-right: 15px;
468
+ padding-left: 24px;
469
+ }
470
+ }
471
+
472
+ @media (max-width: 450px) {
473
+ ._footer_cta_hmrrj_343 a {
474
+ white-space: break-spaces;
475
+ width: 100%;
476
+ text-align: center;
477
+ }
478
+ }
479
+
480
+ @media (min-width: 1024px) {
481
+ ._mobile_only_hmrrj_219 {
482
+ display: none !important;
483
+ }
484
+ }