@axos-web-dev/shared-components 1.0.5 → 1.0.7-7.1

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 (208) hide show
  1. package/dist/ATMLocator/ATMLocator.js +39 -30
  2. package/dist/Accordion/Accordion.css.d.ts +1 -1
  3. package/dist/Article/Article.css.d.ts +41 -41
  4. package/dist/Article/Article.js +2 -14
  5. package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
  6. package/dist/Auth/ErrorAlert.css.d.ts +4 -0
  7. package/dist/Auth/ErrorAlert.css.js +11 -0
  8. package/dist/Auth/ErrorAlert.d.ts +14 -0
  9. package/dist/Auth/ErrorAlert.js +183 -0
  10. package/dist/Auth/Logout.d.ts +3 -0
  11. package/dist/Auth/Logout.js +29 -0
  12. package/dist/Auth/SignIn.css.d.ts +6 -0
  13. package/dist/Auth/SignIn.css.js +18 -0
  14. package/dist/Auth/SignInPassword.d.ts +15 -0
  15. package/dist/Auth/SignInPassword.js +118 -0
  16. package/dist/Auth/index.d.ts +5 -0
  17. package/dist/Auth/index.js +20 -0
  18. package/dist/Button/Button.css.d.ts +31 -18
  19. package/dist/Button/Button.css.js +1 -1
  20. package/dist/Button/Button.js +11 -2
  21. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
  22. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
  23. package/dist/Calculators/ApyCalculator/index.js +20 -12
  24. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  25. package/dist/Calculators/AxosOneCalculator/index.js +12 -4
  26. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
  27. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
  28. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
  29. package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
  30. package/dist/Calculators/BuyDownCalculator/index.js +855 -0
  31. package/dist/Calculators/Calculator.js +26 -8
  32. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  33. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  34. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  35. package/dist/Calculators/calculator.css.d.ts +12 -12
  36. package/dist/Calculators/index.d.ts +1 -0
  37. package/dist/Calculators/index.js +2 -0
  38. package/dist/CallToActionBar/index.js +4 -2
  39. package/dist/Carousel/Carousel.css.d.ts +20 -20
  40. package/dist/Carousel/index.js +12 -3
  41. package/dist/Chevron/Chevron.css.d.ts +6 -6
  42. package/dist/Chevron/index.js +12 -3
  43. package/dist/Comparison/Comparison.css.d.ts +11 -10
  44. package/dist/Comparison/Comparison.css.js +3 -1
  45. package/dist/Comparison/Comparison.js +17 -8
  46. package/dist/Comparison/index.js +2 -1
  47. package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
  48. package/dist/ContentBanner/index.js +9 -1
  49. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
  50. package/dist/ExecutiveBio/ExecutiveBio.js +13 -27
  51. package/dist/FaqAccordion/index.js +13 -4
  52. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -2
  53. package/dist/Forms/ApplicationStart.js +8 -1
  54. package/dist/Forms/ApplyNow.js +12 -3
  55. package/dist/Forms/ClearingForm.js +8 -1
  56. package/dist/Forms/CommercialDeposits.js +7 -0
  57. package/dist/Forms/CommercialLending.js +8 -1
  58. package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
  59. package/dist/Forms/CommercialPremiumFinance.js +202 -0
  60. package/dist/Forms/ContactCompany.js +8 -1
  61. package/dist/Forms/ContactCompanyTitle.js +8 -1
  62. package/dist/Forms/ContactUs.js +8 -1
  63. package/dist/Forms/ContactUsAAS.js +8 -3
  64. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  65. package/dist/Forms/ContactUsBusiness.js +26 -10
  66. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
  67. package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
  68. package/dist/Forms/ContactUsLVF.js +8 -1
  69. package/dist/Forms/ContactUsNMLSId.js +21 -5
  70. package/dist/Forms/CpraRequest.d.ts +1 -1
  71. package/dist/Forms/CpraRequest.js +63 -61
  72. package/dist/Forms/CraPublicFile.d.ts +5 -5
  73. package/dist/Forms/CraPublicFile.js +55 -41
  74. package/dist/Forms/DealerServices.js +8 -1
  75. package/dist/Forms/EmailOnly.js +13 -4
  76. package/dist/Forms/FormEnums.d.ts +21 -0
  77. package/dist/Forms/FormEnums.js +255 -0
  78. package/dist/Forms/Forms.css.d.ts +42 -42
  79. package/dist/Forms/MortgageRate/MortgageRateForm.js +15 -6
  80. package/dist/Forms/MortgageRate/MortgageRateWatch.js +13 -4
  81. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  82. package/dist/Forms/QuickPricer/QuickPricerForm.js +6 -8
  83. package/dist/Forms/ScheduleCall.js +8 -1
  84. package/dist/Forms/ScheduleCallPremier.js +8 -1
  85. package/dist/Forms/SuccesForm.js +28 -19
  86. package/dist/Forms/WcplSurvey.js +8 -1
  87. package/dist/Forms/index.d.ts +2 -0
  88. package/dist/Forms/index.js +4 -0
  89. package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
  90. package/dist/HelpArticle/HelpArticle.css.js +12 -0
  91. package/dist/HelpArticle/index.d.ts +1 -0
  92. package/dist/HelpArticle/index.js +7 -0
  93. package/dist/HeroBanner/HeroBanner.css.d.ts +17 -17
  94. package/dist/HeroBanner/HeroBanner.css.js +5 -5
  95. package/dist/HeroBanner/HeroBanner.js +0 -2
  96. package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
  97. package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
  98. package/dist/Hyperlink/index.js +14 -5
  99. package/dist/IconBillboard/IconBillboard.css.d.ts +25 -25
  100. package/dist/IconBillboard/IconBillboard.css.js +3 -3
  101. package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -0
  102. package/dist/IconBillboard/IconBillboard.js +37 -7
  103. package/dist/IconBillboard/IconBillboardSet.js +1 -1
  104. package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +9 -0
  105. package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
  106. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
  107. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
  108. package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
  109. package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
  110. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +13 -2
  111. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  112. package/dist/ImageBillboard/ImageBillboardSet.js +86 -27
  113. package/dist/ImageBillboard/index.js +17 -1
  114. package/dist/ImageLink/ImageLink.d.ts +2 -2
  115. package/dist/ImageLink/ImageLink.js +30 -11
  116. package/dist/ImageLink/ImageLinkSet.js +14 -5
  117. package/dist/ImageLink/index.js +14 -5
  118. package/dist/Input/Checkbox.js +2 -1
  119. package/dist/Input/Input.css.d.ts +16 -16
  120. package/dist/Input/Input.js +2 -1
  121. package/dist/Input/PercentageInput.d.ts +3 -0
  122. package/dist/Input/PercentageInput.js +32 -0
  123. package/dist/Input/RadioButton.js +12 -3
  124. package/dist/Inputs/Input.css.d.ts +14 -14
  125. package/dist/Insight/Featured/CategorySelector.js +24 -17
  126. package/dist/Insight/Featured/Featured.css.d.ts +1 -0
  127. package/dist/Insight/Featured/Featured.css.js +5 -3
  128. package/dist/Insight/Featured/Featured.js +65 -49
  129. package/dist/Insight/Featured/Header.js +12 -3
  130. package/dist/Insight/Featured/index.js +2 -1
  131. package/dist/Insight/index.js +2 -1
  132. package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
  133. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
  134. package/dist/Modal/Modal.js +12 -3
  135. package/dist/NavigationMenu/AxosALTS/NavData.js +11 -2
  136. package/dist/NavigationMenu/AxosALTS/index.js +11 -2
  137. package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
  138. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
  139. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
  140. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
  141. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -0
  142. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +660 -0
  143. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
  144. package/dist/NavigationMenu/AxosBank/NavData.js +11 -2
  145. package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -123
  146. package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
  147. package/dist/NavigationMenu/AxosBank/index.js +101 -531
  148. package/dist/NavigationMenu/LaVictoire/NavData.js +12 -2
  149. package/dist/NavigationMenu/LaVictoire/index.js +48 -19
  150. package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
  151. package/dist/SetContainer/SetContainer.css.d.ts +17 -18
  152. package/dist/SetContainer/SetContainer.css.js +2 -4
  153. package/dist/SetContainer/SetContainer.d.ts +2 -1
  154. package/dist/SetContainer/SetContainer.js +25 -12
  155. package/dist/SetContainer/index.js +1 -2
  156. package/dist/SocialMediaBar/iconsRepository.js +11 -2
  157. package/dist/StepItem/StepItem.css.d.ts +18 -18
  158. package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
  159. package/dist/StepItemSet/StepItemSet.js +2 -14
  160. package/dist/Tab/Tab.css.d.ts +12 -12
  161. package/dist/Table/Table.css.d.ts +25 -25
  162. package/dist/Table/Table.d.ts +3 -3
  163. package/dist/Topic/Topic.css.d.ts +4 -0
  164. package/dist/Topic/Topic.css.js +12 -0
  165. package/dist/Topic/Topic.d.ts +19 -0
  166. package/dist/Topic/Topic.js +24 -0
  167. package/dist/Topic/index.d.ts +2 -0
  168. package/dist/Topic/index.js +12 -0
  169. package/dist/VideoWrapper/index.js +11 -2
  170. package/dist/WalnutIframe/index.d.ts +6 -0
  171. package/dist/WalnutIframe/index.js +21 -0
  172. package/dist/WalnutIframe/wrapper.module.js +14 -0
  173. package/dist/assets/Auth/ErrorAlert.css +37 -0
  174. package/dist/assets/Auth/SignIn.css +86 -0
  175. package/dist/assets/Button/Button.css +31 -16
  176. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
  177. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
  178. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
  179. package/dist/assets/CallToActionBar/CallToActionBar.css +32 -0
  180. package/dist/assets/Comparison/Comparison.css +9 -2
  181. package/dist/assets/HelpArticle/HelpArticle.css +70 -0
  182. package/dist/assets/HeroBanner/HeroBanner.css +26 -26
  183. package/dist/assets/HeroBanner/LargeBanner.css +3 -0
  184. package/dist/assets/IconBillboard/IconBillboard.css +22 -35
  185. package/dist/assets/ImageBillboard/ImageBillboard.css +317 -31
  186. package/dist/assets/Insight/Featured/Featured.css +21 -15
  187. package/dist/assets/Insight/Insight.css +12 -0
  188. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
  189. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
  190. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +114 -301
  191. package/dist/assets/SetContainer/SetContainer.css +44 -22
  192. package/dist/assets/Topic/Topic.css +54 -0
  193. package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
  194. package/dist/assets/globals.css +14 -32
  195. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
  196. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
  197. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
  198. package/dist/main.d.ts +5 -0
  199. package/dist/main.js +61 -5
  200. package/dist/themes/axos.css.d.ts +38 -38
  201. package/dist/utils/allowedAxosDomains.js +19 -3
  202. package/dist/utils/appendQueryParams.js +3 -6
  203. package/dist/utils/optimizeImage/OptimizeImage.d.ts +11 -0
  204. package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
  205. package/dist/utils/optimizeImage/index.d.ts +1 -0
  206. package/dist/utils/optimizeImage/index.js +4 -0
  207. package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
  208. package/package.json +11 -8
@@ -1,66 +1,79 @@
1
- ._header_1t3g5_1 {
1
+ ._header_68bu0_1 {
2
2
  border-bottom: 1px solid #ebebeb;
3
3
  }
4
4
 
5
- ._wrapper_1t3g5_5 {
5
+ ._wrapper_68bu0_5 {
6
6
  width: calc(100% - 80px);
7
7
  margin-left: auto;
8
8
  margin-right: auto;
9
9
  }
10
10
 
11
- ._header_main_row_1t3g5_11,
12
- ._mobile_header_1t3g5_12 {
11
+ ._header_main_row_68bu0_11 {
13
12
  min-height: 80px;
14
13
  padding-top: 1rem;
15
14
  padding-bottom: 0.5rem;
16
15
  }
17
16
 
18
- ._logo_wrap_1t3g5_18 {
17
+ ._logo_wrap_68bu0_17 {
19
18
  padding: 9px 6px;
20
19
  }
21
20
 
22
- ._primary_links_1t3g5_22 {
21
+ ._primary_links_68bu0_21 {
23
22
  margin-left: 30px;
24
23
  }
25
24
 
26
- ._main_nav_link_1t3g5_26 {
25
+ ._main_nav_link_68bu0_25 {
27
26
  padding: 10px 8px;
28
27
  text-align: center;
29
28
  }
30
29
 
31
- ._main_nav_link_1t3g5_26 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- font-weight: 700;
35
- }
36
-
37
- ._main_nav_link_1t3g5_26 > a {
30
+ ._main_nav_link_68bu0_25 > a {
31
+ border-bottom: 4px solid transparent;
38
32
  display: inline-block;
39
33
  font-size: 16px;
40
34
  padding: 4px 26px;
41
- border-bottom: 4px solid transparent;
35
+ position: relative;
36
+ }
37
+
38
+ ._main_nav_link_68bu0_25 > a::after {
39
+ content: "";
40
+ position: absolute;
41
+ left: 0;
42
+ bottom: -4px;
43
+ width: 100%;
44
+ height: 4px;
45
+ background-color: currentColor;
46
+ opacity: 0;
47
+ }
48
+
49
+ ._main_nav_link_68bu0_25 > .active {
50
+ font-weight: 700;
51
+ }
52
+
53
+ ._main_nav_link_68bu0_25 > .active::after {
54
+ opacity: 1;
42
55
  }
43
56
 
44
- ._sub_nav_link_1t3g5_44 a,
45
- ._main_nav_link_1t3g5_26 a,
46
- ._signin_wrap_1t3g5_46 a,
47
- ._signin_btn_1t3g5_47 {
57
+ ._sub_nav_link_68bu0_57 a,
58
+ ._main_nav_link_68bu0_25 a,
59
+ ._signin_wrap_68bu0_59 a,
60
+ ._signin_btn_68bu0_60 {
48
61
  text-decoration: none;
49
62
  transition: opacity 0.3s ease;
50
63
  }
51
64
 
52
- ._sub_nav_link_1t3g5_44:hover,
53
- ._main_nav_link_1t3g5_26 a:hover,
54
- ._signin_wrap_1t3g5_46 a:hover {
65
+ ._sub_nav_link_68bu0_57:hover,
66
+ ._main_nav_link_68bu0_25 a:hover,
67
+ ._signin_wrap_68bu0_59 a:hover {
55
68
  opacity: 0.8;
56
69
  }
57
70
 
58
- ._signin_wrap_1t3g5_46 .link {
71
+ ._signin_wrap_68bu0_59 .link {
59
72
  text-decoration: none;
60
73
  padding: 8px;
61
74
  }
62
75
 
63
- ._signin_btn_1t3g5_47 {
76
+ ._signin_btn_68bu0_60 {
64
77
  border-color: transparent;
65
78
  color: #fff;
66
79
  padding: 11px 24px;
@@ -72,48 +85,48 @@
72
85
  cursor: pointer;
73
86
  }
74
87
 
75
- ._signin_btn_1t3g5_47:hover {
88
+ ._signin_btn_68bu0_60:hover {
76
89
  background-color: transparent;
77
90
  opacity: 0.9;
78
91
  }
79
92
 
80
- ._signin_btn_1t3g5_47 > span {
93
+ ._signin_btn_68bu0_60 > span {
81
94
  margin-right: 8px;
82
95
  }
83
96
 
84
- ._header_sub_row_1t3g5_84 {
97
+ ._header_sub_row_68bu0_97 {
85
98
  min-height: 48px;
86
99
  position: relative;
87
100
  }
88
101
 
89
- ._sub_nav_link_1t3g5_44 {
102
+ ._sub_nav_link_68bu0_57 {
90
103
  padding-inline: 1rem;
91
104
  text-align: center;
92
105
  color: #fff;
93
106
  display: flex;
94
107
  }
95
108
 
96
- ._sub_nav_link_1t3g5_44 a {
109
+ ._sub_nav_link_68bu0_57 a {
97
110
  display: flex;
98
111
  align-items: center;
99
112
  font-weight: 500;
100
113
  line-height: 1.5;
101
114
  padding: 12px 0px;
102
115
  }
103
- ._sub_nav_link_1t3g5_44 a:first-child {
116
+ ._sub_nav_link_68bu0_57 a:first-child {
104
117
  padding-left: 9.5px;
105
118
  padding-right: 1.5px;
106
119
  }
107
120
 
108
- ._sub_nav_link_1t3g5_44 a:last-child {
121
+ ._sub_nav_link_68bu0_57 a:last-child {
109
122
  padding-right: 9.5px;
110
123
  }
111
124
 
112
- ._sub_nav_link_1t3g5_44:hover {
125
+ ._sub_nav_link_68bu0_57:hover {
113
126
  background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
114
127
  }
115
128
 
116
- ._signin_dropdown_1t3g5_116 {
129
+ ._signin_dropdown_68bu0_129 {
117
130
  min-width: 288px;
118
131
  padding: 1.5rem 1rem;
119
132
  position: absolute;
@@ -123,34 +136,34 @@
123
136
  display: none;
124
137
  }
125
138
 
126
- ._shadow_1t3g5_126 {
139
+ ._shadow_68bu0_139 {
127
140
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
128
141
  border: 0.5px solid rgb(255 255 255 / 14%);
129
142
  border-top: none;
130
143
  }
131
144
 
132
- ._signin_dropdown_1t3g5_116 li[role="heading"] {
145
+ ._signin_dropdown_68bu0_129 li[role="heading"] {
133
146
  margin-top: 1px;
134
147
  }
135
148
 
136
- ._signin_header_1t3g5_136 {
149
+ ._signin_header_68bu0_149 {
137
150
  color: #323339;
138
151
  font-weight: 700;
139
152
  padding: 0.5rem 1rem;
140
153
  text-align: left;
141
154
  }
142
155
 
143
- ._signin_subheader_1t3g5_143 {
156
+ ._signin_subheader_68bu0_156 {
144
157
  color: #2f5b88;
145
158
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
146
159
  }
147
160
 
148
- ._signin_header_1t3g5_136,
149
- ._signin_subheader_1t3g5_143 a {
161
+ ._signin_header_68bu0_149,
162
+ ._signin_subheader_68bu0_156 a {
150
163
  line-height: 1.5;
151
164
  }
152
165
 
153
- @keyframes _fadeInDown_1t3g5_1 {
166
+ @keyframes _fadeInDown_68bu0_1 {
154
167
  from {
155
168
  opacity: 0;
156
169
  transform: translate3d(0, -1%, 0);
@@ -162,23 +175,23 @@
162
175
  }
163
176
  }
164
177
 
165
- ._opacity_1t3g5_165 {
178
+ ._opacity_68bu0_178 {
166
179
  animation-duration: 0.5s;
167
180
  animation-fill-mode: both;
168
- animation-name: _fadeInDown_1t3g5_1;
181
+ animation-name: _fadeInDown_68bu0_1;
169
182
  }
170
183
 
171
- ._signin_footer_1t3g5_171 {
184
+ ._signin_footer_68bu0_184 {
172
185
  margin-top: 0.5rem;
173
186
  padding-top: 1rem;
174
187
  }
175
188
 
176
- ._signin_footer_1t3g5_171 > a + a {
189
+ ._signin_footer_68bu0_184 > a + a {
177
190
  display: block;
178
191
  margin-top: 16px;
179
192
  }
180
193
 
181
- ._signin_footer_1t3g5_171::before {
194
+ ._signin_footer_68bu0_184::before {
182
195
  content: "";
183
196
  background-color: #8f8f8f;
184
197
  height: 2px;
@@ -189,19 +202,19 @@
189
202
  width: 94%;
190
203
  }
191
204
 
192
- ._open_1t3g5_192 {
205
+ ._open_68bu0_205 {
193
206
  opacity: 0.8;
194
207
  }
195
208
 
196
- ._open_1t3g5_192 > svg {
209
+ ._open_68bu0_205 > svg {
197
210
  transform: scaleY(-1);
198
211
  }
199
212
 
200
- ._open_1t3g5_192 + ._signin_dropdown_1t3g5_116 {
213
+ ._open_68bu0_205 + ._signin_dropdown_68bu0_129 {
201
214
  display: block;
202
215
  }
203
216
 
204
- ._dd_wrapper_1t3g5_204 {
217
+ ._dd_wrapper_68bu0_217 {
205
218
  max-width: 1440px;
206
219
  outline: none !important;
207
220
  position: absolute;
@@ -210,45 +223,45 @@
210
223
  z-index: 1203;
211
224
  }
212
225
 
213
- ._dd_media_1t3g5_213 {
226
+ ._dd_media_68bu0_226 {
214
227
  padding: 1.5rem;
215
228
  width: 280px;
216
229
  }
217
230
 
218
- ._dd_media_img_1t3g5_218 {
231
+ ._dd_media_img_68bu0_231 {
219
232
  min-height: 232px;
220
233
  }
221
234
 
222
- ._dd_site_navs_1t3g5_222 {
235
+ ._dd_site_navs_68bu0_235 {
223
236
  display: flex;
224
237
  flex-direction: column;
225
238
  flex: 1 1 0%;
226
239
  padding: 1.5rem;
227
240
  }
228
241
 
229
- ._dd_media_header_1t3g5_229 p {
242
+ ._dd_media_header_68bu0_242 p {
230
243
  color: #fff;
231
244
  font-size: 14px;
232
245
  line-height: 1.42;
233
246
  }
234
247
 
235
- ._dd_media_header_1t3g5_229 p[role="heading"] {
248
+ ._dd_media_header_68bu0_242 p[role="heading"] {
236
249
  font: 600 1.25rem/ 1.4 var(--header-font-family);
237
250
  }
238
251
 
239
- ._mt_8_1t3g5_239 {
252
+ ._mt_8_68bu0_252 {
240
253
  margin-top: 8px;
241
254
  }
242
255
 
243
- ._mt_16_1t3g5_243 {
256
+ ._mt_16_68bu0_256 {
244
257
  margin-top: 1rem;
245
258
  }
246
259
 
247
- ._ml_8_1t3g5_247 {
260
+ ._ml_8_68bu0_260 {
248
261
  margin-left: 8px;
249
262
  }
250
263
 
251
- ._dd_media_cta_1t3g5_251 > a:first-child {
264
+ ._dd_media_cta_68bu0_264 > a:first-child {
252
265
  border-radius: 8px;
253
266
  border: 2px solid transparent;
254
267
  color: var(--_1073cm83) !important;
@@ -262,35 +275,35 @@
262
275
  width: 100%;
263
276
  }
264
277
 
265
- ._dd_media_cta_1t3g5_251 > a:first-child:hover {
278
+ ._dd_media_cta_68bu0_264 > a:first-child:hover {
266
279
  background-color: transparent;
267
280
  border-color: #fff;
268
281
  color: #fff !important;
269
282
  }
270
283
 
271
- ._dd_media_cta_1t3g5_251 > a:nth-child(2) {
284
+ ._dd_media_cta_68bu0_264 > a:nth-child(2) {
272
285
  color: #fff;
273
286
  display: inline-block;
274
287
  margin-top: 8px;
275
288
  text-decoration: none;
276
289
  }
277
290
 
278
- ._dd_media_cta_1t3g5_251 > a:nth-child(2):hover {
291
+ ._dd_media_cta_68bu0_264 > a:nth-child(2):hover {
279
292
  opacity: 0.8;
280
293
  text-decoration: underline;
281
294
  }
282
295
 
283
- ._reversed_row_1t3g5_283 {
296
+ ._reversed_row_68bu0_296 {
284
297
  flex-direction: row-reverse;
285
298
  }
286
299
 
287
- ._dd_media_cta_1t3g5_251 > a:first-child:active {
300
+ ._dd_media_cta_68bu0_264 > a:first-child:active {
288
301
  background-color: #fff;
289
302
  border-color: transparent;
290
303
  color: #1e3860 !important;
291
304
  }
292
305
 
293
- ._headline_1t3g5_293 > [role="heading"] {
306
+ ._headline_68bu0_306 > [role="heading"] {
294
307
  color: var(--_1073cm83);
295
308
  flex: 1 1 0%;
296
309
  font: 600 1.5rem / 1.33 var(--header-font-family);
@@ -298,7 +311,7 @@
298
311
  text-decoration: none;
299
312
  }
300
313
 
301
- ._nav_anchor_1t3g5_301 {
314
+ ._nav_anchor_68bu0_314 {
302
315
  aspect-ratio: 1;
303
316
  background-color: #4a5560;
304
317
  border-radius: 8px;
@@ -306,26 +319,26 @@
306
319
  width: 1.5rem;
307
320
  }
308
321
 
309
- ._headline_cta_1t3g5_309 {
322
+ ._headline_cta_68bu0_322 {
310
323
  margin-left: 8px;
311
324
  }
312
325
 
313
- ._headline_cta_1t3g5_309 > a {
326
+ ._headline_cta_68bu0_322 > a {
314
327
  color: var(--_1073cm83);
315
328
  font-weight: 700;
316
329
  line-height: 1.5;
317
330
  text-decoration: none;
318
331
  }
319
332
 
320
- ._sub_nav_link_1t3g5_44:hover,
321
- ._signin_wrap_1t3g5_46 a:hover,
322
- ._main_nav_link_1t3g5_26 a:not(.active):hover,
323
- ._dd_site_navs_1t3g5_222 a:hover,
324
- ._site_lists_1t3g5_324 a:hover {
333
+ ._sub_nav_link_68bu0_57:hover,
334
+ ._signin_wrap_68bu0_59 a:hover,
335
+ ._main_nav_link_68bu0_25 a:not(.active):hover,
336
+ ._dd_site_navs_68bu0_235 a:hover,
337
+ ._site_lists_68bu0_337 a:hover {
325
338
  text-decoration: underline;
326
339
  }
327
340
 
328
- ._dd_site_navs_1t3g5_222 hr {
341
+ ._dd_site_navs_68bu0_235 hr {
329
342
  border-style: solid;
330
343
  border-width: 1px;
331
344
  color: #a0aab3;
@@ -334,226 +347,59 @@
334
347
  position: relative;
335
348
  }
336
349
 
337
- ._site_lists_1t3g5_324 {
350
+ ._site_lists_68bu0_337 {
338
351
  display: grid;
339
352
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
340
353
  gap: 24px;
341
354
  padding-bottom: 1.5rem;
342
355
  }
343
356
 
344
- ._site_lists_1t3g5_324 > * {
357
+ ._site_lists_68bu0_337 > * {
345
358
  width: 100%;
346
359
  }
347
360
 
348
- ._site_lists_1t3g5_324 a {
361
+ ._site_lists_68bu0_337 a {
349
362
  color: #323339;
350
363
  text-decoration: none;
351
364
  }
352
365
 
353
- ._site_lists_1t3g5_324 [role="heading"] {
366
+ ._site_lists_68bu0_337 [role="heading"] {
354
367
  color: var(--_1073cm83);
355
368
  font-weight: 700;
356
369
  }
357
370
 
358
- ._site_lists_1t3g5_324 li + li {
371
+ ._site_lists_68bu0_337 li + li {
359
372
  margin-top: 8px;
360
373
  }
361
374
 
362
- ._hamburger_1t3g5_362 {
363
- background: transparent;
364
- border: none;
365
- font-size: 0px;
366
- line-height: 1;
367
- outline: none;
368
- }
369
-
370
- ._hamburger_1t3g5_362:hover,
371
- ._mobile_header_1t3g5_12 button:hover {
372
- cursor: pointer;
373
- opacity: 0.8;
374
- }
375
-
376
- ._signin_wrap_1t3g5_46 > ._mobile_only_1t3g5_376 > a {
375
+ ._signin_wrap_68bu0_59 > ._mobile_only_68bu0_375 > a {
377
376
  color: #4a5560;
378
377
  padding: 0;
379
378
  line-height: 1;
380
379
  }
381
380
 
382
- ._mobile_logo_1t3g5_382 {
381
+ ._mobile_logo_68bu0_381 {
383
382
  flex: 1 1 0%;
384
- text-align: center;
383
+ display: flex;
384
+ justify-content: space-between;
385
+ align-items: center;
385
386
  }
386
387
 
387
- ._highlight_1t3g5_387 > a {
388
+ ._highlight_68bu0_388 > a {
388
389
  border-bottom: none;
389
390
  font-weight: 700;
390
391
  line-height: 1.44;
391
392
  }
392
393
 
393
- ._mobile_header_1t3g5_12 {
394
- border-bottom: 1px solid #ebebeb;
395
- display: grid;
396
- padding-bottom: 1rem;
397
- place-items: center;
398
- }
399
-
400
- ._mobile_header_1t3g5_12 h2 {
401
- font: 400 20px / 1.3 var(--header-font-family);
402
- }
403
-
404
- ._mobile_header_1t3g5_12 button {
405
- background: none;
406
- border: none;
407
- position: absolute;
408
- right: 40px;
409
- top: 50%;
410
- transform: translateY(-50%);
411
- }
412
-
413
- ._mobile_nav_1t3g5_413 {
414
- border-right: 1px solid #ebebeb;
415
- left: -100%;
416
- min-height: 100vh;
417
- position: fixed;
418
- top: 0;
419
- transition: all 0.4s ease-in-out;
420
- width: 100%;
421
- z-index: 1205;
422
- }
423
-
424
- ._mobile_opened_1t3g5_424 {
394
+ ._mobile_opened_68bu0_394 {
425
395
  left: 0%;
426
396
  }
427
397
 
428
- body:has(._mobile_opened_1t3g5_424) {
398
+ body:has(._mobile_opened_68bu0_394) {
429
399
  overflow-y: hidden;
430
400
  }
431
401
 
432
- ._mobile_nav_item_1t3g5_432 {
433
- background-color: #f4f4f4;
434
- border-bottom: 1px solid #ebebeb;
435
- }
436
-
437
- ._mobile_nav_item_1t3g5_432 > a {
438
- color: #323339;
439
- display: flex;
440
- font-weight: 700;
441
- line-height: 1.5;
442
- padding: 16px 40px;
443
- text-decoration: none;
444
- width: 100%;
445
- }
446
-
447
- ._mobile_nav_item_1t3g5_432._has_dropdown_1t3g5_447 {
448
- isolation: isolate;
449
- position: relative;
450
- }
451
-
452
- ._mobile_nav_item_1t3g5_432._has_dropdown_1t3g5_447::before {
453
- content: "";
454
- background-color: #ebebeb;
455
- height: 100%;
456
- position: absolute;
457
- right: 104px;
458
- top: 0;
459
- width: 1px;
460
- z-index: -1;
461
- }
462
-
463
- ._icon_wrap_1t3g5_463 {
464
- line-height: 1;
465
- height: 24px;
466
- }
467
-
468
- ._mobile_footer_1t3g5_468 {
469
- position: relative;
470
- width: 100%;
471
- }
472
-
473
- ._mobile_footer_content_1t3g5_473 {
474
- background-color: #f4f4f4;
475
- flex: 1 1 0%;
476
- padding: 16px 24px 16px 40px;
477
- }
478
-
479
- ._mobile_footer_content_1t3g5_473 p {
480
- line-height: 1.5;
481
- text-overflow: ellipsis;
482
- display: -webkit-box;
483
- -webkit-box-orient: vertical;
484
- -webkit-line-clamp: 2;
485
- }
486
-
487
- ._mobile_footer_media_1t3g5_487 {
488
- flex-basis: min(42%, 300px);
489
- background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
490
- no-repeat 81% / cover;
491
- }
492
-
493
- ._footer_cta_1t3g5_493 {
494
- margin-top: 3px;
495
- }
496
-
497
- ._footer_cta_1t3g5_493 a {
498
- border-radius: 4px;
499
- border: 2px solid transparent;
500
- color: #fff;
501
- display: inline-block;
502
- font-weight: 700;
503
- padding: 4px 32px;
504
- text-decoration: none;
505
- }
506
-
507
- ._footer_cta_1t3g5_493 a:hover {
508
- background-color: transparent;
509
- text-decoration: underline;
510
- }
511
-
512
- ._footer_cta_1t3g5_493 a:active {
513
- border-color: transparent;
514
- color: #fff;
515
- }
516
-
517
- ._mobile_footer_1t3g5_468 > .flex_row {
518
- min-height: 112px;
519
- }
520
-
521
- ._inner_wrapper_1t3g5_521 {
522
- max-height: 100vh;
523
- overflow-y: scroll;
524
- }
525
-
526
- ._btn_1t3g5_526 {
527
- display: block;
528
- position: relative;
529
- }
530
-
531
- ._sub_menu_1t3g5_531 {
532
- overflow: hidden;
533
- max-height: 0;
534
- transition: max-height 0.8s ease-out;
535
- background: #fff;
536
- overflow-y: scroll;
537
- }
538
-
539
- ._sub_menu_1t3g5_531 a,
540
- ._sub_menu_1t3g5_531 span {
541
- display: block;
542
- padding: 12px 14px 12px 64px;
543
- position: relative;
544
- color: #323339;
545
- text-decoration: none;
546
- }
547
-
548
- ._sub_menu_1t3g5_531 ._main_1t3g5_26 {
549
- font-weight: 700;
550
- }
551
-
552
- ._sub_menu_1t3g5_531 > * {
553
- border-top: 1px solid #ebebeb;
554
- }
555
-
556
- ._dd_footer_1t3g5_556 {
402
+ ._dd_footer_68bu0_402 {
557
403
  justify-content: flex-end;
558
404
  flex: 1 1 0%;
559
405
  align-items: end;
@@ -561,7 +407,7 @@ body:has(._mobile_opened_1t3g5_424) {
561
407
  letter-spacing: 0.3px;
562
408
  }
563
409
 
564
- ._skip_btn_1t3g5_564 {
410
+ ._skip_btn_68bu0_410 {
565
411
  clip: rect(1px 1px 1px 1px);
566
412
  margin: -1px;
567
413
  overflow: hidden;
@@ -569,8 +415,8 @@ body:has(._mobile_opened_1t3g5_424) {
569
415
  position: absolute;
570
416
  }
571
417
 
572
- ._skip_btn_1t3g5_564:active,
573
- ._skip_btn_1t3g5_564:focus {
418
+ ._skip_btn_68bu0_410:active,
419
+ ._skip_btn_68bu0_410:focus {
574
420
  background-color: #faa74a;
575
421
  border-radius: 8px;
576
422
  clip: auto;
@@ -585,76 +431,43 @@ body:has(._mobile_opened_1t3g5_424) {
585
431
  top: 12px;
586
432
  }
587
433
 
588
- @media (max-width: 1121px) {
589
- ._mobile_logo_1t3g5_382 {
590
- position: absolute;
591
- transform: translateX(-50%);
592
- left: 50%;
593
- flex: none;
594
- }
595
- }
596
-
597
434
  @media (max-width: 1280px) and (min-width: 1024px) {
598
- ._wrapper_1t3g5_5 {
435
+ ._wrapper_68bu0_5 {
599
436
  width: calc(100% - 28px);
600
437
  }
601
438
 
602
- ._dd_wrapper_1t3g5_204 > ._wrapper_1t3g5_5 {
439
+ ._dd_wrapper_68bu0_217 > ._wrapper_68bu0_5 {
603
440
  width: 100%;
604
441
  }
605
- ._main_nav_link_1t3g5_26 > a {
442
+ ._main_nav_link_68bu0_25 > a {
606
443
  padding: 4px 6px;
607
444
  font-size: 15px;
608
445
  }
609
- ._desktop_only_1t3g5_609 > a {
446
+ ._desktop_only_68bu0_446 > a {
610
447
  font-size: 15px;
611
448
  }
612
449
  }
613
450
 
614
451
  @media (max-width: 1023px) {
615
- ._desktop_only_1t3g5_609 {
452
+ ._desktop_only_68bu0_446 {
616
453
  display: none !important;
617
454
  }
618
455
  }
619
456
 
620
457
  @media (max-width: 768px) {
621
- ._wrapper_1t3g5_5 {
458
+ ._wrapper_68bu0_5 {
622
459
  width: calc(100% - 48px);
623
460
  }
624
-
625
- ._mobile_header_1t3g5_12 button {
626
- right: 1.5rem;
627
- }
628
-
629
- ._mobile_nav_item_1t3g5_432 > a {
630
- padding: 16px 24px;
631
- }
632
-
633
- ._sub_menu_1t3g5_531 a,
634
- ._sub_menu_1t3g5_531 span {
635
- padding-left: 48px;
461
+ ._header_main_row_68bu0_11 {
462
+ min-height: 65px;
636
463
  }
637
-
638
- ._mobile_nav_item_1t3g5_432._has_dropdown_1t3g5_447::before {
639
- right: 72px;
640
- }
641
-
642
- ._mobile_footer_content_1t3g5_473 {
643
- padding-right: 15px;
644
- padding-left: 24px;
645
- }
646
- }
647
-
648
- @media (max-width: 450px) {
649
- ._footer_cta_1t3g5_493 a {
650
- white-space: break-spaces;
651
- width: 100%;
652
- text-align: center;
464
+ ._mobile_logo_68bu0_381 > a > svg {
465
+ max-width: 85px;
653
466
  }
654
467
  }
655
468
 
656
469
  @media (min-width: 1024px) {
657
- ._mobile_only_1t3g5_376 {
470
+ ._mobile_only_68bu0_375 {
658
471
  display: none !important;
659
472
  }
660
473
  }